CLI App: Difference between revisions
Jump to navigation
Jump to search
Line 27: | Line 27: | ||
|- | |- | ||
|valign='top'| | |valign='top'| | ||
* [[Docker Compose|CLI » Docker Compose]] | |||
* [[CocoaPods|CLI » CocoaPods]] | * [[CocoaPods|CLI » CocoaPods]] | ||
* [[Terraform|CLI » Terraform]] | |||
* [[Minikube|CLI » Minikube]] | |||
* [[Symfony|CLI » Symfony]] | |||
* [[Kubectl|CLI » Kubectl]] | |||
* [[Ansible|CLI » Ansible]] | |||
* [[Docker|CLI » Docker]] | |||
* [[Homebrew|CLI » Brew]] | |||
* [[Linux Containers|CLI » LXD]] | |||
|valign='top'| | |||
* [[Maven|CLI » Maven]] | * [[Maven|CLI » Maven]] | ||
* [[Conan|CLI » Conan]] | * [[Conan|CLI » Conan]] | ||
Line 34: | Line 45: | ||
* [[Ant|CLI » Ant]] | * [[Ant|CLI » Ant]] | ||
* [[Ivy|CLI » Ivy]] | * [[Ivy|CLI » Ivy]] | ||
|valign='top'| | |valign='top'| |
Revision as of 23:47, 24 April 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
| ||
| ||