CLI App: Difference between revisions
Jump to navigation
Jump to search
(One intermediate revision by the same user not shown) | |||
Line 51: | Line 51: | ||
|valign='top'| | |valign='top'| | ||
* [[Google Cloud CLI|CLI » GCloud]] | |||
* [[MySQL|CLI » MySQL]] | * [[MySQL|CLI » MySQL]] | ||
* [[JMeter|CLI » JMeter]] | |||
* [[Locust|CLI » Locust]] | * [[Locust|CLI » Locust]] | ||
* [[PostgreSQL|CLI » PSQL]] | * [[PostgreSQL|CLI » PSQL]] | ||
* [[AWS CLI|CLI » AWS]] | |||
* [[Git|CLI » Git]] | * [[Git|CLI » Git]] | ||
Latest revision as of 01:21, 14 May 2024
AWS CLI
wget -cq https://awscli.amazonaws.com/awscli-exe-linux-x86_64.zip -P ${HOME}/Downloads
unzip -q ${HOME}/Downloads/awscli-exe-linux-x86_64.zip -d ${HOME}/Downloads/
rm -rf ${HOME}/Downloads/awscli-exe-linux-x86_64.zip
sudo ${HOME}/Downloads/aws/install
rm -rf ${HOME}/Downloads/aws
aws --version
aws configure
cat ~/.aws/config
cat ~/.aws/credentials
References
| ||
| ||