Lunar.dev Commands
Discover
- Docker
- K8S
docker exec lunar-proxy discover
kubectl exec <lunar-proxy-pod-name> -- discover
See Quick Start Guide for more information.
Load Flows
- Docker
- K8S
docker exec lunar-proxy load_flows
kubectl exec <lunar-proxy-pod-name> -- load_flows
For more information about the load_flows
command, please visit the Flows Configuration Page.
Validate Flows
- Docker
- K8S
docker exec lunar-proxy validate_flows
kubectl exec <lunar-proxy-pod-name> -- validate_flows
Use the validate_flows command to check for configuration issues in your flow files before deploying. See Validate Your Flow Configurations Page for examples and guidance.
Logs
- Docker
- K8S
docker logs lunar-proxy
kubectl logs <lunar-proxy-pod-name>