Documentation

`vectron stack provision`

Provision the local stack workspace and generate derived Vectron config.

Main command

vectron stack provision

This command expects an existing vectron.stack.toml. It:

  • validates vectron.stack.toml
  • runs stack-specific preflight logic
  • creates .vectron_stack/
  • generates a derived vectron.toml
  • provisions plugin-specific assets where required

Useful flags

  • --dry-run: print what would happen without making changes
  • --force: allow deleting a non-empty .vectron_stack/data directory where supported
  • --only: restrict execution to selected plugins
  • --skip: exclude selected plugins

Safe workflow

vectron stack init
vectron stack check
vectron stack provision --dry-run
vectron stack provision
vectron start

Generated files

The stack system writes generated state under .vectron_stack/, including the generated configuration used by the normal runtime.