Invite-Beta CLI Reference
Install the current immutable source-bound CLI from
https://releases.zerokie.com/install.sh. The installer verifies the
target-specific embedded SHA-256 before installation. There is no mutable
release feed and no latest fallback.
Root help
Section titled “Root help”zerokie [command]
Commands: apps completion help login versionAlready-hidden compatibility commands remain outside this reference.
zerokie login
Section titled “zerokie login”Mint and copy a customer token in the OIDC-authenticated dashboard, then use the explicit HTTPS endpoint:
zerokie login --endpoint <DEV_API_HTTPS>At the Token: prompt, paste the copied token with hidden input from an
interactive terminal. The token is not echoed. Non-interactive input is
rejected.
| Flag | Required | Meaning |
|---|---|---|
--endpoint | Yes | Exact HTTPS API endpoint supplied for the DEV authorization. |
zerokie apps create
Section titled “zerokie apps create”zerokie apps create --name my-siteThis creates a static app and returns its generated HTTPS hostname. Names are
3–63 characters, start with a lowercase ASCII letter, contain only lowercase
ASCII letters, digits, and single hyphens, cannot end in a hyphen, and cannot
contain --.
zerokie apps list
Section titled “zerokie apps list”zerokie apps listLists the authenticated customer’s apps. Run it after revocation, without logging in again, to prove that the revoked token is rejected.
zerokie apps status
Section titled “zerokie apps status”zerokie apps status <name>Shows the customer-owned app and its generated hostname.
zerokie apps deploy
Section titled “zerokie apps deploy”zerokie apps deploy <name> --dir ./dist--dir selects the already-built directory; its default is ..
--include-hidden includes hidden entries except .git/.
The command uses the admitted direct-deploy protocol. Provider-visible static
content may be non-atomically changed by a failed overwrite. If it reports
cleanup_failed, stop and contact the operator.
zerokie apps delete
Section titled “zerokie apps delete”zerokie apps delete <name>This is an authenticated customer cleanup path. In the documented journey, revoke and prove rejection first, then delete from the OIDC-authenticated dashboard so the revoked CLI credential is not replaced.
zerokie version
Section titled “zerokie version”zerokie versionPrints the artifact version. It does not discover or download a newer release.
Repository builds, connect, webhooks, rollback, Docker, custom domains, and CI/CD are unavailable and server-side closed in this beta.