runx-cli 0.6.19

Cargo-installed launcher for the runx governed agent workflow CLI.
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
# runx-cli

`runx-cli` is the Cargo package for the native `runx` command.

```bash
cargo install runx-cli
runx --help
```

The `runx` crate name on crates.io is already owned by an unrelated package, so
the published Cargo package is `runx-cli` while the installed binary remains
`runx`.

## Runtime Requirements

- Rust/Cargo for installation from crates.io.
- No Node.js runtime is required for the native CLI.