You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
It will be nice if the cse inspect command returns the model information as xml or json text. It makes it very easy for the external software to retrieve the model information.
Kevin
The text was updated successfully, but these errors were encountered:
I agree, this is something we really need. The default should probably remain a "human readable" format, but we can add a --json option to switch to JSON output.
Note that the current human readable output is actually also machine readable – it's YAML. :)
If I am not wrong, the cli did not give any output to the function when it was run on a python script. So I assumed, it only prints out the output on the screen. Is that right?
It prints the information to its standard output stream. So if you are running it from Python, you can get the output by using the subprocess.check_output() function.
By the way, please don't use email to reply to GitHub comments. That feature doesn't work very well and creates a lot of noise.
Hi,
It will be nice if the
cse inspect
command returns the model information as xml or json text. It makes it very easy for the external software to retrieve the model information.Kevin
The text was updated successfully, but these errors were encountered: