-
Notifications
You must be signed in to change notification settings - Fork 85
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
Added support for agent version #261
Added support for agent version #261
Conversation
Looks good, but there are conflicts to be resolved. |
@marcin-krystianc . This one also has breaking change across different consul API |
@marcin-krystianc . I think I would use the skippable feature here |
I think that the problem here is that you didn't specify the json format for output, see https://developer.hashicorp.com/consul/commands/v1.11.x/version#command-options |
Thanks @marcin-krystianc . But that one is for the CLI tool. I am making use of the endpoint |
done @marcin-krystianc thanks |
Nicely done, thank you. |
fixes #260
@marcin-krystianc @naskio