diff --git a/docs/_reference/cli-docs.md b/docs/_reference/cli-docs.md
index 76b078b0..83b47d7f 100644
--- a/docs/_reference/cli-docs.md
+++ b/docs/_reference/cli-docs.md
@@ -8,8 +8,19 @@ redirect_from: /cli_docs/docs
{% raw %}
# Zapier Platform CLI docs
-
-
+
+
+
+
+
+ Platform CLI
+
+
+
+
+
+
+
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/zapier-platform-cli@14.1.2/packages/cli/README.md), [13.x](https://github.com/zapier/zapier-platform/blob/zapier-platform-cli@13.0.0/packages/cli/README.md)
- CLI Reference: [14.x](https://github.com/zapier/zapier-platform/blob/zapier-platform-cli@14.1.2/packages/cli/docs/cli.md), [13.x](https://github.com/zapier/zapier-platform/blob/zapier-platform-cli@13.0.0/packages/cli/docs/cli.md)
@@ -2407,7 +2418,7 @@ This behavior has changed periodically across major versions, which changes how/

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