This repository has been archived by the owner on Nov 29, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 29
update docs #512
Open
standielpls
wants to merge
1
commit into
master
Choose a base branch
from
pde-4301/docs
base: master
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Open
update docs #512
Changes from all commits
Commits
File filter
Filter by extension
Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
|
@@ -8,8 +8,19 @@ redirect_from: /cli_docs/docs | |
{% raw %} | ||
# Zapier Platform CLI docs | ||
|
||
<!-- GENERATED! DON'T EDIT THIS FILE. ONLY EDIT `README-source.md` --> | ||
<!-- How? See https://coda.io/d/Team-Developer-Platform_di0MgBhlCWf/Syncing-CLI-Docs_su6uK#_lu3fi --> | ||
<!-- GENERATED! ONLY EDIT `README-source.md` --> | ||
|
||
<h1 align="center"> | ||
<img alt="Zapier Logo" src="https://cdn.zappy.app/1cd66b15407db2d9a01fbe8d600772fe.svg" width="300px"> | ||
<br> | ||
Platform CLI | ||
<br> | ||
<br> | ||
</h1> | ||
|
||
<p align="center"> | ||
<a href="https://www.npmjs.com/package/zapier-platform-cli"><img src="https://img.shields.io/npm/v/zapier-platform-cli.svg" alt="npm version"></a> | ||
</p> | ||
|
||
Zapier is a platform for creating integrations and workflows. This CLI is your gateway to creating custom applications on the Zapier platform. | ||
|
||
|
@@ -21,7 +32,7 @@ You may find some documents on the Zapier site duplicate or outdated. The most u | |
|
||
Our code is updated frequently. To see a full list of changes, look no further than [the CHANGELOG](https://github.com/zapier/zapier-platform/blob/main/CHANGELOG.md). | ||
|
||
This doc describes the latest CLI version (**15.1.0**), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases: | ||
This doc describes the latest CLI version (**15.3.0**), as of this writing. If you're using an older version of the CLI, you may want to check out these historical releases: | ||
|
||
- CLI Docs: [14.x](https://github.com/zapier/zapier-platform/blob/[email protected]/packages/cli/README.md), [13.x](https://github.com/zapier/zapier-platform/blob/[email protected]/packages/cli/README.md) | ||
- CLI Reference: [14.x](https://github.com/zapier/zapier-platform/blob/[email protected]/packages/cli/docs/cli.md), [13.x](https://github.com/zapier/zapier-platform/blob/[email protected]/packages/cli/docs/cli.md) | ||
|
@@ -2407,7 +2418,7 @@ This behavior has changed periodically across major versions, which changes how/ | |
|
||
![](https://cdn.zappy.app/e835d9beca1b6489a065d51a381613f3.png) | ||
|
||
Ensure you're handling errors correctly for your platform version. The latest released version is **15.1.0**. | ||
Ensure you're handling errors correctly for your platform version. The latest released version is **15.3.0**. | ||
|
||
### HTTP Request Options | ||
|
||
|
@@ -3578,7 +3589,7 @@ Broadly speaking, all releases will continue to work indefinitely. While you nev | |
For more info about which Node versions are supported, see [the faq](#how-do-i-manually-set-the-nodejs-version-to-run-my-app-with). | ||
|
||
<!-- TODO: if we decouple releases, change this --> | ||
The most recently released version of `cli` and `core` is **15.1.0**. You can see the versions you're working with by running `zapier -v`. | ||
The most recently released version of `cli` and `core` is **15.3.0**. You can see the versions you're working with by running `zapier -v`. | ||
|
||
To update `cli`, run `npm install -g zapier-platform-cli`. | ||
|
||
|
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Did you mean to remove the extra comment here pointing to the Coda docs?