bref icon indicating copy to clipboard operation
bref copied to clipboard

The Console runtime now always returns the command output

Open mnapoli opened this issue 9 months ago • 0 comments

Before this change, it would only return the output in case of success (not in case of errors). The output could be retrieved via logs. It can now always be retrieved via the invocation result.

This should make it easier to build tooling around this: no need to use CloudWatch to retrieve the command output now.

mnapoli avatar May 14 '24 15:05 mnapoli