Run bootstrap wizards from ores.cli and ores.shell
Table of Contents
This page is a capture in the deferred bucket of the product backlog — a pre-sprint idea, not yet pulled into a sprint as a story.
What
(One paragraph: the idea.)
Why
(Motivation, problem being solved, related context.)
References
See also
Currently the system, tenant, and party provisioning wizards run only inside the Qt desktop application. Operators deploying headless (servers, CI) cannot bootstrap without starting the full UI.
Add CLI commands (ores.cli bootstrap system, ores.cli bootstrap tenant --name ..., etc.) that replicate the wizard logic. ores.shell interactive mode could expose the same commands for step-by-step guided setup.
Dependencies: the wizard logic must first be factored out of the Qt layer into a reusable service layer callable from both Qt and CLI.