Feature request: Allow deadline config show
to be parsable
#585
Labels
enhancement
New feature or request
deadline config show
to be parsable
#585
Describe the problem
I need the ability to parse the output of
deadline config show
to display the current settings to the user.Currently I can build a custom parser for the output of
deadline config show
but that has already changed once (343bf7b) and it feels like a reasonable feature request to have the output parsable in a format such as JSON.Proposed Solution
I propose adding flag to the
deadline config show
command called--output
which acceptstext
andjson
to control the output style for that command.By default it will stay at
text
which will maintain the same formatting.Example Use Cases
If you are writing a tool that needs to describe the current settings to the user. Especially if the tool does not have a python scripting environment.
The text was updated successfully, but these errors were encountered: