mirror of
https://github.com/katanemo/plano.git
synced 2026-05-05 13:53:03 +02:00
Add crates/plano-cli/ as a full Rust rewrite of the Python CLI. Binary name: planoai. All subcommands ported: up, down, build, logs, cli-agent, trace, init. Config validation and Tera template rendering replace the Python config_generator. CI updated to use cargo test/build instead of Python test jobs.
4 lines
112 B
Rust
4 lines
112 B
Rust
fn main() {
|
|
// For now, just rerun if templates change
|
|
println!("cargo:rerun-if-changed=templates/");
|
|
}
|