Command option Sample:aws cloudformation list-change-sets

Search command sample in the internet.It is the result.

Returns the ID and status of each active change set for a stack.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/cloudformation/list-change-sets.html

aws cloudformation list-change-sets --stack-name arn:aws:cloudformation:us-east-1:123456789012:stack/SampleStack/1a2345b6-0000-00a0-a123-00abc0abc000
    Viewing a Change Set - AWS CloudFormation  : http://docs.aws.amazon.com/AWSCloudFormation/latest/UserGuide/using-cfn-updating-stacks-changesets-view.html
aws cloudformation list-change-sets --stack-name gofaas --output text --query 'Summaries[0].ChangeSetName') \
    Change Sets 揃 Issue #1 揃 nzoschke/gofaas 揃 GitHub : http://github.com/nzoschke/gofaas/issues/1

aws のオプション一覧