Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for "secret" command namespace #144

Merged
merged 1 commit into from
Jan 17, 2019
Merged

Add support for "secret" command namespace #144

merged 1 commit into from
Jan 17, 2019

Conversation

kkirsche
Copy link
Contributor

Fix #141

Adds support for secret namespace:

 ~/git/go/src/github.com/twpayne/chezmoi >> enhancement/secret_toplevel $ go build -o cmoi
 ~/git/go/src/github.com/twpayne/chezmoi >> enhancement/secret_toplevel $ ./cmoi secretInteract with a secret manager

Usage:
  chezmoi secret [command]

Available Commands:
  pass        Execute the pass CLI
  vault       Execute the Hashicorp Vault CLI

Flags:
  -h, --help   help for secret

Global Flags:
  -c, --config string        config file (default "/Users/kkirsche/.config/chezmoi/chezmoi.yaml")
  -D, --destination string   destination directory (default "/Users/kkirsche")
  -n, --dry-run              dry run
  -S, --source string        source directory (default "/Users/kkirsche/.local/share/chezmoi")
  -u, --umask int            umask (default 022)
  -v, --verbose              verbose

Use "chezmoi secret [command] --help" for more information about a command.
 ~/git/go/src/github.com/twpayne/chezmoi >> enhancement/secret_toplevel $ ./cmoi secret vault -h
Execute the Hashicorp Vault CLI

Usage:
  chezmoi secret vault [flags]

Flags:
  -h, --help   help for vault

Global Flags:
  -c, --config string        config file (default "/Users/kkirsche/.config/chezmoi/chezmoi.yaml")
  -D, --destination string   destination directory (default "/Users/kkirsche")
  -n, --dry-run              dry run
  -S, --source string        source directory (default "/Users/kkirsche/.local/share/chezmoi")
  -u, --umask int            umask (default 022)
  -v, --verbose              verbose

@twpayne twpayne merged commit bcc4b9c into twpayne:master Jan 17, 2019
@github-actions github-actions bot locked as resolved and limited conversation to collaborators Mar 17, 2024
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Add secret command
2 participants