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

Make global-status output JSON [GH-6236] #6237

Closed

Conversation

myrjola
Copy link

@myrjola myrjola commented Sep 6, 2015

Adds a "--json" flag to global-status to switch the command's output to
JSON.

Fixes #6236

Adds a "--json" flag to global-status to switch the command's output to
JSON.

Fixes hashicorp#6236
myrjola referenced this pull request in ryanprior/vagrant-tramp Oct 14, 2015
I removed references to platform- and provider-specific tools,
preferring instead to implement almost all functionality in
elisp. External dependencies are now reduced to only vagrant, bash, and
awk.
@mitchellh
Copy link
Contributor

Hi! Thanks for this. I think if we support JSON we should look into supporting it in a wider way. For now, we'll add our normal machine readable output support to global-status. A parser on top of that is not too difficult to write to convert to JSON. I know its more work but it'd be easier and more uniform for the project right now to support only a single format.

Thanks

@mitchellh mitchellh closed this Nov 18, 2015
@ryanprior
Copy link

That certainly will work well enough for my purposes. Is work already under way or are you looking for somebody to step up? Is #4097 the issue to watch?
Also, we might want to close #6236.

@ghost ghost locked and limited conversation to collaborators Apr 6, 2020
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Make global-status output JSON
3 participants