thief

Synopsis

thief is a CLI tool that helps you to manage AWS resources.

Features:

Examples

  # EC2インスタンスの一覧表示(タブ区切り)
  thief ec2
  thief ec2 ls

  # EC2インスタンスの一覧表示(CSV形式)
  thief ec2 --output csv
  thief ec2 -o csv

  # タグでフィルタリング
  thief ec2 --tag Environment:Production

  # RDSインスタンスの一覧表示
  thief rds
  thief rds ls

Options

  -h, --help             help for thief
      --no-header        Hide the header in output
  -o, --output string    Output format (tab/csv) (default "tab")
  -p, --profile string   AWS profile (default $AWS_PROFILE)
  -r, --region string    AWS region (default "ap-northeast-1")

SEE ALSO

Auto generated by spf13/cobra on 24-Apr-2025