Replies: 3 comments 3 replies
-
These commands are working: "pac admin list --json", "pac connector list --json", and "pac org who --json" |
Beta Was this translation helpful? Give feedback.
-
@petrochuk - I didn't know about the --json param as it did not show up in |
Beta Was this translation helpful? Give feedback.
-
|
Beta Was this translation helpful? Give feedback.
-
I was watching a video about PowerShell Crescendo today. It seems like a great tool to wrap native commands, but in PPAC there is no choice of output format. For commands that return a table, it would be good to add an option to output as json as well. i.e pac application list, pac solution list, pac admin list, pac admin list-backups.
I was thinking of using PowerShell Crescendo to export all the unmanaged solutions in the environment in a single command using pac solution clone or pac solution sync. While I may be able to do it by parsing the table, it would be easier if there was a json option as well for every command that outputs a table.
Please let me know your thoughts.
Beta Was this translation helpful? Give feedback.
All reactions