From 07e7180dc97711d820b3275398b846f5899353de Mon Sep 17 00:00:00 2001 From: jamesgeorge007 <25279263+jamesgeorge007@users.noreply.github.com> Date: Fri, 28 Jun 2024 11:16:15 +0530 Subject: [PATCH] chore: update CLI documentation link references Bump CLI version. --- packages/hoppscotch-cli/package.json | 2 +- packages/hoppscotch-cli/src/index.ts | 2 +- .../src/components/collections/Properties.vue | 3 +-- .../src/components/environments/Properties.vue | 3 +-- 4 files changed, 4 insertions(+), 6 deletions(-) diff --git a/packages/hoppscotch-cli/package.json b/packages/hoppscotch-cli/package.json index 8e940a5df..0bb03e8f0 100644 --- a/packages/hoppscotch-cli/package.json +++ b/packages/hoppscotch-cli/package.json @@ -1,6 +1,6 @@ { "name": "@hoppscotch/cli", - "version": "0.8.1", + "version": "0.9.0", "description": "A CLI to run Hoppscotch test scripts in CI environments.", "homepage": "https://hoppscotch.io", "type": "module", diff --git a/packages/hoppscotch-cli/src/index.ts b/packages/hoppscotch-cli/src/index.ts index f5af6fd18..0602eaa56 100644 --- a/packages/hoppscotch-cli/src/index.ts +++ b/packages/hoppscotch-cli/src/index.ts @@ -18,7 +18,7 @@ const CLI_BEFORE_ALL_TXT = `hopp: The ${accent( )}) ${chalk.black.bold.bgYellowBright(" ALPHA ")} \n`; const CLI_AFTER_ALL_TXT = `\nFor more help, head on to ${accent( - "https://docs.hoppscotch.io/documentation/clients/cli" + "https://docs.hoppscotch.io/documentation/clients/cli/overview" )}`; const program = new Command(); diff --git a/packages/hoppscotch-common/src/components/collections/Properties.vue b/packages/hoppscotch-common/src/components/collections/Properties.vue index 200492a1e..700133e01 100644 --- a/packages/hoppscotch-common/src/components/collections/Properties.vue +++ b/packages/hoppscotch-common/src/components/collections/Properties.vue @@ -51,10 +51,9 @@ > {{ t("collection_runner.collection_id") }} - {{ t("collection_runner.environment_id") }} -