chore: update CLI documentation link references

Bump CLI version.
This commit is contained in:
jamesgeorge007
2024-06-28 11:16:15 +05:30
parent 1d1462df69
commit 07e7180dc9
4 changed files with 4 additions and 6 deletions

View File

@@ -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",

View File

@@ -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();

View File

@@ -51,10 +51,9 @@
>
<span>{{ t("collection_runner.collection_id") }}</span>
<!-- TODO: Make it point to the section about accessing collections via the ID -->
<HoppButtonSecondary
v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/documentation/clients/cli"
to="https://docs.hoppscotch.io/documentation/clients/cli/overview#running-collections-and-environments-on-cloud"
blank
:title="t('app.wiki')"
:icon="IconHelpCircle"

View File

@@ -17,10 +17,9 @@
>
<span>{{ t("collection_runner.environment_id") }}</span>
<!-- TODO: Make it point to the section about accessing environments via the ID -->
<HoppButtonSecondary
v-tippy="{ theme: 'tooltip' }"
to="https://docs.hoppscotch.io/documentation/clients/cli"
to="https://docs.hoppscotch.io/documentation/clients/cli/overview#running-collections-and-environments-on-cloud"
blank
:title="t('app.wiki')"
:icon="IconHelpCircle"