Skip to content

Commit

Permalink
mz secret positional bool
Browse files Browse the repository at this point in the history
  • Loading branch information
alex-hunt-materialize committed Jan 2, 2025
1 parent 6e9114f commit fd07eb3
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/mz/src/bin/mz/command/secret.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ pub enum SecretSubcommand {
/// The name of the secret.
name: String,
/// Overwrite the existing value of the secret, if it exists.
#[clap(num_args = 1)]
force: bool,
},
}
Expand Down

0 comments on commit fd07eb3

Please sign in to comment.