nself license
هذا المحتوى غير متوفر بلغتك بعد.
nself license
Section titled “nself license”Manage your ɳSelf Pro membership license key.
Synopsis
Section titled “Synopsis”nself license <subcommand>Description
Section titled “Description”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 tiernself*: Pro tiernself*: Enterprise tiernself*: Owner tier
Keys are validated with a POST request to https://ping.nself.org/license/validate.
Subcommands
Section titled “Subcommands”| Subcommand | Description |
|---|---|
set <key> | Save a Pro license key to ~/.nself/license/key |
show | Display the saved key (masked) and tier |
validate | Validate the saved key against ping.nself.org |
clear | Remove the saved license key |
upgrade | Open the pricing page in your browser |
Examples
Section titled “Examples”# Save your license keynself license set nself_pro_xxxxx...
# Check what key is saved and its tiernself license show
# Validate the key is still activenself license validate
# Remove the saved keynself license clear
# Open the pricing page to upgradenself license upgradeSample show output:
License key: nself_pro_****************************xxxxTier: ProStatus: ✓ activeStored at: ~/.nself/license/key