تخطَّ إلى المحتوى

nself license

هذا المحتوى غير متوفر بلغتك بعد.

Manage your ɳSelf Pro membership license key.

nself license <subcommand>

nself license manages the Pro membership license key used to install paid plugins. The key is stored locally at ~/.nself/license/key with permissions 0600 (readable only by the current user).

Set your key once with nself license set and all subsequent �P1� plugin install commands for Pro plugins will use it automatically. The key is validated server-side against ping.nself.org: the CLI does not decode or verify the key locally.

Key format: One of four accepted prefixes followed by 32 or more characters:

  • nself*: Pro tier
  • nself*: Pro tier
  • nself*: Enterprise tier
  • nself*: Owner tier

Keys are validated with a POST request to https://ping.nself.org/license/validate.

SubcommandDescription
set <key>Save a Pro license key to ~/.nself/license/key
showDisplay the saved key (masked) and tier
validateValidate the saved key against ping.nself.org
clearRemove the saved license key
upgradeOpen the pricing page in your browser
Terminal window
# Save your license key
nself license set nself_pro_xxxxx...
# Check what key is saved and its tier
nself license show
# Validate the key is still active
nself license validate
# Remove the saved key
nself license clear
# Open the pricing page to upgrade
nself license upgrade

Sample show output:

License key: nself_pro_****************************xxxx
Tier: Pro
Status: ✓ active
Stored at: ~/.nself/license/key

Commands | Home