Documentation
`vectron stack provision`
Provision the local stack workspace and generate derived Vectron config.
Main command
vectron stack provisionThis 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/datadirectory 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 startGenerated files
The stack system writes generated state under .vectron_stack/, including the generated configuration used by the normal runtime.