99designs / aws-vault

A vault for securely storing and accessing AWS credentials in development environments

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

[Feature Request] Allow disabling subshell help message

cj-christoph-gysin opened this issue · comments

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.