ims image
Game Image Manager Service Commands.
Examples
ims image delete --image-id 1234a12b-1a23-1234-a123-1ab23c456def
ims image get-login-password | docker login --username gir --password-stdin gir.improbable.io
ims image list --project-id alpha-beta-123456
ims image publish --project-id alpha-beta-123456 --name "server-image" --description "My first game" --version "v0.0.1" --directory ./game_server_assembly_folder
Options
-h, --help help for image
Options inherited from parent commands
--ci include this when running in a CI environment, this switches to the IMS service account authentication flow
--config string config file location, defaults to $HOME/.ims
--output-type string command output type (human/json) (default "human")
SEE ALSO
- ims - IMS CLI.
- ims image delete - Delete a game image.
- ims image get-login-password - Retrieve credentials to be used by docker to interact with the container registry.
- ims image list - List the available game images for a given project.
- ims image publish - Upload your project's game server image and create a Game Image container.