We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 924ed23 commit a48b78eCopy full SHA for a48b78e
scripts/init-aws.sh
@@ -0,0 +1,5 @@
1
+#!/bin/bash
2
+aws configure set aws_access_key_id "$1"
3
+aws configure set aws_secret_access_key "$2"
4
+aws configure set default.region "$3"
5
+aws codeartifact login --tool npm --repository harena-store --domain npm-hei-school --domain-owner 088312068315
0 commit comments