wxt submit init
Alias for
publish-browser-extension
publish-extension/5.1.0
Usage:
$ wxt submit init
Options:
-h, --help Display this message
--dry-run [dryRun] Check authentication, but don't upload the zip or submit for review (default: false)
--chrome-api-version [chromeApiVersion] The API version to use for the Chrome Web Store: "v1.1" or "v2"
--chrome-deploy-percentage [chromeDeployPercentage] An integer from 0-100
--chrome-extension-id [chromeExtensionId] The ID of the extension to be submitted
--chrome-skip-submit-review [chromeSkipSubmitReview] Just upload the extension zip, don't submit it for review or publish it (default: false)
--chrome-zip [chromeZip] Path to extension zip to upload
--chrome-cancel-pending [chromeCancelPending] [API v2 only] Cancel any pending review before submitting the new version (default: false)
--chrome-publisher-id [chromePublisherId] [API v2 only] Publisher ID who owns the extension
--chrome-publish-type [chromePublishType] [API v2 only] Set to "STAGED_PUBLISH" to not publish the extension immediately after submission
--chrome-service-account-client-email [chromeServiceAccountClientEmail] [API v2 only] Client email of the service account used for authorizing requests to the Chrome Web Store
--chrome-service-account-private-key [chromeServiceAccountPrivateKey] [API v2 only] Private key of the service account used for authorizing requests to the Chrome Web Store
--chrome-skip-review [chromeSkipReview] [API v2 only] Some updates, like ad-blocker rule updates, can skip the review process and be published immediately after submission
--chrome-client-id [chromeClientId] [Deprecated: API v1.1 only] Client ID used for authorizing requests to the Chrome Web Store
--chrome-client-secret [chromeClientSecret] [Deprecated: API v1.1 only] Client secret used for authorizing requests to the Chrome Web Store
--chrome-publish-target [chromePublishTarget] [Deprecated: API v1.1 only] Group to publish to, "default" or "trustedTesters"
--chrome-refresh-token [chromeRefreshToken] [Deprecated: API v1.1 only] Refresh token used for authorizing requests to the Chrome Web Store
--chrome-review-exemption [chromeReviewExemption] [Deprecated: API v1.1 only] Submit update using expedited review process
--edge-api-key [edgeApiKey] API key used for authorizing requests to Microsofts addon API v1.1
--edge-client-id [edgeClientId] Client ID used for authorizing requests to Microsofts addon API
--edge-product-id [edgeProductId] Product ID listed on the developer dashboard
--edge-skip-submit-review [edgeSkipSubmitReview] Just upload the extension zip, don't submit it for review or publish it (default: false)
--edge-zip [edgeZip] Path to extension zip to upload
--firefox-channel [firefoxChannel] The channel to publish to, "listed" or "unlisted" (default: "listed")
--firefox-compatibility [firefoxCompatibility] Comma-separated list of compatible applications, e.g. "firefox,android" - "firefox" for compatibility with Firefox desktop apps, "android" for Firefox Android apps
--firefox-extension-id [firefoxExtensionId] The ID of the extension to be submitted
--firefox-jwt-issuer [firefoxJwtIssuer] Issuer used for authorizing requests to Addon Store APIs
--firefox-jwt-secret [firefoxJwtSecret] Secret used for authorizing requests to Addon Store APIs
--firefox-skip-submit-review [firefoxSkipSubmitReview] Just upload the extension zip, don't submit it for review or publish it (default: false)
--firefox-sources-zip [firefoxSourcesZip] Path to sources zip to upload
--firefox-zip [firefoxZip] Path to extension zip to upload
--opera-package-id [operaPackageId] Package ID listed in the package developer URL: https://addons.opera.com/developer/package/<packageId>
--opera-session-id [operaSessionId] Session ID used for authorizing requests to Opera Addons API
--opera-skip-submit-review [operaSkipSubmitReview] Just upload the extension zip, don't submit it for review or publish it (default: false)
--opera-zip [operaZip] Path to extension zip to upload