Is your feature request related to a problem? Please describe.
It would be great to have commands output in custom formats, let's say in json, or csv, which would allow me to use it in custom CI tools
Describe the solution you'd like
acquiacli domain:list prod:sitename test --format=json
This would output the domains in a json format instead of the current fancy table output.
It would be an out of the box alternative to drush ac-domain-list --format=export
Describe alternatives you've considered
Custom php code to gather info from cloud api v2 using typhonius/acquia-php-sdk-v2
Additional context
Add any other context or screenshots about the feature request here.
Is your feature request related to a problem? Please describe.
It would be great to have commands output in custom formats, let's say in json, or csv, which would allow me to use it in custom CI tools
Describe the solution you'd like
This would output the domains in a json format instead of the current fancy table output.
It would be an out of the box alternative to
drush ac-domain-list --format=exportDescribe alternatives you've considered
Custom php code to gather info from cloud api v2 using typhonius/acquia-php-sdk-v2
Additional context
Add any other context or screenshots about the feature request here.