Simon Barendse
Simon Barendse
We'd like to distribute the CLI via package managers, so that it can be easily installed using the package manager you are used to. e.g. ``` brew install secrethub ```...
``` -f, --force (bool) When injecting to an output file and the file already exists, overwrite it. ```
resolves #453
_Originally posted by @mackenbach in https://github.com/secrethub/secrethub-go/pull/117_
Currently, this Brew tap only contains the stable builds for 1Password CLI. We should make it possible to opt-in to installing beta builds too: ``` brew install --cask 1password/tap/1password-cli-beta ```
Expanded on https://github.com/1Password/shell-plugins/pull/362, just added tests and fixed bugs that uncovered.
This action immediately leaves a message on the pull request letting the author know they need to sign their commits, and explains how they can do so. This enables authors...
Fast follow for #504 The other CLI functions use capitalized CLI, I've renamed this function to do the same for consistency.