The UDX Worker provides a command-line interface for managing services, environment variables, and health checks.
Use the CLI when you need to:
- Inspect or manage running services.
- Check or resolve environment and secrets.
- Review health and SBOM output.
- Commands are namespaced (
worker service,worker env,worker health,worker sbom,worker config). - Most commands provide help when run without arguments.
worker env reloadandworker config applyrerun the same config/env/secret resolution path used by the entrypoint.
# Show service command help
worker service
# Inspect resolved environment
worker env status
# Re-apply worker.yaml after provider auth has been established
worker env reload- Forgetting to mount runtime config before running commands.
- Using the CLI outside the container when the worker is not running.
docs/services.mddocs/config.md