feat: allow specifying vault name as env
ci/woodpecker/push/woodpecker Pipeline was successful Details

feat/type-attributes
Tomáš Mládek 2023-08-26 09:48:15 +02:00
parent 92df0d94fd
commit f548a32b22
1 changed files with 1 additions and 1 deletions

View File

@ -161,7 +161,7 @@ struct ServeArgs {
reinitialize: bool,
/// Name of the vault.
#[arg(long)]
#[arg(long, env = "UPEND_VAULT_NAME")]
vault_name: Option<String>,
/// Secret to use for authentication.