@siteknock/cli
v0.1.6
Published
SiteKnock CLI for licensed project bootstrap and seat verification
Downloads
24
Readme
@siteknock/cli
SiteKnock bootstrap CLI for licensed customer workspace setup.
Requirements
- Node.js 22+
- access to the SiteKnock package registry
- Docker installed if you plan to run
siteknock studio
Install
npm install -g @siteknock/cliThis installs two commands: siteknock (primary) and sk-cli (backwards-compatible alias). Both are identical.
An unscoped siteknock wrapper is also available:
npm install -g siteknockCommands
Show the SiteKnock CLI version banner and copyright line.
siteknock --version
siteknock -vVerify registry access and fetch latest package metadata.
siteknock probeBootstrap a new customer workspace with initial configuration.
siteknock create --project customer-appStart the SiteKnock Studio management interface (requires Docker).
siteknock studio --project customer-appValidate workspace setup and verify all dependencies are correctly configured.
siteknock verify --project customer-appTypical flow
mkdir -p my-projects
cd my-projects
siteknock probe
siteknock create --project customer-a
siteknock verify --project customer-a
siteknock studio --project customer-asiteknock creates a base-folder sk-cli.json file that stores registered projects.
