Skip to main content

Crate run_stack

Crate run_stack 

Source
Expand description

run-stack, as a library so both binary names share one implementation.

Modules§

add
rst add <folder> - register a folder as an app without answering the whole init questionnaire.
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 compose command.
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.