The sk-cliLicensing

Licensing

Verify a license token and confirm your entitlement from the command line.

Verify a license

Check that a license token is valid and see what it entitles you to:

sk-cli verify --token <your-token>

You can also verify the license bound to a specific project:

sk-cli verify --project my-saas

Check registry visibility

The probe command confirms your machine can reach the SiteKnock package registry and resolve licensed packages — useful when diagnosing a failed create:

sk-cli probe

How licensing works

Your license determines which SiteKnock versions and features you can scaffold and deploy. Licenses are bound to your account or organization, and sk-cli create uses them to download the correct bundle.

For the full model — entitlements, versions, upgrades, and seat binding — see Licensing & Upgrades.

Next steps