Skip to content

Commit

Permalink
Add publish and retrieve to help menu
Browse files Browse the repository at this point in the history
  • Loading branch information
sharathrnair87 committed May 30, 2024
1 parent b1d08ad commit 036fda7
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions cmd/help.go
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,8 @@ func Help() {
fmt.Println(" \033[33mdelete-vault\033[0m Delete a local developer Hashicorp Vault server, auto delete with `-y`.")
fmt.Println(" \033[33mpermissions\033[0m Validate your roles and permissions on your used Hashicorp Vault token")
fmt.Println(" \033[33mpush\033[0m Push state to remote Hashicorp Vault server afer you have wrapped your statefile")
fmt.Println(" \033[33mpublish\033[0m Wrap a secret to base64 and push")
fmt.Println(" \033[33mretrieve\033[0m Pull and Unwrap a secret from base64")
fmt.Println(" \033[33mstatus\033[0m Checks if Vaultify is still authenticated to Hashicorp Vault.")
fmt.Println(" \033[33mconfigure\033[0m Configures the Vaultify project, allowing customization of settings such as the Vault address, authentication method, and data paths")
fmt.Println(" \033[33m-v\033[0m, \033[33m--version\033[0m Show the Vaultify version")
Expand Down

0 comments on commit 036fda7

Please sign in to comment.