@namespacelabs/cli
v0.0.459
Published
Namespace CLI
Readme
@namespacelabs/cli
npm wrapper for the Namespace CLI (nsc).
Usage
Run nsc commands directly with npx:
npx @namespacelabs/cli list
npx @namespacelabs/cli buildOr install globally:
npm install -g @namespacelabs/cli
nsc listUpdate
To update to the latest version of nsc:
npx @namespacelabs/cli updateHow it works
On first run, the package downloads the appropriate nsc binary for your platform (macOS or Linux, amd64 or arm64) and caches it locally. Subsequent runs use the cached binary.
License
Apache-2.0
