chore: update CLI documentation link references
Bump CLI version.
This commit is contained in:
@@ -1,6 +1,6 @@
|
|||||||
{
|
{
|
||||||
"name": "@hoppscotch/cli",
|
"name": "@hoppscotch/cli",
|
||||||
"version": "0.8.1",
|
"version": "0.9.0",
|
||||||
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
|
"description": "A CLI to run Hoppscotch test scripts in CI environments.",
|
||||||
"homepage": "https://hoppscotch.io",
|
"homepage": "https://hoppscotch.io",
|
||||||
"type": "module",
|
"type": "module",
|
||||||
|
|||||||
@@ -18,7 +18,7 @@ const CLI_BEFORE_ALL_TXT = `hopp: The ${accent(
|
|||||||
)}) ${chalk.black.bold.bgYellowBright(" ALPHA ")} \n`;
|
)}) ${chalk.black.bold.bgYellowBright(" ALPHA ")} \n`;
|
||||||
|
|
||||||
const CLI_AFTER_ALL_TXT = `\nFor more help, head on to ${accent(
|
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();
|
const program = new Command();
|
||||||
|
|||||||
@@ -51,10 +51,9 @@
|
|||||||
>
|
>
|
||||||
<span>{{ t("collection_runner.collection_id") }}</span>
|
<span>{{ t("collection_runner.collection_id") }}</span>
|
||||||
|
|
||||||
<!-- TODO: Make it point to the section about accessing collections via the ID -->
|
|
||||||
<HoppButtonSecondary
|
<HoppButtonSecondary
|
||||||
v-tippy="{ theme: 'tooltip' }"
|
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
|
blank
|
||||||
:title="t('app.wiki')"
|
:title="t('app.wiki')"
|
||||||
:icon="IconHelpCircle"
|
:icon="IconHelpCircle"
|
||||||
|
|||||||
@@ -17,10 +17,9 @@
|
|||||||
>
|
>
|
||||||
<span>{{ t("collection_runner.environment_id") }}</span>
|
<span>{{ t("collection_runner.environment_id") }}</span>
|
||||||
|
|
||||||
<!-- TODO: Make it point to the section about accessing environments via the ID -->
|
|
||||||
<HoppButtonSecondary
|
<HoppButtonSecondary
|
||||||
v-tippy="{ theme: 'tooltip' }"
|
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
|
blank
|
||||||
:title="t('app.wiki')"
|
:title="t('app.wiki')"
|
||||||
:icon="IconHelpCircle"
|
:icon="IconHelpCircle"
|
||||||
|
|||||||
Reference in New Issue
Block a user