Command option Sample:aws codestar update-user-profile

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

Updates a user's profile in AWS CodeStar.Show details from next link. https://docs.aws.amazon.com/ja_jp/cli/latest/reference/codestar/update-user-profile.html

aws codestar update-user-profile --user-arn arn:aws:iam:111111111111:user/Jane_Doe --display-name "Jane Mary Doe"
    Working with Your AWS CodeStar User Profile - AWS CodeStar : http://docs.aws.amazon.com/codestar/latest/userguide/how-to-manage-user-pref.html
aws codestar update-user-profile --user-arn arn:aws:iam:111111111111:user/Jane_Doe --ssh-key-id EXAMPLE1
    aws-codestar-user-guide/how-to-add-ec2-key.md at master 揃 awsdocs/aws-codestar-user-guide 揃 GitHub : http://github.com/awsdocs/aws-codestar-user-guide/blob/master/doc_source/how-to-add-ec2-key.md

aws のオプション一覧