Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion content/__cli/content.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -728,7 +728,7 @@ The command will create a new workflow directory in your local file system. By d
<Attribute
name="--template"
type="string"
description="A template to use for scaffolding the workflow. Can be a GitHub repository path (e.g., 'workflows/digest-email')."
description="A template to use for scaffolding the workflow. Accepts a template string that resolves to a GitHub repository URL. For example, `<your-org>/<your-repo>/workflows/digest-email`. Use `workflows/<workflow-key>` to reference [pre-built Knock templates](https://github.com/knocklabs/templates/tree/main/workflows)."
/>
<Attribute
name="--push"
Expand Down
Loading