camel-cli 0.7.0

Command-line interface for Apache Camel in Rust
Documentation
1
2
3
4
5
6
7
8
9
10
11
12
[default]
routes = ["routes/*.yaml"]
log_level = "INFO"
watch = false

[development]
log_level = "DEBUG"
watch = true

[production]
log_level = "WARN"
watch = false