Skip to content

Deploy + org together

A project carrying both the physical (deploy) and organizational views.

View the source on GitHub · Open in the app

Deploy view
Deploy view
Org view
Org view
deploy-org/index.krs
// Example for verifying the priority rule "system > deploy > org" (#817).
// This file has both deploy and organization but no system. The preview
// should auto-select the Deploy tab (not Org).
deploy Production {
label "Production environment"
oci "api" {
label "API server"
image "api:1.0.0"
runtime "Node.js 22"
}
}
organization Acme {
label "Acme Engineering"
team "platform-team" {
label "Platform team"
member alice {
label "Alice"
}
}
}

© 2026 Hiroki Kondo · Licensed under Apache-2.0