Logo

Command Palette

Search for a command to run...

tags add

Add tags to a given entity.

$ cx tags add --entity <entity type> --id <entity ID> --tags <tag>

Options

ArgumentRequired?DefaultDescription
--entity <entity type>yesThe type of the entity
--id <entity ID>yesThe id of the entity
--tags <tag>yesTags to add to the given entity (can be multiple)

Examples

$ cx tags add --entity stack --id 12 --tags foo --tags bar