ledger-api · Staging

Encrypted session

Deploy ledger-api

Ready

northstar auth login --profile staging

Authenticated as dev@northwind.test

Organization: Northwind Labs

northstar deploy ./ledger-api

Resolved 24 dependencies

Built service image in 3.4s

Provisioned runtime in iad1

northstar health ledger-api --wait

3/3 checks passing

Traffic shifted to ledger-api@1.8.0

Terminal walkthrough

From repository to a healthy service

Northstar turns a deploy command into a guarded release: identity, build, infrastructure, and health checks remain visible without becoming separate chores.

  1. Authenticate once

    Short-lived credentials connect the CLI to the right organization and environment.

  2. Deploy one service

    Northstar resolves, builds, and provisions the runtime without a separate pipeline file.

  3. Promote only when healthy

    Traffic moves after the service passes its declared readiness and dependency checks.

Read the deployment guide