Push command writes zos.undefined file when called within a session
spalladino opened this issue · 0 comments
spalladino commented
After running a zos session --network local
, calling a push
writes an undefined
file instead of local
:
~/Projects/zeppelinos/test/example$ npx zos push --skip-compile
Using session network 'local'
Successfully written zos.undefined.json
Furthermore, if the project links to an stdlib, the zos.undefined.json
of the stdlib file is searched for its deployment address, which fails.
Check whether other commands have the same problem.