mirror of
https://github.com/ivuorinen/cheatsheet-tldr.git
synced 2026-02-16 00:48:56 +00:00
22 lines
513 B
Plaintext
22 lines
513 B
Plaintext
---
|
|
syntax: markdown
|
|
tags: [tldr, common]
|
|
source: https://github.com/tldr-pages/tldr.git
|
|
---
|
|
# zapier history
|
|
|
|
> List the history for a Zapier integration.
|
|
> More information: <https://github.com/zapier/zapier-platform/blob/main/packages/cli/docs/cli.md#history>.
|
|
|
|
- List the history for an integration:
|
|
|
|
`zapier history`
|
|
|
|
- Display additional debug output:
|
|
|
|
`zapier history {{[-d|--debug]}}`
|
|
|
|
- List the history with a different output structure:
|
|
|
|
`zapier history {{[-f|--format]}} {{plain|json|raw|row|table}}`
|