nitro-cli terminate-enclave --all
outputs malformed JSON object if it terminates multiple enclaves
#483
Labels
bug
Something isn't working
The output from
nitro-cli terminate-enclave --all
when multiple enclaves get killed is:It would be handy if this were instead
(Relatedly, the output when no enclaves are killed is the empty string, whereas it would be handy for it to be the empty JSON array
[]
.)It would be great if the output were always a valid JSON array; this would help with automated processing of results, say, with
jq
.The text was updated successfully, but these errors were encountered: