← 返回命令列表

Linux command

zapier-history 命令

文本

复制后可按需替换文件名、目录或参数。

常用示例

Show version history

zapier history

Show in JSON format

zapier history --format=json

Limit number of entries

zapier history --limit=[20]

说明

zapier history displays the deployment and migration history for a Zapier CLI integration. Each row shows the action performed (push, migrate, promote, deprecate), the version affected, the user who performed it, and the timestamp. The command is useful for auditing rollouts, finding the version a migration moved users to, and spotting when a version was promoted to production.

参数

--format _FORMAT_
Output format: plain, json, raw, row, or table (default: table).
--limit _N_
Maximum number of history entries to display.
--debug
Show debug logs alongside output.

FAQ

What is the zapier-history command used for?

zapier history displays the deployment and migration history for a Zapier CLI integration. Each row shows the action performed (push, migrate, promote, deprecate), the version affected, the user who performed it, and the timestamp. The command is useful for auditing rollouts, finding the version a migration moved users to, and spotting when a version was promoted to production.

How do I run a basic zapier-history example?

Run `zapier history` in a terminal, then adjust file names, paths, flags, or remote targets for your system.

What does --format _FORMAT_ do in zapier-history?

Output format: plain, json, raw, row, or table (default: table).