alien-commands-client 3.3.0

Rust client SDK for invoking commands on Alien deployments
Documentation
1
2
3
4
5
6
7
8
# alien-commands-client

Rust client for invoking remote commands on Alien deployments. Mirrors the TypeScript `@alienplatform/commands` package.

Provides `CommandsClient` with `invoke(command_name, params)` and
`target(resource_id)` for explicit Worker, Container, or Daemon routing. The
client handles command creation, result polling, and inline or storage-backed
payload decoding.