diff --git a/docs/cli/commands/commands.mdx b/docs/cli/commands/commands.mdx index a020dc650..278f061b7 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 |