steep-refrigerator-3541
05/06/2024, 7:35 AMstdoutStreamer := optup.ProgressStreams(os.Stdout)
_, err = stack.Up(context.Background(), stdoutStreamer)
if err != nil {
log.Fatalf("Failed to update stack: %v\n\n", err)
}
Is there any simple and easy way to have the output formated in JSON? thanks.
Slack Conversation