Skip to content

Commit

Permalink
Upload 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 01a615d commit 646b766
Showing 1 changed file with 7 additions and 3 deletions.
10 changes: 7 additions & 3 deletions cmd/vault-handler/upload.go
Original file line number Diff line number Diff line change
Expand Up @@ -10,10 +10,14 @@ import (
)

var uploadCmd = &cobra.Command{
Use: "upload",
Use: "upload [manifest-files]",
Run: runUploadCmd,
Short: "",
Long: ``,
Short: "Realize manifest uploading secrets to Vault.",
Long: ` # vault-handler upload
Based on manifest, it will look for files in "--input-dir" based in naming convention, and upload
data to Vault accordingly, following configuration for Vault's path and zipped contents.
`,
}

// runUploadCmd execute the actions to upload files to vault.
Expand Down

0 comments on commit 646b766

Please sign in to comment.