Quickstart
Creating your first Capabilities Workflow
Once you've downloaded and installed the DotZero CLI, you're ready to create your first Capabilities Workflow! We'll start with a simple "Hello World" workflow, which will run an AnsiblePlayJob, followed by two BashScriptJob.
1. Scaffold the workflow
$ zeroctl scaffold -c prototype -s AnsiblePlayJob:prototype:1 -s BashScriptJob:prototype:22. Push the workflow to the registry
$ zeroctl push -c prototypeLast updated
Was this helpful?