Skip to content
This repository has been archived by the owner on Jan 8, 2024. It is now read-only.

Fixes #813: Improve error handling for config get command #815

Merged
merged 1 commit into from
Nov 18, 2020

Conversation

briancain
Copy link
Member

Prior to this commit, if a user left off an argument for waypoint config get -raw, it would simply exit 1. This commit first ensures that
a named variable was passed in to match against, and otherwise adds some
additional error output to let the user know what went wrong.

Prior to this commit, if a user left off an argument for `waypoint
config get -raw`, it would simply exit 1. This commit first ensures that
a named variable was passed in to match against, and otherwise adds some
additional error output to let the user know what went wrong.
@mitchellh mitchellh linked an issue Nov 18, 2020 that may be closed by this pull request
Copy link
Contributor

@mitchellh mitchellh left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Would backport too!

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
Projects
None yet
Development

Successfully merging this pull request may close these issues.

waypoint config get -raw doesn't print any values
3 participants