mozilla/sign-addon

Add a command line script

kumar303 opened this issue · 3 comments

Currently, signAddon() can only be used programmatically. We should add a simple command line script, maybe with yargs.

Do we still need this given that web-ext already provides a CLI?

I think the original goal was to provide folks with a very lightweight CLI, where they wouldn't have to use web-ext and all its dependencies. However, that's not very compelling so I'd be fine to close this if you agree.

Yeah, I agree. The code snippet in the README is probably enough (that's what I have been using so far).