Describe the feature
The feature would add a --tags option to the GameLift upload-build command. This would help maintain parity between the upload-build and create-build commands, since upload-build is recommended over create-build, which does have the --tags option.
Use Case
The GameLift upload-build command is currently recommended over the two-step process of (1) using the create-build command to upload build files from a file directory to a GameLift Amazon S3 location and (2) creating a new build resource.
However, upload-build does not support adding tags to a build, while create-build does, which can cause issues if tag-based requests are made to GameLift build resources.
Proposed Solution
#6088
Other Information
No response
Acknowledgements
CLI version used
v1 and v2
Environment details (OS name and version, etc.)
Any environment
Describe the feature
The feature would add a
--tagsoption to the GameLiftupload-buildcommand. This would help maintain parity between theupload-buildandcreate-buildcommands, sinceupload-buildis recommended overcreate-build, which does have the--tagsoption.Use Case
The GameLift
upload-buildcommand is currently recommended over the two-step process of (1) using thecreate-buildcommand to upload build files from a file directory to a GameLift Amazon S3 location and (2) creating a new build resource.However,
upload-builddoes not support adding tags to a build, whilecreate-builddoes, which can cause issues if tag-based requests are made to GameLift build resources.Proposed Solution
#6088
Other Information
No response
Acknowledgements
CLI version used
v1 and v2
Environment details (OS name and version, etc.)
Any environment