Skip to content

Commit 71835cc

Browse files
authored
Merge pull request #220 from carapace-sh/fix-gamelift
fixed gamelift
2 parents 557c70d + 58db448 commit 71835cc

2 files changed

Lines changed: 4 additions & 0 deletions

File tree

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

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2571,6 +2571,9 @@ commands:
25712571
--name=!: The name of the build
25722572
--operating-system=: The operating system the build runs on
25732573
--server-sdk-version=: The version of the GameLift server SDK used to create the game server
2574+
--tags=:
2575+
description: Tags to assign to the build
2576+
nargs: -1
25742577
- name: validate-matchmaking-rule-set
25752578
description: '**This API works with the following fleet types:** EC2, Anywhere, Container'
25762579
flags:

cmd/carapace-spec-botocore/cmd/customizations/gamelift/aws.gamelift.upload-build.yaml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -6,4 +6,5 @@ flags:
66
--build-version=!: The version of the build
77
--build-root=!: The path to the directory containing the build to upload
88
--server-sdk-version=: The version of the GameLift server SDK used to create the game server
9+
--tags=: {description: "Tags to assign to the build", nargs: -1}
910
--operating-system=: The operating system the build runs on

0 commit comments

Comments
 (0)