mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-01-26 11:33:59 +00:00
26 lines
587 B
Plaintext
26 lines
587 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier versions
|
|
|
|
> List the versions for a Zapier integration.
|
|
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#validate>.
|
|
|
|
- List the versions for an integration:
|
|
|
|
`zapier versions`
|
|
|
|
- Include deprecated versions:
|
|
|
|
`zapier versions {{[-a|--all]}}`
|
|
|
|
- Display additional debug output:
|
|
|
|
`zapier versions {{[-d|--debug]}}`
|
|
|
|
- List the versions with a different output structure:
|
|
|
|
`zapier versions {{[-f|--format]}} {{plain|json|raw|row|table}}`
|