ddClient.docker.cli.exec
result seems not to have code
ever
#126
Labels
enhancement
New feature or request
ddClient.docker.cli.exec
result seems not to have code
ever
#126
Consider this example invocation of
ddClient.docker.cli.exec
:I can see the
code
field marked asOptional
, but all the execs I've tried have not had it populated.Is it actually populated ever?
Currently the only somewhat sane way to check exec success is to look at
result.stderr
being empty. Which is always bit sketchy.The text was updated successfully, but these errors were encountered: