vercel-conformance
Conformance is available on Enterprise plans
The command is used to run Conformance on your code.
The Conformance CLI is separate to the Vercel CLI. However you must ensure that the Vercel CLI is installed and that you are logged in to use the Conformance CLI.
The following sub-commands are available for this CLI.
The command runs Conformance on code without needing to install any NPM dependencies or build any of the code. This is useful for viewing Conformance results on a repository that you don't own and may not have permissions to modify or build.
only works with Yarn version 2 or newer, for Yarn v1 use the npx command.
If you would like to store the results of the conformance audit in a file, you can redirect to a file:
The command installs Conformance in the repository. See Getting Started for more information on using this command.
Was this helpful?