Skip to content

Latest commit

 

History

History
executable file
·
9 lines (6 loc) · 268 Bytes

File metadata and controls

executable file
·
9 lines (6 loc) · 268 Bytes

To update a project

The following update-project example adds a description to the specified project.

aws codestar update-project \
    --id my-project \
    --description "My first CodeStar project"

This command produces no output.