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") }}
-