yarn constraints query
Plugin
To use this command, first install the
constraints
plugin:yarn plugin import constraints
Query the constraints fact database.
Usage
$> yarn constraints query <query>
Examples
List all dependencies throughout the workspace :
yarn constraints query 'workspace_has_dependency(_, DependencyName, _, _).'
Options
Definition | Description |
---|---|
| Format the output as an NDJSON stream |
Details
This command will output all matches to the given prolog query.