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/surface/remote_build_execution/instances/create.yaml
- release_tracks: [ALPHA]
  help_text:
    brief: |
      Creates a Remote Build Execution instance.
    description: |
      Creates a Remote Build Execution instance, which contains a remote cache and can contain
      worker pools for execution of build and test actions.
    examples: |
      The following creates an instance named 'new_instance':

        $ {command} new_instance

  request:
    collection: remotebuildexecution.projects.instances

  async:
    collection: remotebuildexecution.projects.operations

  arguments:
    resource:
      spec: !REF googlecloudsdk.command_lib.remote_build_execution.resources:instance
      help_text: |
        Arguments describing the instance to create.
    params:
    - api_field: instance.location
      arg_name: location
      required: false
      default: "us-central1"
      help_text: |
        The Cloud location to create the instance in.  Currently this can only be 'us-central1'.