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

update docs #512

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 16 additions & 5 deletions docs/_reference/cli-docs.md
Original file line number Diff line number Diff line change
Expand Up @@ -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` -->
Copy link
Member

@rnegron rnegron Sep 19, 2023

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?

Suggested change
<!-- GENERATED! ONLY EDIT `README-source.md` -->
<!-- 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 -->```


<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.

Expand All @@ -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)
Expand Down Expand Up @@ -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

Expand Down Expand Up @@ -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`.

Expand Down