mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-03-15 01:59:58 +00:00
Update cheatsheets
This commit is contained in:
21
tldr/zapier-convert
Normal file
21
tldr/zapier-convert
Normal file
@@ -0,0 +1,21 @@
|
||||
---
|
||||
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://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`
|
||||
Reference in New Issue
Block a user