{"id":13433684,"url":"https://github.com/fregante/chrome-webstore-upload-cli","last_synced_at":"2025-05-14T15:10:01.606Z","repository":{"id":38441416,"uuid":"59445385","full_name":"fregante/chrome-webstore-upload-cli","owner":"fregante","description":"CLI tool to upload Chrome Extensions to the Chrome Web Store","archived":false,"fork":false,"pushed_at":"2025-03-29T03:09:58.000Z","size":109,"stargazers_count":451,"open_issues_count":4,"forks_count":33,"subscribers_count":7,"default_branch":"main","last_synced_at":"2025-04-24T13:22:09.878Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"JavaScript","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":"mit","status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/fregante.png","metadata":{"files":{"readme":"readme.md","changelog":null,"contributing":null,"funding":null,"license":"license","code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null,"zenodo":null},"funding":{"github":"fregante","custom":["paypal.me/fregante","www.buymeacoffee.com/fregante"]}},"created_at":"2016-05-23T02:09:07.000Z","updated_at":"2025-04-11T20:41:07.000Z","dependencies_parsed_at":"2023-07-16T22:15:25.945Z","dependency_job_id":"d73acb79-1c08-4a13-9230-75593016dc06","html_url":"https://github.com/fregante/chrome-webstore-upload-cli","commit_stats":{"total_commits":91,"total_committers":18,"mean_commits":5.055555555555555,"dds":0.5604395604395604,"last_synced_commit":"8d53b9e45c1f87ce926f5933451081a0d5172864"},"previous_names":["drewml/chrome-webstore-upload-cli"],"tags_count":23,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fregante%2Fchrome-webstore-upload-cli","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fregante%2Fchrome-webstore-upload-cli/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fregante%2Fchrome-webstore-upload-cli/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/fregante%2Fchrome-webstore-upload-cli/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/fregante","download_url":"https://codeload.github.com/fregante/chrome-webstore-upload-cli/tar.gz/refs/heads/main","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":254170047,"owners_count":22026219,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-07-31T02:01:33.070Z","updated_at":"2025-05-14T15:10:01.547Z","avatar_url":"https://github.com/fregante.png","language":"JavaScript","funding_links":["https://github.com/sponsors/fregante","paypal.me/fregante","www.buymeacoffee.com/fregante"],"categories":["JavaScript","Tools"],"sub_categories":[],"readme":"# chrome-webstore-upload-cli\n\n\u003e Upload/Publish Chrome Web Store extensions from the CLI\n\nA CLI wrapper around the [Web Store Upload](https://github.com/fregante/chrome-webstore-upload) module.\n\n## Install\n\n```shell\nnpm install chrome-webstore-upload-cli\n```\n\n## Setup\n\nYou will need a Google API `clientId`, `clientSecret`, and a `refreshToken`. Read [the guide.](https://github.com/fregante/chrome-webstore-upload-keys)\n\nYou can also automatically upload your extension on:\n\n- GitHub Actions, [workflow including uploading to Mozilla Addons](https://github.com/fregante/ghatemplates/blob/main/webext/release.yml)\n\n## Usage\n\n```\n$ chrome-webstore-upload --help\n\n  CLI Utility to quickly upload + publish extensions to the Chrome Web Store\n\n  Usage\n    $ chrome-webstore-upload [command]\n\n  where [command] can be one of\n      upload, publish\n\n  if the command is missing, it will both upload and publish the extension.\n\n  Options\n    --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\n    --extension-id      The ID of the Chrome Extension (environment variable EXTENSION_ID)\n    --client-id         OAuth2 Client ID (environment variable CLIENT_ID)\n    --client-secret     OAuth2 Client Secret (environment variable CLIENT_SECRET)\n    --refresh-token     OAuth2 Refresh Token (environment variable REFRESH_TOKEN)\n    --auto-publish      Can be used with the \"upload\" command (deprecated, use `chrome-webstore-upload` without a command instead)\n    --trusted-testers   Can be used with the \"publish\" command\n    --deploy-percentage Can be used with the \"publish\" command. Defaults to 100\n\n  Examples\n    Upload and publish a new version, using existing environment variables and the default value for --source\n    $ chrome-webstore-upload\n\n    Upload new extension archive to the Chrome Web Store\n    $ chrome-webstore-upload upload --source my-custom-zip.zip\n\n    Publish the last uploaded version (whether it was uploaded via web UI or via CLI)\n    $ chrome-webstore-upload publish --extension-id elomekmlfonmdhmpmdfldcjgdoacjcba\n```\n\n## Examples\n\nThe following projects use this package to facilitate auto-deployment of extensions\n\n- [GifHub](https://github.com/DrewML/GifHub)\n- [Octo Preview](https://github.com/DrewML/octo-preview)\n- [GhostText](https://github.com/fregante/GhostText)\n- [npmhub](https://github.com/npmhub/npmhub)\n- [OctoLinker](https://github.com/octolinker/browser-extension)\n- [Refined GitHub](https://github.com/sindresorhus/refined-github)\n- [FACEIT Enhancer](https://github.com/faceit-enhancer/faceit-enhancer)\n\n## Related\n\n- [webext-storage-cache](https://github.com/fregante/webext-storage-cache) - Map-like promised cache storage with expiration. Chrome and Firefox\n- [webext-dynamic-content-scripts](https://github.com/fregante/webext-dynamic-content-scripts) - Automatically registers your content_scripts on domains added via permission.request\n- [Awesome-WebExtensions](https://github.com/fregante/Awesome-WebExtensions) - A curated list of awesome resources for WebExtensions development.\n- [More…](https://github.com/fregante/webext-fun)\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffregante%2Fchrome-webstore-upload-cli","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Ffregante%2Fchrome-webstore-upload-cli","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Ffregante%2Fchrome-webstore-upload-cli/lists"}