Skip to main content
Everything in the first table works with no instance, no account and no network. That split is worth seeing at a glance, so the CLI’s own help prints it the same way. Every command accepts --json.

Offline

Platform features are currently in invite-only beta. Sign up here to be considered for one of our next phases.

Connected to an instance

See Publishing for what those four do in practice.

build

cordango build on its own writes deterministic build artifacts under .cordango/build/<key>/. Given the same source it writes the same bytes. With a target and an output directory it generates a complete application instead:
number
Generate a different demo dataset.
flag
Accept a build the generator cannot finish, and report what was left out. Without it, missing behaviour refuses the build.
flag
Reference Cordango.Standalone from a feed instead of checking its source into the generated project. The default emits the runtime as source, so what you generate has no dependency on us.

check

No model, no database, no network. This is the command for a pre-commit hook and for CI, and it works from a clone of the open source repository with nothing else installed. cordango validate is the same command. Use whichever word fits the sentence you are writing.