-
Notifications
You must be signed in to change notification settings - Fork 1
01 Requirements
Clemens H. Cap edited this page Nov 5, 2022
·
6 revisions
brew install jq apt-get install jq
See https://stedolan.github.io/jq/download/
Needed for parsing the QWS command line responses.
cd cd tmp curl "https://awscli.amazonaws.com/AWSCLIV2.pkg" -o "AWSCLIV2.pkg" sudo installer -pkg AWSCLIV2.pkg -target / rm AWSCLIV2.pkg
Directory ~/.aws contains a file config
[default] region = eu-central-1
Directory ~/.aws contains a file with the credentials
npm install --global json5conv-cli
- For more see: https://github.com/therealklanni/json5conv-cli