Apply Project Tags
How It Works
$ npm run start -- apply-tags -h
Usage: robosaur apply-tags [options] <configFile>
Applies tags to projects based on the given config file
Options:
-h, --help display help for commandPayload
JSON Format
{
...
"applyTags": {
"teamId": "<TEAM_ID>",
"source": "inline",
"payload": [
{
"projectId": "<PROJECT_ID_1>",
"tags": ["<TAG_1>", "<TAG_2>"]
},
{
"projectId": "<PROJECT_ID_2>",
"tags": ["<TAG_3>"]
}
]
}
...
}CSV Format
Object Storage
Using Local File Example
Using Cloud Object Storage Example
Last updated