rlsbl v0.92.0 /rlsbl check

Check whether one or more package names are available on npm, PyPI, or other supported registries, with configurable inter-request delay.

#rlsbl check

Run project checks registered via the check framework and report results

#Flags

Flags
NameShortTypeDefaultEnvDescription
--allboolRun every registered check regardless of tag or name filters
--tagstrTag DSL expression to select checks (e.g. 'changelog & !quality')
--namestrGlob pattern to filter checks by name (e.g. 'hash-', 'coverage*')
--listboolList all registered checks with their tags and exit without running
--jsonboolOutput check results as machine-readable JSON instead of human text
--ignore-warningsboolTreat warn-severity results as passing so they do not cause nonzero exit
--verboseboolShow full details for passing checks in addition to failures and warnings