Match repository name or full name using substring, glob, or CSV patterns. Quote globs, for example 'nrwl/*'. Supports @current.
--filter.connectedTo
string
Match repos connected via the dependency graph to the given repo. Accepts a repo ID, name (e.g. 'ocean'), or full name (e.g. 'nrwl/ocean'). Errors if the value matches more than one repo. Supports @current.
--filter.publishedPackages
string
Match repos publishing packages whose name fuzzy-matches the value. CSV for multiple values.
--filter.consumedPackages
string
Match repos consuming packages whose name fuzzy-matches the value. CSV for multiple values.
--filter.publishedApis
string
Match repos publishing APIs whose path fuzzy-matches the value. CSV for multiple values.
--filter.consumedApis
string
Match repos consuming APIs whose path fuzzy-matches the value. CSV for multiple values.