Website : rimsha.abasa.com
backdoor
Home
Console
Upload
information
Create File
Create Folder
About
Tools
:
/
proc
/
self
/
root
/
lib
/
python3
/
dist-packages
/
awscli
/
examples
/
codestar
/
Filename :
tag-project.rst
back
Copy
**To attach a tag to a project** The following ``tag-project`` example adds a tag named ``Department`` and a value of ``Marketing`` to the specified project. :: aws codestar tag-project \ --id my-project \ --tags Department=Marketing Output:: { "tags": { "Department": "Marketing" } }