mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-07-01 15:15:23 +02:00
zapier-convert: add page (#14178)
This commit is contained in:
parent
d0d82a4b8c
commit
f0fa205c37
1 changed files with 16 additions and 0 deletions
16
pages/common/zapier-convert.md
Normal file
16
pages/common/zapier-convert.md
Normal file
|
@ -0,0 +1,16 @@
|
|||
# zapier convert
|
||||
|
||||
> Convert a Visual Builder integration to a CLI integration.
|
||||
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#convert>.
|
||||
|
||||
- Convert a visual builder integration:
|
||||
|
||||
`zapier convert {{integration_id}} {{path/to/directory}}`
|
||||
|
||||
- Convert a visual builder integration with a specific version:
|
||||
|
||||
`zapier convert {{integration_id}} {{path/to/directory}} {{-v|--version}}={{version}}`
|
||||
|
||||
- Show extra debugging output:
|
||||
|
||||
`zapier convert --debug`
|
Loading…
Add table
Reference in a new issue