Developers
Manage your static sites directly from the terminal. Ideal for local scripts, CI/CD pipelines, and frequent deploy workflows.
Install via npm and start deploying from your terminal in seconds.
npm install -g @zxapi/cliGenerate a token from team settings and make it available as an environment variable.
export ZYBERSPACE_TOKEN=zyb_...Run one command to bundle and upload your static site, with optional publish flag.
zyber deploy ./dist --site my-project --publishIf you want to automate deployments from GitHub Actions or GitLab CI, use ZYBERSPACE_TOKEN as a secret and call the CLI in your build step.
No. The CLI is a Node.js binary and works anywhere with Node support.
Yes. Store your token in CI and use the CLI in your pipeline steps.
Use your team API token from Settings with the scopes needed for site and deployment operations.