From 67c18bd0d6c52d9b10b147be8048a9a0b78af522 Mon Sep 17 00:00:00 2001 From: Michelle Chu Date: Tue, 3 Sep 2024 12:47:14 -0700 Subject: [PATCH 1/2] Add zapier pull to cli reference --- docs/_reference/cli.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/docs/_reference/cli.md b/docs/_reference/cli.md index f1edce18..8d734bd4 100644 --- a/docs/_reference/cli.md +++ b/docs/_reference/cli.md @@ -431,6 +431,23 @@ Check `zapier jobs` to track the status of the promotion. Or use `zapier history * `zapier promote 1.0.0` +## pull + +> Retrieve and update your local integration filess with the latest version. + +**Usage**: `zapier pull` + +This command updates your local integration files with the latest version. You will be prompted with a confirmation dialog before continuing if there any destructive file changes. + +Zapier may release new versions of your integration with bug fixes or new features. In the event this occurs, you will be unable to do the following until your local files are updated by running `zapier pull`: + +* push to the promoted version + +* promote a new version + +* migrate users from one version to another + + ## push > Build and upload the current integration. From 7996d1d28a469a4da2af5acaf9dbcb04429d199c Mon Sep 17 00:00:00 2001 From: Michelle Chu Date: Tue, 3 Sep 2024 15:39:41 -0700 Subject: [PATCH 2/2] Remove extra s character --- docs/_reference/cli.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/_reference/cli.md b/docs/_reference/cli.md index 8d734bd4..eb8af2ad 100644 --- a/docs/_reference/cli.md +++ b/docs/_reference/cli.md @@ -433,7 +433,7 @@ Check `zapier jobs` to track the status of the promotion. Or use `zapier history ## pull -> Retrieve and update your local integration filess with the latest version. +> Retrieve and update your local integration files with the latest version. **Usage**: `zapier pull`