@yarnpkg/cli
yarn cache clean remove the shared cache files
yarn config get read a configuration settings
yarn config set change a configuration settings
yarn config unset unset a configuration setting
yarn set resolution enforce a package resolution
yarn set version from sources build Yarn from master
yarn set version lock the Yarn version used by the project
yarn workspaces list list all available workspaces
yarn add add dependencies to the project
yarn bin get the path to a binary script
yarn config display the current configuration
yarn dedupe deduplicate dependencies with overlapping ranges
yarn exec execute a shell script
yarn explain peer-requirements explain a set of peer requirements
yarn explain explain an error code
yarn info see information related to packages
yarn install install the project dependencies
yarn link connect the local project to another one
yarn unlink disconnect the local project from another one
yarn node run node with the hook already setup
yarn plugin check find all third-party plugins that differ from their own spec
yarn plugin import from sources build a plugin from sources
yarn plugin import download a plugin
yarn plugin remove remove a plugin
yarn plugin list list the available official plugins
yarn plugin runtime list the active plugins
yarn rebuild rebuild the project's native packages
yarn remove remove dependencies from the project
yarn run run a script defined in the package.json
yarn up upgrade dependencies across the project
yarn why display the reason why a package is needed
yarn workspace run a command within the specified workspace
yarn constraints query query the constraints fact database
yarn constraints source print the source code for the constraints
yarn constraints check that the project constraints are met
yarn dlx run a package in a temporary environment
yarn init create a new package
yarn init create a new package
yarn search open the search interface
yarn upgrade-interactive open the upgrade interface
yarn npm audit perform a vulnerability audit against the installed packages
yarn npm info show information about a package
yarn npm login store new login info to access the npm registry
yarn npm logout logout of the npm registry
yarn npm publish publish the active workspace to the npm registry
yarn npm tag add add a tag for a specific version of a package
yarn npm tag list list all dist-tags of a package
yarn npm tag remove remove a tag from a package
yarn npm whoami display the name of the authenticated user
yarn pack generate a tarball from the active workspace
yarn patch-commit generate a patch out of a directory
yarn patch prepare a package for patching
yarn unplug force the unpacking of a list of packages
yarn stage add all yarn files to your vcs
yarn version apply apply all the deferred version bumps at once
yarn version check check that all the relevant packages have been bumped
yarn version apply a new version to the current package
yarn workspaces focus install a single workspace and its dependencies
yarn workspaces foreach run a command on all workspaces