-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Add initial TFC Config Set Command #4
Conversation
Allows a template to preserve new lines for a subset of a template rather than the whole template.
This repo will probably want to be outfitted with hcp-checks, which includes a linter.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I believe the base.go got included by mistake
…a-repo GH: Add basic GH Actions workflow for code quality
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Should we also add a command to read the current TFC Config? If nothing else report back the name of the TFC Organization that's in use.
fa6e984
to
c3cb38e
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Looking pretty good, I feel like this is pretty much good to go now minus a few fixups!
Co-authored-by: Alex Dadgar <[email protected]>
Co-authored-by: Alex Dadgar <[email protected]>
Co-authored-by: Alex Dadgar <[email protected]>
Co-authored-by: Brian Cain <[email protected]>
Co-authored-by: Alex Dadgar <[email protected]>
Co-authored-by: Brian Cain <[email protected]>
Co-authored-by: Brian Cain <[email protected]>
Co-authored-by: Alex Dadgar <[email protected]>
Co-authored-by: Alex Dadgar <[email protected]>
Rebase is being weird. Fixing it now. |
7662a06
to
1b9cf6d
Compare
internal/commands/waypoint/bin/hcp
Outdated
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
You accidentally added the binary
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Can you please rewrite the git history to not include this.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
WHOOPS. WILL FIX. Thanks!
@@ -0,0 +1,122 @@ | |||
package tfcconfig |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Please consider adding unit tests
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Approved pending the deletion of the hcp
binary from the history.
45a8e00
to
423ce2a
Compare
Add Initial TFC Config Set Command for Waypoint.
Will probably have to do some conflict resolving once Evan merges his PR.