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

From wikieduonline
Jump to navigation Jump to search
Line 8: Line 8:
 
  awscli_completion_on () {
 
  awscli_completion_on () {
 
         $([[export]] [[AWS_CLI_AUTO_PROMPT]]=on)
 
         $([[export]] [[AWS_CLI_AUTO_PROMPT]]=on)
         echo "AWS_CLI_AUTO_PROMT set to on"
+
         echo "AWS_CLI_AUTO_PROMPT set to on"
 
  }
 
  }
 
   
 
   
 
  awscli_completion_off () {
 
  awscli_completion_off () {
 
         $(export AWS_CLI_AUTO_PROMPT=off)
 
         $(export AWS_CLI_AUTO_PROMPT=off)
         echo "AWS_CLI_AUTO_PROMT set to off"
+
         echo "AWS_CLI_AUTO_PROMPT set to off"
 
  }
 
  }
  

Revision as of 13:19, 16 September 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)
        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: