Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

zapier-scaffold: add page #14174

Merged
merged 5 commits into from
Oct 14, 2024
Merged
Changes from 1 commit
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
24 changes: 24 additions & 0 deletions pages/common/zapier-scaffold.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,24 @@
# zapier scaffold

> Add a starting trigger, create, search, or resource to your integration.
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#scaffold>.

- Scaffold a new trigger, create, search, or resource:

`zapier scaffold {{trigger|search|create|resource}} {{noun}}`

- Specify a custom destination directory for the scaffolded files:

`zapier scaffold {{trigger|search|create|resource}} {{noun}} {{-d|--dest}}={{path/to/directory}}`

- Overwrite existing files when scaffolding:

`zapier scaffold {{trigger|search|create|resource}} {{noun}} {{-f|--force}}`

- Exclude comments from the scaffolded files:

`zapier scaffold {{trigger|search|create|resource}} {{noun}} {{--no-help}}`
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved

- Show extra debugging output:

`zapier init --debug`
Sadeeed marked this conversation as resolved.
Show resolved Hide resolved