Networks, Domains, Templates and Instance

Remaining command groups in one reference.

Networks and domains#

BASH
zensailor network list <service-id>
zensailor network create <service-id> --name analytics --alias metrics --internal
zensailor network attach <network-id> <service-id>
zensailor network detach <network-id> <service-id>
zensailor network rm <network-id>

zensailor domain list <environment-id>
zensailor domain rm <domain-id>

Templates and add-ons#

BASH
zensailor template list
zensailor template show <template-id>

zensailor addon list
zensailor addon provision postgres       # also: redis, mongodb, mariadb
zensailor addon rm <addon-id>

See Templates and Managed Databases.

Instance#

BASH
zensailor instance status
zensailor instance stats                  # platform resource usage
zensailor instance check-updates
zensailor instance update <version>       # see Updating
zensailor instance config ai --key <gemini-key>
zensailor instance config github          # app status / verification

SSH keys#

BASH
zensailor ssh-key list
zensailor ssh-key add --name gitlab --key "$(cat ~/.ssh/id_ed25519.pub)"
zensailor ssh-key generate                # platform-managed keypair
zensailor ssh-key rm <key-id>

Interactive creation#

BASH
zensailor create service                  # guided flow for a new service