Skip to content
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

fix(cli): return error on failed resource addition #19750

Merged
merged 1 commit into from
Oct 15, 2020
Merged

Conversation

glinton
Copy link
Contributor

@glinton glinton commented Oct 14, 2020

Closes #19148

This pr returns an error when influx stacks update --addResource fails due to bad input.

$ ./influx stacks update --stack-id abc123 --addResource badInput
Error: Invalid 'resourceType=resourceID' key value pair[s]: badInput.
See 'influx stacks update -h' for help
  • Rebased/mergeable

@glinton glinton requested review from a team, hoorayimhelping and 121watts and removed request for a team and hoorayimhelping October 14, 2020 23:13
@glinton glinton merged commit 8c0ff75 into master Oct 15, 2020
@glinton glinton deleted the fix/19148 branch October 15, 2020 15:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

cli: --addResource fails silently
2 participants