ChainMovers / suibase

Sui development environment and cookbook.
https://suibase.io
Apache License 2.0
35 stars 6 forks source link

Generate and preserve json output on package publication #5

Closed mario4tier closed 1 year ago

mario4tier commented 1 year ago

When doing "localnet publish" following would be useful:

====

Note: Since the normal output is disabled with --json, the package-id.json will need to be identified from parsing that json output.

mario4tier commented 1 year ago

Two files now always generated on success:

publish-output.json <- Complete JSON output from the sui move publish command package-id.json <- Only the published package id hex value, because sometimes that is all you need...

mario4tier commented 1 year ago

Fixed with commit 1feffd1943a32c3d057273788a4811eaee6c7aae