Updated
On this page
Claim a name on a package registry by publishing a minimal placeholder package.
#rlsbl claim-name
Claim a name on a package registry by publishing a minimal placeholder package. Runs check-name first, then publishes if available.
Effect: mutating ยท consequential (prompts before running; --approve-consequential skips)
#Flags
| Name | Short | Type | Presence | Env | Description |
|---|---|---|---|---|---|
--target | str | required | Target package registry to publish the placeholder to Values: npm (publish the placeholder to the npm registry), pypi (publish the placeholder to the Python Package Index). | ||
--force-publish | bool | optional | Publish even when the availability check reports the name as taken or returns an ambiguous status. Distinct from the framework's --approve-consequential, which only skips the confirmation prompt. |
#Grants
| Kind | Name | Reason |
|---|---|---|
| proc_mutate | publish | claiming a name publishes a real package to a public registry, and neither npm nor PyPI lets you take it back |