siteknock
v0.1.7
Published
SiteKnock CLI — install the siteknock command without an npm scope. Delegates to @siteknock/cli.
Readme
siteknock
SiteKnock bootstrap CLI for licensed customer workspace setup.
This is the unscoped siteknock package, a thin wrapper that installs the same siteknock and sk-cli commands by delegating to @siteknock/cli. Use it when you want to install the CLI without an npm scope.
Install
npm install -g siteknockOr install the canonical scoped package directly:
npm install -g @siteknock/cliBoth produce the same siteknock command.
Commands
siteknock --version
siteknock probe
siteknock create --project customer-app
siteknock studio
siteknock verify --project customer-appsk-cli is available as a backwards-compatible alias for siteknock.
Typical 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.
