Skip to content

Commit f59eef9

Browse files
committed
fix: Remove unused CLI flags
1 parent 1d4b579 commit f59eef9

File tree

2 files changed

+1
-6
lines changed

2 files changed

+1
-6
lines changed

README.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -71,8 +71,7 @@ publishExtension({
7171
zip: 'dist/chrome.zip',
7272
productId: "<edge-product-id>",
7373
clientId: "<edge-client-id>",
74-
clientSecret: "<edge-client-secret>",
75-
accessTokenUrl: "<edge-access-token-url>",
74+
apiKey: "<edge-api-key>",
7675
skipSubmitReview: false,
7776
},
7877
})

src/cli.ts

Lines changed: 0 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -83,10 +83,6 @@ cli.option(
8383
'--edge-client-id [edgeClientId]',
8484
'Client ID used for authorizing requests to Microsofts addon API',
8585
);
86-
cli.option(
87-
'--edge-api-version [edgeApiVersion]',
88-
'API version (1.0 or 1.1) to use (DEPRECATED: 1.0 is no longer available, so 1.1 is always used)',
89-
);
9086
cli.option(
9187
'--edge-api-key [edgeApiKey]',
9288
'API key used for authorizing requests to Microsofts addon API v1.1',

0 commit comments

Comments
 (0)