-
Notifications
You must be signed in to change notification settings - Fork 816
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Changes to the workbox-cli interface in v3 #865
Comments
I'm in favor of all of the above.
|
|
@jeffposnick can this be closed now? |
Yup. |
Library Affected:
workbox-cli
Here are few ideas for changing the workbox-cli interface. Some might be controversial, so feel free to push back.
generate:sw
andinject:manifest
togenerateSW
andinjectManifest
.wizard
as the command to enter wizard mode.--config-file
optional flag in favor of making it a required argument for all the modes. For "wizard" mode, it would be the file to write to, and for the other modes, it would be the file to read from.Here's the help text that I was thinking of, which should make the changes described above a bit more concrete:
The text was updated successfully, but these errors were encountered: