percy / cli

The Percy CLI is used to interact with, and upload snapshots to, percy.io via the command line.
https://docs.percy.io/docs/cli-overview
67 stars 40 forks source link

tags support #1625

Closed shantanuk-browserstack closed 2 weeks ago

shantanuk-browserstack commented 2 weeks ago

We are now adding support of associating labels (tags) to builds & snapshots when they are getting created.

Labels can be associated by including labels: dev,prod This can be done for both builds & snapshots.

To apply labels for snapshots, we need to include this in snapshot options. To apply labels for builds, we need to include this in percy options.

we've also introduced a new flag --labels that can be included in the commands and then these labels will be associated to the build (ex: --labels=dev,prod)