Version v0.4.0 of the documentation is no longer actively maintained. The site that you are currently viewing is an archived snapshot. For up-to-date documentation, see the latest version.
leoflow lite provision
Check and provision the local deps the from-source leoflow lite loop needs.
Synopsis
provision readies this machine for the from-source leoflow lite loop: it checks Docker/k3d/kubectl/python3 (installing the brew-installable ones with –install), ensures the task base image, and provisions the isolated local database (leoflow_dev). For end users, leoflow setup (the installer) handles onboarding; this is the contributor’s machine prep.
leoflow lite provision [flags]
Options
-h, --help help for provision
--install brew-install missing dependencies (where possible)
Options inherited from parent commands
--config string config file path (default ~/.leoflow/config.yaml)
--log-level string log level: debug, info, warn, error
--server-url string control plane API base URL
SEE ALSO
- leoflow lite - Run Leoflow Lite locally with hot reload.