LoginSignup
0
0

More than 3 years have passed since last update.

Secrets Managerのシークレットを.envrcにコピーする

Posted at

ひじょーにしょうもないことだが、またいつか使う気がしたのですかさずmemo✍️

シークレットの欄をコピー

Secrets Manager 2020-11-08 17-48-01(1).png

ターミナルで以下
.envrc に貼り付けるなりする

$ pbpaste | awk '{print "export "toupper($1)"="$2}' | sort
export XXXXXXX=abcdef
略
0
0
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
0
0