From b7be6bd1d96548f3d2943e4f6e31f82293019a08 Mon Sep 17 00:00:00 2001 From: = Date: Wed, 22 Jan 2025 14:41:24 +0530 Subject: [PATCH] feat: removed region flag in description --- docs/cli/commands/commands.mdx | 13 ++++++------- 1 file changed, 6 insertions(+), 7 deletions(-) diff --git a/docs/cli/commands/commands.mdx b/docs/cli/commands/commands.mdx index a020dc650e..278f061b72 100644 --- a/docs/cli/commands/commands.mdx +++ b/docs/cli/commands/commands.mdx @@ -14,10 +14,9 @@ description: "Infisical CLI command overview" ## Global options -| Option | Description | -| ----------------- | -------------------------------------------------------------------------------------------------------------------------------------------------------------------- | -| `--help`, `-h` | List help for any command | -| `--debug`, `-d` | Enable verbose logging | -| `--domain` | Use to direct Infisical to a self-hosted domain | -| `--version`, `-v` | Print version information and quit | -| `--region`, `-r` | By default, the Infisical domain points to the US cloud region at https://app.infisical.com. Setting the region flag to eu switches it to https://eu.infisical.com." | +| Option | Description | +| ----------------- | ----------------------------------------------- | +| `--help`, `-h` | List help for any command | +| `--debug`, `-d` | Enable verbose logging | +| `--domain` | Use to direct Infisical to a self-hosted domain | +| `--version`, `-v` | Print version information and quit |