Skip to content

Commit

Permalink
📝 Update forget_account_after explanation in example config
Browse files Browse the repository at this point in the history
  • Loading branch information
wade ~ Pack3tL0ss committed May 2, 2024
1 parent 278027f commit f7c427f
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion config/config.yaml.example
Original file line number Diff line number Diff line change
Expand Up @@ -52,8 +52,9 @@ central_info:
# base_url: "https://internal-apigw.central.arubanetworks.com" # The base of the Aruba Central API GW *for the Cluster you belong to* Starts with https://, ends with arubanetworks.com

# -- Optional Global Options --
# no_pager: true # turns off the automatic paged output (for longer outputs). There is also a `--no-pager` flag.
# forget_account_after: 30 # The --account <account-name> flag allows you to switch between central accounts. The setting is sticky
# so you don't have to keep re-entering the flag on every command. This setting will cause it to revert
# back to the default account (under "central-info") 30 mins from the last command.
# By default it will remember the last account used forever and only switch back to the default account when -d is used
# Set to 0 to disable sticky account functionality. (Would use default account unless --account <account-name> is provided.)
# other global options (true|false): debug, debugv (both default to false) ssl_verify (defaults to true)

0 comments on commit f7c427f

Please sign in to comment.