Skip to content

CLI reference

The installed binary is cargo-minco; Cargo exposes it as cargo minco. Global options are --root PATH and --json.

AreaCommands
Projectnew, doctor, check, architecture, inspect, explain
Contractcontract check, contract sync, contract diff
Generatemake module, operation, resource, migration, seeder, worker, adapter, test, plugin
Configureconfig check, explain, diff, schema
Databasedb plan, status, migrate, verify, seed
Deploydeploy plan, render-sam, changeset, apply, verify, promote
Evidencecost, perf, package, release create, release verify
Pluginsplugin list, enable, disable, new, validate
Workroadmap status, task ready, task show, vcs task-start, vcs task-finish

Machine-readable inspection

bash
cargo minco inspect --json
cargo minco explain placeOrder --json
cargo minco task show M11-T01 --json
cargo minco deploy plan --stdout --json

These interfaces expose bounded metadata, identities, and diagnostics. They do not expose service values, credentials, secret-reference names, or customer data.

For every option and safety boundary, use the complete 0.5.0 CLI reference.

Minimal cost, maximum capability.