@9d9dev/cli
v0.2.0
Published
9d9 CLI — push a static-site directory to 9d9 from anywhere
Downloads
78
Readme
@9d9dev/cli
The 9d9 CLI: push a static-site build directory to 9d9 from any directory.
npx @9d9dev/cli deploy ./distFirst-time setup
Generate an API key from the 9d9 dashboard (Settings → New key), then:
9d9 set-key ak_xxx --org=org_xxx
9d9 deploy ./distCommands
9d9 deploy [dir] Push a static-site directory to 9d9
9d9 deploys [list] List recent deploys for your site
9d9 set-key <key> [--org=…] Save an API key locally
9d9 status Show current config
9d9 logout Clear local credentialsBuild whatever — Astro, Next static, Hugo, vanilla HTML — and ship the dist/.
