Simon Barendse

Results 31 comments of Simon Barendse

Hi @angelhodar , thanks for opening this issue! Is your use case to migrate a `.env` environment to SecretHub? I imagine adding an `import` command for this. We can start...

Yes, this is exactly the kind of use case we're aiming to solve with SecretHub. It should be both easier and more secure to share your secrets. Do you know...

Would adding this to your `package.json` be helpful? ```json { "scripts" : { "start" : "secrethub run --var env=${NODE_ENV} -- node server.js" } } ``` Then your colleagues will just...

Just released the [brew tap](https://github.com/secrethub/homebrew-tools)! :tada: You can now install secrethub using: ```sh brew install secrethub/tools/secrethub-cli ```

+1 on the MSI installer. --- That reminds me of another update for Windows users. You can now install using [Scoop](https://scoop.sh): ``` scoop bucket add secrethub https://github.com/secrethub/scoop-secrethub scoop install secrethub-cli...

We have added the CLI to [snap](https://snapcraft.io/secrethub-cli) as well :tada:

yum support is added in [v0.29.0](https://github.com/secrethub/secrethub-cli/releases/tag/v0.29.0).

Hi @stavalfi, very interesting use case! It would indeed be awesome if any new team member can just run an npm command to set everything up! To set everything up...

You can now install SecretHub via npm: https://www.npmjs.com/package/@secrethub/cli ```sh npm install @secrethub/cli ```