Skip to content

Commit 8f620bd

Browse files
authored
Merge pull request #335 from carapace-sh/fix/signin-oauth2
fix oauth
2 parents 442f231 + 7696182 commit 8f620bd

2 files changed

Lines changed: 1 addition & 2 deletions

File tree

cmd/carapace-aws/cmd/botocore/aws.signin.yaml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,7 +2,7 @@
22
name: signin
33
description: AWS Sign-In Service
44
commands:
5-
- name: create-oauth2-token
5+
- name: create-o-auth2-token
66
description: CreateOAuth2Token API
77
flags:
88
--cli-input-json=: Read arguments from the JSON string provided.

cmd/carapace-spec-botocore/cmd/root.go

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -123,7 +123,6 @@ func CamelCaseToDash(s string) string {
123123
"create-cachedi-scsi-volume": "create-cached-iscsi-volume",
124124
"create-environment-e-c2": "create-environment-ec2",
125125
"create-storedi-scsi-volume": "create-stored-iscsi-volume",
126-
"create-o-auth2-token": "create-oauth2-token",
127126
"create-o-auth2-token-with-iam": "create-oauth2-token-with-iam",
128127
"create-whats-app-flow": "create-whatsapp-flow",
129128
"create-whats-app-message-template": "create-whatsapp-message-template",

0 commit comments

Comments
 (0)