Skip to content

Commit

Permalink
fix: Remove unused CLI flags
Browse files Browse the repository at this point in the history
  • Loading branch information
aklinker1 committed Feb 12, 2025
1 parent 1d4b579 commit f59eef9
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 6 deletions.
3 changes: 1 addition & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -71,8 +71,7 @@ publishExtension({
zip: 'dist/chrome.zip',
productId: "<edge-product-id>",
clientId: "<edge-client-id>",
clientSecret: "<edge-client-secret>",
accessTokenUrl: "<edge-access-token-url>",
apiKey: "<edge-api-key>",
skipSubmitReview: false,
},
})
Expand Down
4 changes: 0 additions & 4 deletions src/cli.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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',
Expand Down

0 comments on commit f59eef9

Please sign in to comment.