aws-vault v7 started emitting a message to stdout:
$ aws-vault exec myprofile
aws-vault: Starting a subshell /bin/bash
(myprofile) $
Since I'm modifying my prompt, I don't need this and would like to be able to disable it, e.g. with an environment variable AWS_VAULT_DISABLE_HELP_MESSAGE=1.
aws-vault v7 started emitting a message to stdout:
Since I'm modifying my prompt, I don't need this and would like to be able to disable it, e.g. with an environment variable
AWS_VAULT_DISABLE_HELP_MESSAGE=1.