Closed ThorstenHans closed 2 weeks ago
Thanks for the reviews @vdice and @itowlson
trying to mimic the behavior we have in place for plain text for json wasn't the smartest idea. I changed the way AppInfo is created and went with a simple String for Description instead of an Option
Thanks once again @itowlson for all those great suggestions 💪🏻
This PR adds the
--format
flag (valuesPlain
&Json
) to the following commands:spin cloud apps list
spin cloud apps info <app_name>
The enum contains the
Plain
variant (which is also set as default value for both commands) due to backward compatibility reasons.