-
-
Notifications
You must be signed in to change notification settings - Fork 4.2k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
24 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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. | ||
> 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}}` | ||
|
||
- Show extra debugging output: | ||
|
||
`zapier init --debug` |