Tags let you label template builds for release management without changing the underlying template name.
Use novita.template.assignTags (JS) / novita.template.assign_tags (Python) to assign one or more tags to an existing template build.
Use novita.template.removeTags (JS) / novita.template.remove_tags (Python) to remove one or more tags from a template by name.
You can also assign tags when a template is built, through the tags option of novita.template.build.
assignTags / assign_tags returns tag info. removeTags / remove_tags returns nothing. Both accept either a single tag string or a list of tags.