-
Notifications
You must be signed in to change notification settings - Fork 34
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
Can commands return raw output instead of table #76
Comments
This sounds useful. Feel free to send a PR! |
ok noted. My plan is to add an argument
And then add options in
What do u think? |
Thanks for the offer! Can you just change the option as "--format". It can take two values "default" and "json" (default value is "default"). Also, it would be better if the change is in the info method. Once you get the experiment object, you can return the json that by calling a to_dict() method on the expt (this method needs to be added as well). |
Can floyd commands return raw JSON output instead of the table ? Can we have an option for this?
floyd info job_id --raw
The text was updated successfully, but these errors were encountered: