Sometimes I use awsume -s to generate credentials that I will used on a remote computer. I would like to have these export statements prepended with a space. This will allow me to set HISTCONTROL=ignorespace in bash and not have the secrets stored in the bash history. This could be implemented in a non-breaking way by using an additional cli parameter.
Sometimes I use
awsume -sto generate credentials that I will used on a remote computer. I would like to have these export statements prepended with a space. This will allow me to set HISTCONTROL=ignorespace in bash and not have the secrets stored in the bash history. This could be implemented in a non-breaking way by using an additional cli parameter.