CLI App: Difference between revisions
Jump to navigation
Jump to search
(Created page with "==References== {| |valign='top'| * CLI » Maven * CLI » Ant * CLI » Ivy |valign='top'| |valign='top'| |- |valign='top' colspan='3'| ---- |- |valign='top'| * Online App |valign='top'| |valign='top'| |}") |
|||
(10 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
==AWS CLI== | |||
<syntaxhighlight lang="bash"> | |||
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 | |||
</syntaxhighlight> | |||
==References== | ==References== | ||
{| | {| | ||
|valign='top'| | |valign='top'| | ||
* [https://docs.aws.amazon.com/cli/latest/userguide/getting-started-install.html CLI » Install » AWS] | |||
|valign='top'| | |||
|valign='top'| | |||
|- | |||
|valign='top' colspan='3'| | |||
---- | |||
|- | |||
|valign='top'| | |||
* [[Docker Compose|CLI » Docker Compose]] | |||
* [[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'| | |||
* [[SDKMan|CLI » SDKMan]] | |||
* [[Maven|CLI » Maven]] | * [[Maven|CLI » Maven]] | ||
* [[LuaJIT|CLI » LuaJIT]] | |||
* [[Conan|CLI » Conan]] | |||
* [[Bazel|CLI » Bazel]] | |||
* [[NPM|CLI » NPM]] | |||
* [[Wrk|CLI » Wrk]] | |||
* [[Lua|CLI » Lua]] | |||
* [[Ant|CLI » Ant]] | * [[Ant|CLI » Ant]] | ||
* [[Ivy|CLI » Ivy]] | * [[Ivy|CLI » Ivy]] | ||
|valign='top'| | |valign='top'| | ||
* [[Google Cloud CLI|CLI » GCloud]] | |||
| | * [[MySQL|CLI » MySQL]] | ||
* [[JMeter|CLI » JMeter]] | |||
* [[Locust|CLI » Locust]] | |||
* [[PostgreSQL|CLI » PSQL]] | |||
* [[AWS CLI|CLI » AWS]] | |||
* [[Git|CLI » Git]] | |||
|- | |- | ||
Line 15: | Line 64: | ||
|- | |- | ||
|valign='top'| | |valign='top'| | ||
* [[Academia JavaEE Workspace in Ubuntu]] | |||
* [[VS Code on iPad Pro]] | |||
* [[Online App]] | * [[Online App]] | ||
* [[VSCode]] | |||
|valign='top'| | |valign='top'| |
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
| ||
| ||