Updated
Query npm, PyPI, the Go module proxy, or GitHub for package name availability. Supports repeatable --target, a configurable --delay, and --json output.
#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 | Default | Env | Description |
|---|---|---|---|---|---|
--target | str | Registry to query for name availability (npm, pypi, go, or github); repeatable | |||
--delay | str | 200 | Milliseconds to wait between consecutive registry API queries (default: 200) | ||
--json | bool | Output results as machine-readable JSON: one object for a single name+target, a JSON array for multiple names and/or targets |