Linux command
claws 命令
文本
复制后可按需替换文件名、目录或参数。
常用示例
Launch
claws
Use
claws -p [myprofile]
Target
claws -r [us-west-2]
Start
claws -s ec2
Multi-profile
claws -p [dev],[prod] -r [us-east-1],[ap-northeast-1]
Safe browsing
claws --read-only
说明
claws is an interactive terminal UI for managing AWS resources, inspired by k9s (the Kubernetes cluster TUI). It supports approximately 70 AWS services and 175 resource types, including EC2, S3, Lambda, RDS, ECS, EKS, IAM, and CloudWatch. It uses vim-style keybindings for navigation. Key capabilities include starting and stopping EC2 instances, cross-resource navigation (VPCs to subnets, functions to log groups), multi-profile and multi-region switching with parallel queries, fuzzy search and tag-based filtering, resource comparison with side-by-side diff, built-in AI assistant powered by AWS Bedrock, 6 color themes, and copy shortcuts for resource IDs and ARNs.
参数
- -p, --profile _name_
- Specify AWS profile(s); comma-separated or repeated for multiple.
- -r, --region _name_
- Specify AWS region(s); comma-separated or repeated for multiple.
- -s, --service _name_
- Start directly on a specific service/view (e.g., dashboard, ec2, rds/snapshots).
- --read-only
- Disable all destructive actions.
FAQ
What is the claws command used for?
claws is an interactive terminal UI for managing AWS resources, inspired by k9s (the Kubernetes cluster TUI). It supports approximately 70 AWS services and 175 resource types, including EC2, S3, Lambda, RDS, ECS, EKS, IAM, and CloudWatch. It uses vim-style keybindings for navigation. Key capabilities include starting and stopping EC2 instances, cross-resource navigation (VPCs to subnets, functions to log groups), multi-profile and multi-region switching with parallel queries, fuzzy search and tag-based filtering, resource comparison with side-by-side diff, built-in AI assistant powered by AWS Bedrock, 6 color themes, and copy shortcuts for resource IDs and ARNs.
How do I run a basic claws example?
Run `claws` in a terminal, then adjust file names, paths, flags, or remote targets for your system.
What does -p, --profile _name_ do in claws?
Specify AWS profile(s); comma-separated or repeated for multiple.