Skip to content

Commit

Permalink
ReadMe update basic cli usage
Browse files Browse the repository at this point in the history
  • Loading branch information
ragul28 committed Oct 29, 2023
1 parent 6ebe30f commit 0b6887a
Showing 1 changed file with 20 additions and 0 deletions.
20 changes: 20 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,26 @@ svault store github_token xxxxxxxx
svault get github_token
```

## Basic CLI usage
```
Usage:
svault [command]
Available Commands:
completion Generate the autocompletion script for the specified shell
delete Delete secret from vault store
get Get secret from vault store
help Help about any command
init Init vault secret engine
list List stored secret from vault store (Flages: -f, --freshInit)
status Get the status of the vault engine
store Store secret to vault store
Flags:
-h, --help help for get
-m, --masterkey string Pass masterkey as flag
```

## Build Process

Build using go environment.
Expand Down

0 comments on commit 0b6887a

Please sign in to comment.