Skip to main content

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