diff --git a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/globals/globals.mdx b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/globals/globals.mdx index e940cdd650..fb179590fd 100644 --- a/src/content/docs/en/pages/devtools/cli/azion-cli/commands/globals/globals.mdx +++ b/src/content/docs/en/pages/devtools/cli/azion-cli/commands/globals/globals.mdx @@ -85,6 +85,14 @@ azion --silent The `-s` or `--silent` option silences logs completely. Usually, it's used for automation purposes. +## timeout + +```sh +azion --timeout +``` + +The `--timeout` option defines the timeout for CLI requests in seconds. The default value is `30`. + ## token ```sh diff --git a/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/globals/globals.mdx b/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/globals/globals.mdx index 4d84c797f3..0d5fecf974 100644 --- a/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/globals/globals.mdx +++ b/src/content/docs/pt-br/pages/devtools/cli/azion-cli/comandos/globals/globals.mdx @@ -86,6 +86,14 @@ azion --silent A opção `-s` ou `--silent` silencia completamente os logs. Normalmente, é usada para fins de automação. +## timeout + +```sh +azion --timeout +``` + +A opção `--timeout` define o tempo limite para as requisições da CLI em segundos. O valor padrão é `30`. + ## token ```sh