Skip to content

Commit fdf4d72

Browse files
committed
FEATURE: fluvio cluster stop (alias for shutdown)
1 parent bcce9f2 commit fdf4d72

File tree

1 file changed

+2
-2
lines changed
  • crates/fluvio-cluster/src/cli

1 file changed

+2
-2
lines changed

crates/fluvio-cluster/src/cli/mod.rs

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -91,8 +91,8 @@ pub enum ClusterCmd {
9191
#[command(name = "status")]
9292
Status(StatusOpt),
9393

94-
/// Shutdown cluster processes without deleting data
95-
#[command(name = "shutdown")]
94+
/// Shutdown cluster processes without deleting data (alias: stop)
95+
#[command(name = "shutdown", alias = "stop")]
9696
Shutdown(ShutdownOpt),
9797
}
9898

0 commit comments

Comments
 (0)