Skip to content

Commit

Permalink
Download sub-command help message.
Browse files Browse the repository at this point in the history
  • Loading branch information
Otávio Fernandes committed Mar 30, 2019
1 parent 038b887 commit 01a615d
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cmd/vault-handler/download.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ import (
)

var downloadCmd = &cobra.Command{
Use: "download",
Use: "download [manifest-files]",
Run: runDownloadCmd,
Short: "",
Long: ``,
Short: "Realize manifest downloading secrets from Vault.",
Long: ` # vault-handler download
Based on informed manifest, it download the secrets from Vault and rename the files accordingly. The
output location is informed by "--output-dir" parameter.
`,
}

// runDownloadCmd execute the download of secrets from Vault.
Expand Down

0 comments on commit 01a615d

Please sign in to comment.