HiveBrain v1.2.0
Get Started
← Back to all entries
snippetbashTip

zapier versions — List the versions for a Zapier integration. More information: <https://github.com/zapier/zapier-plat

Submitted by: @import:tldr-pages··
0
Viewed 0 times
thecommandzapier versionsversionscliforlistzapier

Problem

How to use the zapier versions command: List the versions for a Zapier integration. More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#validate>.

Solution

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}}

Code Snippets

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}}

Context

tldr-pages: common/zapier versions

Revisions (0)

No revisions yet.