You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
--source Path to either a zip file, or a directory to be zipped. Defaults to the value of webExt.sourceDir in package.json or the current directory if not specified
24
-
--extension-id The ID of the Chrome Extension (environment variable EXTENSION_ID)
25
-
--client-id OAuth2 Client ID (environment variable CLIENT_ID)
--auto-publish Can be used with the "upload" command
29
-
--trusted-testers Can be used with the "publish" command
21
+
if the command is missing, it will both upload and publish the extension.
30
22
23
+
Options
24
+
--source Path to either a zip file or a directory to be zipped. Defaults to the value of webExt.sourceDir in package.json or the current directory if not specified
25
+
--extension-id The ID of the Chrome Extension (environment variable EXTENSION_ID)
26
+
--client-id OAuth2 Client ID (environment variable CLIENT_ID)
CLI Utility to quickly upload + publish extensions to the Chrome Web Store
28
28
29
29
Usage
30
-
$ chrome-webstore-upload <command>
30
+
$ chrome-webstore-upload [command]
31
31
32
-
where <command> is one of
32
+
where [command] can be one of
33
33
upload, publish
34
34
35
+
if the command is missing, it will both upload and publish the extension.
36
+
35
37
Options
36
-
--source Path to either a zip file, or a directory to be zipped (Defaults to cwd if not specified)
38
+
--source Path to either a zip file or a directory to be zipped. Defaults to the value of webExt.sourceDir in package.json or the current directory if not specified
37
39
--extension-id The ID of the Chrome Extension (environment variable EXTENSION_ID)
38
40
--client-id OAuth2 Client ID (environment variable CLIENT_ID)
0 commit comments