mason
mason copied to clipboard
feat: `--dry-run` for `mason publish`
Description
It would be nice if the publish
command had a --dry-run
option so that any issues can be addressed safely prior to publishing. For example: I just went to publish my first brick, and the command errored out because I didn't add the repository
field.
Requirements
- [ ] Add a
--dry-run
option to thepublish
command, similar toflutter pub publish --dry-run
Additional Context
N/A