repolith-cli 0.0.11

Declarative orchestrator for Rust toolchains spread across multiple sibling git repositories.
1
2
3
4
5
6
7
8
9
10
11
[orchestrator]
schema_version = "0.1"
name = "minimal-cli-test"

[[node]]
id = "local-thing"
path = "/tmp/repolith-cli-fixture-path"

  [[node.action]]
  kind = "cargo-install"
  crate = "local-thing"