-
-
Notifications
You must be signed in to change notification settings - Fork 32
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
Add support for deploy percentage #83
Conversation
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thank you for the PR!
readme.md
Outdated
@@ -42,6 +42,7 @@ $ chrome-webstore-upload --help | |||
--refresh-token OAuth2 Refresh Token (environment variable REFRESH_TOKEN) | |||
--auto-publish Can be used with the "upload" command (deprecated, use `chrome-webstore-upload` without a command instead) | |||
--trusted-testers Can be used with the "publish" command | |||
--deploy-percentage Can be used with the "publish" command |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
This probably needs an example or a default, like
--deploy-percentage Can be used with the "publish" command | |
--deploy-percentage Can be used with the "publish" command. Defaults to 100 |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Also in the actual CLI
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
It's fixed there too.
Co-authored-by: Federico Brigante <[email protected]>
3.3.0 is out 🙌 Let me know how it works in the field |
Following discussion in fregante/chrome-webstore-upload#91 (comment) here is an update of the CLI