CellPilot / aws /dist /awscli /examples /codestar /update-project.rst
philippendres's picture
Upload folder using huggingface_hub
907462b verified
Raw
History Blame Contribute Delete
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.