This repository was archived by the owner on Feb 16, 2023. It is now read-only.
Conversation
Use go 1.13 for testing in CI. This makes it possible to use go 1.13 functionality. This does also mean, that at least go 1.13 is needed to build from source.
Use go 1.13
Trigger CLI release when a tag is pushed
Allow mocking of OS environment
Substitute os env vars with the 'secrethub://' prefix
These tests do not follow best practices and have a low quality since they will only be used to lower the risk of introducing new bugs in a refactoring that will follow shortly. After the code is refactored these tests will be rewritten.
Add temporary tests to run command
Due to issues with sandboxed nature of snap and because we now have better deb/apt support, we've chosen to no longer release to snap.
Don't release to snapcraft
Fix stdin bug
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
secrethub://syntax:secrethub runwill look for environment variables with this prefix and replace the reference with the secret in the subprocess. (Substitute os env vars with the 'secrethub://' prefix #243)Fixed
secrethub runcommand running until user hits enter.Deprecated