diff --git a/README.md b/README.md index acf3986..8c2c825 100644 --- a/README.md +++ b/README.md @@ -71,8 +71,7 @@ publishExtension({ zip: 'dist/chrome.zip', productId: "", clientId: "", - clientSecret: "", - accessTokenUrl: "", + apiKey: "", skipSubmitReview: false, }, }) diff --git a/src/cli.ts b/src/cli.ts index 0619d63..3b26e84 100644 --- a/src/cli.ts +++ b/src/cli.ts @@ -83,10 +83,6 @@ cli.option( '--edge-client-id [edgeClientId]', 'Client ID used for authorizing requests to Microsofts addon API', ); -cli.option( - '--edge-api-version [edgeApiVersion]', - 'API version (1.0 or 1.1) to use (DEPRECATED: 1.0 is no longer available, so 1.1 is always used)', -); cli.option( '--edge-api-key [edgeApiKey]', 'API key used for authorizing requests to Microsofts addon API v1.1',