Rush StackShopBlogEvents
Skip to main content

Home > @microsoft/rush-lib > RushConfigurationProject > tags

RushConfigurationProject.tags property

This API is provided as a preview for developers and may change based on feedback that we receive. Do not use this API in a production environment.

An optional set of custom tags that can be used to select this project.

Signature:

readonly tags: ReadonlySet<string>;

Remarks

For example, adding my-custom-tag will allow this project to be selected by the command rush list --only tag:my-custom-tag. The tag name must be one or more words separated by hyphens, where a word may contain lowercase letters, digits, and the period character.