pub const ENV_ALIEN_COMMANDS_URL: &str = "ALIEN_COMMANDS_URL";Expand description
Base URL of the command server API an app-owned pull Receiver
(Container/Daemon) leases commands from. Pinned by the receiver contract;
the TypeScript receiver reads the same variable. Missing or
invalid values fail fast with COMMAND_RECEIVER_CONFIG_INVALID. Injected
by the manager and operator controllers, scoped per command-enabled
resource.