You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Running into a problem where credstash creates the file credstash.log in the current directory even if I pass it the --logfile argument. E.g. credstash --log-file '/tmp/credstash.log' --table $CREDSTASH_TABLE --region $AWS_REGION getall --format dotenv creates the file /tmp/credstash.log but it also creates a file credstash.log in the current working directory.
robeden, philnielsen, mborst, gesundkrank and pas256