From 0e682f947b8021181418abe3298a26f133e787f0 Mon Sep 17 00:00:00 2001 From: Branden Rodgers Date: Tue, 7 Jan 2025 17:26:12 -0500 Subject: [PATCH] fix npm release badge --- README.md | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/README.md b/README.md index a49dc7354..6c4c709ec 100644 --- a/README.md +++ b/README.md @@ -1,6 +1,6 @@ # @hubspot/cli -[![Official Release](https://img.shields.io/npm/v/@hubspot/cli/latest?label=Official%20Release)](https://www.npmjs.com/package/@hubspot/cli) [![Latest Version](https://img.shields.io/github/v/tag/hubspot/hubspot-cli?label=Latest%20Version)](https://www.npmjs.com/package/@hubspot/cli?activeTab=versions) +[![Official Release](https://img.shields.io/npm/v/@hubspot/cli/latest?label=Official%20Release)](https://www.npmjs.com/package/@hubspot/cli) [![Latest Beta Version](https://img.shields.io/npm/v/@hubspot/cli/next?label=Latest%20Version)](https://www.npmjs.com/package/@hubspot/cli?activeTab=versions) A CLI for HubSpot developers to enable local development and automation. [Learn more about building on HubSpot](https://developers.hubspot.com). @@ -58,14 +58,15 @@ There are two ways that the tools can authenticate with HubSpot. 3. Select `OAuth2` and follow the steps _**Note:** The Account ID used should be the Test Account ID (not the developer app ID). Client ID and Client Secret are from the developer app._ + ### Exit Codes The CLI will exit with one of the following exit codes: + - `0`: A successful run - `1`: There was a config problem or an internal error - `2`: There are warnings or validation issues - ## Changelog The best way to stay up to date is to check out the [Github Releases](https://github.com/HubSpot/hubspot-cli/releases) and also follow our [developer changelog posts](https://developers.hubspot.com/changelog) for an easier to read breakdown of major changes.