Expand description
run-stack, as a library so both binary names share one implementation.
Modules§
- assets
- The files a stack is built from, carried inside the binary.
- cli
- run-stack: one command to boot a full local stack in Docker.
- commands
rst commands— every CLI entry in a terminal table.- compose
- Building and running the
docker composecommand. - config
- run.config.toml: read, write, and the section grouping.
- delegate
- Handing a command to the shell implementation.
- doctor
- Checks for the faults that cost real debugging time, and repairs for the ones whose correct value is discoverable.
- env
- The environment a compose command runs with.
- generate
- The generated compose overlays.
- self_
update rst self-update: refresh a cargo-installed binary and migrate configs.- table
- One bordered table, drawn the same way everywhere.
- workspace
- Finding the workspace a command belongs to.