Difference between revisions of "Aws cli: Auto-prompt"

From wikieduonline
Jump to navigation Jump to search
Line 4: Line 4:
 
  aws_cli_auto_prompt  
 
  aws_cli_auto_prompt  
 
  [[export]] AWS_CLI_AUTO_PROMPT=on  
 
  [[export]] AWS_CLI_AUTO_PROMPT=on  
 +
 +
 +
awscli_completion_on () {
 +
        $(export AWS_CLI_AUTO_PROMPT=on)
 +
}
 +
 +
awscli_completion_off () {
 +
        $(export AWS_CLI_AUTO_PROMPT=off)
 +
}
  
  

Revision as of 09:15, 21 August 2021


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)
}

awscli_completion_off () {
        $(export AWS_CLI_AUTO_PROMPT=off)
}


Related terms

See also

Advertising: