HEX
Server: Apache/2.4.59 (Debian)
System: Linux keymana 4.19.0-21-cloud-amd64 #1 SMP Debian 4.19.249-2 (2022-06-30) x86_64
User: lijunjie (1003)
PHP: 7.4.33
Disabled: pcntl_alarm,pcntl_fork,pcntl_waitpid,pcntl_wait,pcntl_wifexited,pcntl_wifstopped,pcntl_wifsignaled,pcntl_wifcontinued,pcntl_wexitstatus,pcntl_wtermsig,pcntl_wstopsig,pcntl_signal,pcntl_signal_get_handler,pcntl_signal_dispatch,pcntl_get_last_error,pcntl_strerror,pcntl_sigprocmask,pcntl_sigwaitinfo,pcntl_sigtimedwait,pcntl_exec,pcntl_getpriority,pcntl_setpriority,pcntl_async_signals,pcntl_unshare,
Upload Files
File: //lib/google-cloud-sdk/lib/googlecloudsdk/command_lib/game/servers/flags.yaml
config_overrides_file:
  arg_name: config-overrides-file
  type: "googlecloudsdk.calliope.arg_parsers:FileContents:"
  help_text: |-
    Path to a JSON or YAML file that contains game server config overrides in the rollout. The game
    server config overrides follows the format of following example
        ```
        - realmsSelector:
            realms:
            - realm1
            - realm2
          configVersion: version2
        - realmsSelector:
            realms:
            - realm4
          configVersion: version3
        ```
fleet_configs_file:
  arg_name: fleet-configs-file
  required: true
  type: "googlecloudsdk.calliope.arg_parsers:FileContents:"
  help_text: |-
    Path to a JSON or YAML file that contains fleet configs. The fleet configs configs follows
    the format of the field in Agones Fleet cusomt resource. Please
    see https://github.com/googleforgames/agones/blob/master/examples/simple-udp/fleet.yaml for
    example and
    https://agones.dev/site/docs/reference/fleet/ for fleet_spec
    definition.
scaling_configs_file:
  arg_name: scaling-configs-file
  type: "googlecloudsdk.calliope.arg_parsers:FileContents:"
  help_text: |-
    Path to a JSON or YAML file that contains scaling configs. The fleet autoscaler spec
    field in configs file follows Agones Fleet Autoscaler custom resource. Please see
    https://github.com/googleforgames/agones/blob/master/examples/simple-udp/fleetautoscaler.yaml
    for example and
    https://agones.dev/site/docs/reference/fleetautoscaler/
    for Fleet Autoscaler Spec definition. Scaling config file can also specifies schedules.