Skip to content

Commit

Permalink
[EDU-5573] Update docs with timeout flag (#1388)
Browse files Browse the repository at this point in the history
* feat: add timeout global flag

* feat: improve timeout flag

* fix: minor adjust
  • Loading branch information
guiafonso-ol authored Dec 24, 2024
1 parent ca5cdc9 commit a398268
Show file tree
Hide file tree
Showing 2 changed files with 16 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit a398268

Please sign in to comment.