Flox
https://flox.dev/docs/install-flox/install/
Services
toml
[services]
k8s-tunnel.command = "ssh -N foo-k8s-tunnel"
argocd-port-forward.command = "sleep 5 && kubectl port-forward svc/argocd-server 8080:80 -n argocd"Flox Activation
bash
flox activate --start-servicesOr via direnv. But this does not support starting services automatically.
bash
use flox