v0.2.0
What's New
This release replaces the old scaffold/boilerplate workflow with a GitHub-native agent deployment pipeline.
GitHub Integration
datagen github connect— Install the DataGen GitHub App and connect reposdatagen github repos/connected— List available and connected reposdatagen github connect-repo— Connect a specific repo by namedatagen github sync— Re-sync agent discovery
Agent Management
datagen agents list— List discovered agents (filter by--repo,--deployed)datagen agents show— View agent details, webhook info, and recent executionsdatagen agents deploy/undeploy— Deploy or remove a webhook endpointdatagen agents run— Trigger execution with optional--payloaddatagen agents logs— View execution historydatagen agents config— Configure prompts, secrets, PR mode, recipients, and notificationsdatagen agents schedule— Create, pause, resume, and delete cron schedules
Secrets Management
datagen secrets list— List stored secrets (masked)datagen secrets set— Create or update a secret
Removed
datagen start,datagen build,datagen add,datagen deploy railway— replaced by the GitHub + agents workflow above
Install
curl -fsSL https://cli.datagen.dev/install.sh | sh