Updated
Query npm, PyPI, or other registries to check whether one or more package names are available.
#rlsbl check-name
Query npm, PyPI, or other registries to check whether one or more package names are available. Accepts multiple names as positional arguments and respects a configurable delay between checks.
Effect: read_only
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
--target | list[str] (unique) | required | Registry to query for name availability; repeatable Values: npm (the npm registry), pypi (the Python Package Index), go (the Go module proxy), github (GitHub repository names). | ||
--delay | str | default: 200 | Milliseconds to wait between consecutive registry API queries |