@clientshell/cli
v0.1.0
Published
CLI for clientshell — generate manifests, validate env vars, create dev stubs
Readme
@clientshell/cli
CLI for clientshell — generate manifests, validate env vars, create dev stubs.
Install
pnpm add -D @clientshell/cliCommands
clientshell manifest
Generate a manifest JSON from a schema module:
clientshell manifest --schema src/env.schema.ts --output clientshell.manifest.jsonclientshell validate
Validate current env vars against a manifest:
clientshell validate --manifest clientshell.manifest.jsonclientshell stub
Generate a dev env-config.js stub from a manifest:
clientshell stub --manifest clientshell.manifest.json --output public/env-config.js