Documentation Index
Fetch the complete documentation index at: https://mintlify.com/rosswickman/aws-cloudshell-tools/llms.txt
Use this file to discover all available pages before exploring further.
versions.sh queries the version of every shell runtime and AWS CLI tool present in the CloudShell environment and prints the results to stdout. No write operations are performed — it is purely read-only.
Run the command
What the script checks
scripts/versions.sh
Expected output
The script produces two groups of output:- “Getting Shell Versions…” — displays the output of
bash --version,zsh --version, andpwsh --versionin sequence, each separated by a blank line. - “Getting AWS CLI Versions…” — displays the output of
aws --version,eb --version,ecs-cli --version, andsam --versionin sequence, each separated by a blank line.
Output format varies per tool. Some tools print a single version string; others (like
aws --version) include platform and Python version info.When to use this
- Before running deployments to confirm tool versions
- After a CloudShell session restart to verify the environment state
- When troubleshooting compatibility issues with AWS services
- To document the exact tool versions used in a deployment