rlsbl v0.113.0 /rlsbl claim-name
On this page

Claim a name on npm or PyPI by publishing a minimal placeholder package. Runs check-name first and publishes only if the name is available.

#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

Flags
NameShortTypeDefaultEnvDescription
--targetstrTarget package registry to publish the placeholder to (npm or pypi)
--force-publishboolPublish 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

Grants
KindNameReason
proc_mutatepublishclaiming a name publishes a real package to a public registry, and neither npm nor PyPI lets you take it back
Search