Skip to content
This repository was archived by the owner on Nov 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #659 from zapier/add_zapier_pull
Browse files Browse the repository at this point in the history
[PARTOPS-1104] Add zapier pull to cli reference
  • Loading branch information
michellechu77 authored Sep 4, 2024
2 parents 52b99cc + 7996d1d commit 39f9da0
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions docs/_reference/cli.md
Original file line number Diff line number Diff line change
Expand Up @@ -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 files 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.
Expand Down

0 comments on commit 39f9da0

Please sign in to comment.