Contents
deleteoperation
deleteoperation              Delete one or more operations.
                             Usage: gcutil [--global_flags] deleteoperation
                             [--command_flags] <operation-name-1> ...
                             <operation-name-n>
                             Flags for deleteoperation:
gcutil_lib.command_base:
  -f,--[no]force: Override the "Delete operation" prompt
    (default: 'false')
gcutil_lib.operation_cmds:
  --[no]global: List global operations.
  --region: Specifies the region for which to list operations.
  --zone: Specifies the zone for which to list operations.
gflags:
  --flagfile: Insert flag definitions from the given file into the command line.
    (default: '')
  --undefok: comma-separated list of flag names that it is okay to specify on
    the command line even if the program does not define a flag with that name.
    IMPORTANT: flags in this list that have arguments MUST use the --flag=value
    format.
    (default: '')
getoperation
getoperation                 Get an operation.
                             Usage: gcutil [--global_flags] getoperation
                             [--command_flags] <operation-name>
                             Flags for getoperation:
gcutil_lib.operation_cmds:
  --[no]global: List global operations.
  --region: Specifies the region for which to list operations.
  --zone: Specifies the zone for which to list operations.
gflags:
  --flagfile: Insert flag definitions from the given file into the command line.
    (default: '')
  --undefok: comma-separated list of flag names that it is okay to specify on
    the command line even if the program does not define a flag with that name.
    IMPORTANT: flags in this list that have arguments MUST use the --flag=value
    format.
    (default: '')
listoperations
listoperations               List the operations for a project.
                             Usage: gcutil [--global_flags] listoperations
                             [--command_flags]
                             Flags for listoperations:
gcutil_lib.command_base:
  --columns: A comma-separated list of the desired columns to display. If 'all'
    is specified, then all possible columns will be included. Valid columns are
    <all|name|region|zone|status|status-message|target|insert-time|operation-typ
    e|error|error-message|warning>.
    (a comma separated list)
  --[no]fetch_all_pages: Deprecated flag.
    (default: 'true')
  --filter: Filter expression for filtering listed resources. See gcutil
    documentation for syntax of the filter expression here:
    http://developers.google.com/compute/docs/gcutil/tips#filtering
  --max_results: Maximum number of items to list [Default is to fetch all].
    (a positive integer)
gcutil_lib.gcutil_flags:
  --sort_by: <name|-name|status|-status|operation-type|-operation-type|insert-ti
    me|-insert-time>: Sort output results by the given field name. Field names
    starting with a "-" will lead to a descending order.
gcutil_lib.operation_cmds:
  --[no]global: List global operations.
  --region: Specifies the region for which to list operations.
  --zone: Specifies the zone for which to list operations.
gflags:
  --flagfile: Insert flag definitions from the given file into the command line.
    (default: '')
  --undefok: comma-separated list of flag names that it is okay to specify on
    the command line even if the program does not define a flag with that name.
    IMPORTANT: flags in this list that have arguments MUST use the --flag=value
    format.
    (default: '')