Skip to content
This repository has been archived by the owner on Feb 28, 2023. It is now read-only.

Commit

Permalink
add description for #1
Browse files Browse the repository at this point in the history
  • Loading branch information
cappyzawa committed Apr 9, 2019
1 parent 2b34379 commit 53c159e
Show file tree
Hide file tree
Showing 3 changed files with 8 additions and 6 deletions.
12 changes: 7 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -19,13 +19,15 @@ NAME:
push-with-vault - This enable to use (( )) place holders in manifest files. (( )) are evaluated by vault
USAGE:
$ cf push-with-vault
$ cf push-with-vault [APP_NAME]
OPTIONS:
--file Path to manifest (default: ./manifest.yml)
--path-prefix Path under which to namespace credential lookup
--vault-addr Address of the Vault server expressed as a URL and port, for example: https://127.0.0.1:8200/. (default: "VAULT_ADDR" env)
--vault-token Vault authentication token. (default: "VAULT_TOKEN" env)
--domain, -d Specify a custom domain (e.g. private-domain.example.com, apps.internal.com) to use instead of the default domain
--file, -f Path to manifest (default: ./manifest.yml)
--hostname, -n Hostname (e.g. my-subdomain)
--path-prefix, -pp Path under which to namespace credential lookup
--vault-addr, -va Address of the Vault server expressed as a URL and port, for example: https://127.0.0.1:8200/. (default: "VAULT_ADDR" env)
--vault-token, -vt Vault authentication token. (default: "VAULT_TOKEN" env)
```

## Examples
Expand Down
2 changes: 1 addition & 1 deletion main.go
Original file line number Diff line number Diff line change
Expand Up @@ -84,7 +84,7 @@ func (c *CfPushWithVault) GetMetadata() plugin.PluginMetadata {
Version: plugin.VersionType{
Major: 0,
Minor: 0,
Build: 3,
Build: 4,
},
Commands: []plugin.Command{
{
Expand Down
Binary file added push-with-vault
Binary file not shown.

0 comments on commit 53c159e

Please sign in to comment.