You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
$ cpk run --debug -- -e DEBUG=1
cpk| INFO : CPK - Code Packaging toolKit - v0.2.5
cpk| DEBUG : Argument 'parsed.machine' not set. Creating machine from environment.
cpk| INFO : Project workspace: /home/afdaniele/code/afdaniele/cpk/examples/basic
... ALL GOOD HERE ...
The text was updated successfully, but these errors were encountered:
It looks like passing docker args to
cpk run
is not possible when nocpk run
args are passed.The following happens in the basic example:
BAD:
GOOD:
The text was updated successfully, but these errors were encountered: