Logo

Command Palette

Search for a command to run...

tags delete

Remove tags from a given entity.

$ cx tags delete --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 remove from the given entity (can be multiple)

Examples

$ cx tags delete --entity stack --id 45 --tags buzz --tags fuzz