Run bootstrap wizards from 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.
1. What
(One paragraph: the idea.)
2. Why
(Motivation, problem being solved, related context.)
3. References
4. 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 shell commands (bootstrap system, bootstrap tenant --name ..., etc.) that replicate the wizard logic. ores.shell interactive mode exposes these 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 the shell.