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.
Doctorβ
- Docker
- K8S
docker exec lunar-proxy doctor
kubectl exec <lunar-proxy-pod-name> -- doctor
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>