Documentation

Stack overview

Understand what `vectron stack` adds on top of the main process orchestration workflow.

What stack mode is

vectron stack is an opinionated workflow for provisioning local stack components and generating a derived Vectron configuration.

The stack flow is driven by vectron.stack.toml.

If you want concrete starting points before reading every field, see the stack examples.

What it adds

Depending on the enabled plugins, stack mode can provision:

  • reverse proxy
  • monitoring components
  • messaging and database services
  • local certificates and DNS helpers
  • generated config under .vectron_stack/

Relationship to normal vectron start

The stack flow does not replace the main CLI. Instead:

  • vectron stack init creates the source vectron.stack.toml
  • vectron stack provision prepares the local stack workspace
  • generated config is written under .vectron_stack/generated/
  • vectron start can then run from that generated config path

Current scope

Treat stack mode as an advanced local development workflow with explicit platform constraints.