Quick start

Log in, create or link a project, and deploy in a few commands.

1. Log in

With catalog configured (recommended for GitHub OAuth):

export ZECTRE_CATALOG_URL=http://127.0.0.1:47100   # example
zectre login

Without catalog, use legacy cluster login or an API key — see Authentication.

zectre projects add my-app

Or create then link:

zectre projects create my-app
zectre link

3. Deploy

zectre deploy

Add --wait to block until the deployment settles, --prod for production-shaped deploys.

4. Inspect

zectre status
zectre logs <task-id> -f

Test credentials (local platform)

Some dev seeds document these for the legacy platform login flow — only if your database/migrations actually create this user:

FieldValue
Emailtest@example.com
Passwordpassword123

Continue with Commands and Configuration.