Skip to content

Latest commit

 

History

History
executable file
·
15 lines (11 loc) · 360 Bytes

File metadata and controls

executable file
·
15 lines (11 loc) · 360 Bytes

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"
    }
}