mario-eth / soldeer

Solidity Package Manager written in rust
MIT License
143 stars 13 forks source link

Provide dry run option for push #70

Closed ericglau closed 2 weeks ago

ericglau commented 2 weeks ago

When pushing a new version of a package, it would be useful to have a dry run option that does not actually push to the central repository. It could just leave a zip file that the user can inspect and test for correctness. Or, provide an alternative command to package a zip file only.

This could help the user ensure that the are no unwanted files, that their ignore patterns are working correctly, and the user could test installing their dependency from that zip.

mario-eth commented 2 weeks ago

Will enter in the next release! thanks for the suggestion!

ericglau commented 2 weeks ago

Thanks for the quick resolution!