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
I'm working on a PR for optional JSON support. I have it working for all commands but before I submit I'd like to understand why some of them use JSON and the rest use YAML.
My change introduces a Meta.Marshaler struct field which has a value of either yaml.Marshal or json.Marshal, and configures this via a global option. It seems to work nicely.
However ... if this change is merged, regardless of what the default output format is, it will break scripted pd usage. Even not having a default at all will break scripted pd usage because people will now need to configure it.
pd service list
only list 25 entries. Ability to loop all the entries via command line.The text was updated successfully, but these errors were encountered: