This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Release v0.30.0#198
Merged
SimonBarendse merged 48 commits intomasterfrom Oct 11, 2019
Merged
Conversation
This makes it possible to implement CLI commands outside of the main CLI package.
This can be used inside the Getting Started to use as a simple demo app. Can be started with `secrethub example-app serve`. It then serves a web page on the requested ports that tries to connect with httpbin.org. It only succeeds if the APP_USERNAME and APP_PASSWORD environment variables have been set to `demo` and `very-secret-password` respectively.
Change homepage to secrethub.io (instead of secrethub.io/)
v0.29.1 back to develop
Verify goreleaser.yml in CI
No longer use the SecretHub fork, as the required change has been merged to the upstream repository.
Update kingpin
Fix bug MaskedWriter is not flushed before timeout
- Add favicon - Make logo smaller - Add footer with link to docs
Write the contents of a file to a secret with the --in-file flag.
Use --out-file (and --file-mode) to write the contents of a secret directly to a file.
Explicitly set brew install field to develop
Update one-liner readme
Add --in-file option to write command
Add --out-file and --file-mode flags to read
# Conflicts: # internals/secrethub/acl_check.go # internals/secrethub/generate.go # internals/secrethub/list.go
You can still get the commands specific help with: secrethub demo --help secrethub demo init --help secrethub demo serve --help
Use relative url in demo app
This allows you to create a demo repository in other workspaces as well.
Add demo init command
Mention AWS in service aws ls --help
florisvdg
approved these changes
Oct 11, 2019
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Added
--out-fileflag.--in-fileflag.