mirror of
https://github.com/tldr-pages/tldr.git
synced 2025-08-10 09:35:54 +02:00
16 lines
465 B
Markdown
16 lines
465 B
Markdown
# zapier convert
|
|
|
|
> Convert a Visual Builder integration to a CLI integration.
|
|
> More information: <https://platform.zapier.com/reference/cli#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`
|