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 auth). - Most commands provide help when run without arguments.
# Show auth command help
worker auth
# Show service command help
worker service- Forgetting to mount runtime config before running commands.
- Using the CLI outside the container when the worker is not running.
docs/runtime/services.mddocs/runtime/config.md