Aws cli: Auto-prompt

From wikieduonline
Revision as of 13:19, 16 September 2021 by Welcome (talk | contribs)
Jump to navigation Jump to search


https://docs.aws.amazon.com/cli/latest/userguide/cli-configure-envvars.html#envvars-list-aws_cli_auto_prompt

aws_cli_auto_prompt 
export AWS_CLI_AUTO_PROMPT=on 


awscli_completion_on () {
        $(export AWS_CLI_AUTO_PROMPT=on)
        echo "AWS_CLI_AUTO_PROMPT set to on"
}

awscli_completion_off () {
        $(export AWS_CLI_AUTO_PROMPT=off)
        echo "AWS_CLI_AUTO_PROMPT set to off"
}


Related terms

See also

Advertising: