HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zapier scaffold — Add a starting trigger, create, search, or resource to an integration. More information: <https://pl

Submitted by: @import:tldr-pages··
0
Viewed 0 times
createcommandsearchzapier scaffoldclitriggeraddstarting

Problem

How to use the zapier scaffold command: Add a starting trigger, create, search, or resource to an integration. More information: <https://platform.zapier.com/reference/cli#scaffold>.

Solution

zapier scaffold — Add a starting trigger, create, search, or resource to an integration. More information: <https://platform.zapier.com/reference/cli#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 scaffold {{[-d|--debug]}}

Code Snippets

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 scaffold {{[-d|--debug]}}

Context

tldr-pages: common/zapier scaffold

Revisions (0)

No revisions yet.