ledger-api · Staging
Encrypted session
Deploy ledger-api
Ready
northstar auth login --profile stagingAuthenticated as dev@northwind.test
Organization: Northwind Labs
northstar deploy ./ledger-apiResolved 24 dependencies
Built service image in 3.4s
Provisioned runtime in iad1
northstar health ledger-api --wait3/3 checks passing
Traffic shifted to ledger-api@1.8.0
Terminal walkthrough
Northstar turns a deploy command into a guarded release: identity, build, infrastructure, and health checks remain visible without becoming separate chores.
Short-lived credentials connect the CLI to the right organization and environment.
Northstar resolves, builds, and provisions the runtime without a separate pipeline file.
Traffic moves after the service passes its declared readiness and dependency checks.