# oridecon-cli > oridecon command — project scaffolding, dev server, migrations, inspection. Machine index for **oridecon-cli** only. Rules: https://oridecon.dev/agents.md · Catalog: https://oridecon.dev/llms.txt · Slices: https://oridecon.dev/llms/index.txt · Skill: https://oridecon.dev/SKILL.md ## Package - Name: `oridecon-cli` - Group: Tooling — CLI, testing, admin, UI — experimental except testing. - Docs: https://oridecon.dev/experimental/oridecon-cli/ - Source (branch `dev`): https://github.com/dbtinoy-/oridecon/tree/dev/experimental/apps/oridecon-cli - This slice: https://oridecon.dev/llms/oridecon-cli.txt - Install: `uv add oridecon-cli` ## Boundaries - Extensions import only `oridecon` and `oridecon-contracts` — never each other. - Shared types live in `oridecon-contracts`. Do not invent a second copy here. - Constructor injection. `register()` binds, `boot()` resolves. - Domain failures are `Result[T, E]`. Infrastructure failures raise. - One tree: `domains/` (not `models/`), app-root `di/` for `*_provider.py`. ## Docs in this package - [CLI (oridecon-cli)](https://oridecon.dev/experimental/oridecon-cli/): Detailed documentation for oridecon-cli, including architecture, usage guides, and configuration options within the Oridecon ecosystem. - [API Reference](https://oridecon.dev/experimental/oridecon-cli/api/): Complete API reference for the oridecon-cli package. - [Architecture](https://oridecon.dev/experimental/oridecon-cli/docs/architecture/): Architecture guide and reference for the oridecon-cli package in the Oridecon framework. - [Commands](https://oridecon.dev/experimental/oridecon-cli/docs/commands/): Commands guide and reference for the oridecon-cli package in the Oridecon framework. - [Configuration](https://oridecon.dev/experimental/oridecon-cli/docs/configuration/): Configuration guide and reference for the oridecon-cli package in the Oridecon framework. - [Guide](https://oridecon.dev/experimental/oridecon-cli/docs/guide/): Guide guide and reference for the oridecon-cli package in the Oridecon framework. - [How-To Guides](https://oridecon.dev/experimental/oridecon-cli/docs/howtos/): How-To Guides guide and reference for the oridecon-cli package in the Oridecon framework. - [Project layout](https://oridecon.dev/experimental/oridecon-cli/docs/project_layout/): One project tree — unscoped feature code, shared cross-cutting packages, and bounded contexts grown in place. - [Public Package CLI Surface Matrix](https://oridecon.dev/experimental/oridecon-cli/docs/public_package_cli_matrix/): Public Package CLI Surface Matrix guide and reference for the oridecon-cli package in the Oridecon framework. - [Quickstart](https://oridecon.dev/experimental/oridecon-cli/docs/quickstart/): Quickstart guide and reference for the oridecon-cli package in the Oridecon framework. - [Troubleshooting](https://oridecon.dev/experimental/oridecon-cli/docs/troubleshooting/): Troubleshooting guide and reference for the oridecon-cli package in the Oridecon framework. ## See also - Playbook: https://oridecon.dev/getting-started/for-coding-agents/ - Fail vs fix: https://oridecon.dev/getting-started/common-mistakes/ - Group hub: https://oridecon.dev/experimental/ - Skill: https://oridecon.dev/SKILL.md - Rules (do not skip): https://oridecon.dev/agents.md