Skip to content

Commit

Permalink
chore: remove --action flag for now
Browse files Browse the repository at this point in the history
  • Loading branch information
kanadgupta committed Dec 10, 2024
1 parent 2ad046a commit d9417f4
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions src/commands/openapi/upload.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,11 +31,6 @@ export default class OpenAPIBetaCommand extends BaseCommand<typeof OpenAPIBetaCo
summary: 'The URI for your API definition.',
description: 'If not provided, the URI will be inferred from the file name and path.',
}),
action: Flags.string({
description: 'The action you want to take. Recommended in CI to prevent accidental overwrites.',
default: 'upsert',
options: ['create', 'update', 'upsert'],
}),
useSpecVersion: Flags.boolean({
summary: 'Use the version specified in your API definition',
description:
Expand Down

0 comments on commit d9417f4

Please sign in to comment.