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 loginWithout catalog, use legacy cluster login or an API key — see Authentication.
2. Create and link a project
zectre projects add my-appOr create then link:
zectre projects create my-app
zectre link3. Deploy
zectre deployAdd --wait to block until the deployment settles, --prod for production-shaped deploys.
4. Inspect
zectre status
zectre logs <task-id> -fTest credentials (local platform)
Some dev seeds document these for the legacy platform login flow — only if your database/migrations actually create this user:
| Field | Value |
|---|---|
test@example.com | |
| Password | password123 |
Continue with Commands and Configuration.