This repository has been archived by the owner on Aug 13, 2024. It is now read-only.
Don't print JSON at the end of az capi create
?
#130
Milestone
az capi create
?
#130
The idea was to show
az capi show -n mycluster
when the workload cluster is created. This prints out JSON by default, and is consistent withaz create
commands in general, which dump JSON.But this JSON output which doesn't mesh well with the tidy checkbox messages
az capi
has printed out up until this point. Maybe we should print with-o table
or skip this altogether.Opinions?
The text was updated successfully, but these errors were encountered: