secrethub-cli icon indicating copy to clipboard operation
secrethub-cli copied to clipboard

A secrets management platform that every engineer can use with minimal code changes.

Results 11 secrethub-cli issues
Sort by recently updated
recently updated
newest added

The following command fails for me on macos: ``` ➜ ~ brew install secrethub/tools/secrethub-cli Error: secrethub/tools/secrethub-cli: Calling bottle :unneeded is disabled! There is no replacement. Please report this issue to...

Hello, I'm trying do build multiarch docker images but i think no arm64 package is available for alpine: ```bash apk add --repository https://alpine.secrethub.io/alpine/edge/main --allow-untrusted secrethub-cli #8 0.388 fetch https://dl-cdn.alpinelinux.org/alpine/v3.13/main/aarch64/APKINDEX.tar.gz #8...

enhancement

I'm using Termux for a handheld development environment on an Android phone and trying to install SecretHub via NPM failed with this message: ```No SecretHub binary found for OS 'android'.```

enhancement

Hi, I think that the deployment process of the @secrethub/cli npm-package may has a bug: ``` $ npx @secrethub/cli npx: command not found: cli ``` Up until now, I used...

This command will allow .env files to be imported to SecretHub.

This PR contains the autocompletion feature for paths. This means that whenever a directory, repo, org, secret or namespace paths are required, the CLI can offer suggestions with double TAB....

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 ```...

enhancement
help wanted

Hey there, so I have been reading the documentation and I havent found a way to dump a list of variables already set in my .env file as childs of...

This is an MVP of intgerating a tfstate backend into the `secrethub run` command. It can be used by configuring the following backend in in terraform: ```hcl terraform { backend...

``` -f, --force (bool) When injecting to an output file and the file already exists, overwrite it. ```

enhancement