diff options
Diffstat (limited to 'makima/src/daemon/cli')
| -rw-r--r-- | makima/src/daemon/cli/mod.rs | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/makima/src/daemon/cli/mod.rs b/makima/src/daemon/cli/mod.rs index c9a8c6f..954f219 100644 --- a/makima/src/daemon/cli/mod.rs +++ b/makima/src/daemon/cli/mod.rs @@ -231,6 +231,9 @@ pub enum DirectiveCommand { /// List evaluation history for a step Evaluations(directive::EvaluationsArgs), + + /// Submit a chain plan for a directive (reads JSON from stdin) + SubmitPlan(DirectiveArgs), } impl Cli { |
