Skip to content

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.

zerokie [command]
Commands:
apps
completion
help
login
version

Already-hidden compatibility commands remain outside this reference.

Mint and copy a customer token in the OIDC-authenticated dashboard, then use the explicit HTTPS endpoint:

Terminal window
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.

FlagRequiredMeaning
--endpointYesExact HTTPS API endpoint supplied for the DEV authorization.
Terminal window
zerokie apps create --name my-site

This 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 --.

Terminal window
zerokie apps list

Lists the authenticated customer’s apps. Run it after revocation, without logging in again, to prove that the revoked token is rejected.

Terminal window
zerokie apps status <name>

Shows the customer-owned app and its generated hostname.

Terminal window
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.

Terminal window
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.

Terminal window
zerokie version

Prints 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.