mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
22 lines
558 B
Plaintext
22 lines
558 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# 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`
|