-
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
Needed to have command line work reasonably
npm install --global json5conv-cli
For more see: https://github.com/therealklanni/json5conv-cli
Needed so we can use json5 files (with comments) instead of json files in the aws toolchain.