eik-lib / cli

CLI to publish packages and import maps to Eik, and to manage aliases
https://eik.dev
1 stars 3 forks source link

Add a `--dry-run` flag to `publish` #552

Closed wkillerud closed 3 months ago

wkillerud commented 6 months ago

Related to #551 it would be nice to have a --dry-run option so you can confirm that the published asset includes the expected files before doing the actual publish.

digitalsadhu commented 3 months ago

There's already a --dry-run command. Does it not do what's needed?

wkillerud commented 3 months ago

Oh there is! Helps if I read --help 🤦