1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-16 12:22:03 +00:00

gcloud: Wed Dec 10 10:54:29 UTC 2025

This commit is contained in:
Automated 2025-12-10 10:54:29 +00:00
parent 7b14250313
commit 6d07e70b12
313 changed files with 11521 additions and 1088 deletions

View file

@ -0,0 +1,28 @@
NAME
gcloud beta api-registry mcp disable - disables MCP server for a given
service in the current project
SYNOPSIS
gcloud beta api-registry mcp disable SERVICE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Disables MCP server for a given service in the current project.
POSITIONAL ARGUMENTS
SERVICE
The MCP server to disable.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp disable

View file

@ -0,0 +1,28 @@
NAME
gcloud beta api-registry mcp enable - enables MCP server for a given
service in the current project
SYNOPSIS
gcloud beta api-registry mcp enable SERVICE [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Enables MCP server for a given service in the current project.
POSITIONAL ARGUMENTS
SERVICE
The MCP server to enable.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp enable

View file

@ -0,0 +1,39 @@
NAME
gcloud beta api-registry mcp - manage MCP Command Group
SYNOPSIS
gcloud beta api-registry mcp GROUP | COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Commands for managing MCP enablement and disablement for a given
service in the current project.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
GROUPS
GROUP is one of the following:
servers
(BETA) Manage Cloud API Registry MCP servers.
tools
(BETA) Manage Cloud API Registry MCP tools.
COMMANDS
COMMAND is one of the following:
disable
(BETA) Disables MCP server for a given service in the current project.
enable
(BETA) Enables MCP server for a given service in the current project.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp

View file

@ -0,0 +1,27 @@
NAME
gcloud beta api-registry mcp servers - manage Cloud API Registry MCP
servers
SYNOPSIS
gcloud beta api-registry mcp servers COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage Cloud API Registry MCP servers.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
list
(BETA) List MCP servers.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp servers

View file

@ -0,0 +1,67 @@
NAME
gcloud beta api-registry mcp servers list - list MCP servers
SYNOPSIS
gcloud beta api-registry mcp servers list [--all] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List MCP servers.
EXAMPLES
To list all MCP servers in a project, run:
$ gcloud beta api-registry mcp servers list
FLAGS
--all
If provided, list all the available (both enabled and non-enabled) MCP
servers for the project.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp servers list

View file

@ -0,0 +1,26 @@
NAME
gcloud beta api-registry mcp tools - manage Cloud API Registry MCP tools
SYNOPSIS
gcloud beta api-registry mcp tools COMMAND [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) Manage Cloud API Registry MCP tools.
GCLOUD WIDE FLAGS
These flags are available to all commands: --help.
Run $ gcloud help for details.
COMMANDS
COMMAND is one of the following:
list
(BETA) List MCP tools.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp tools

View file

@ -0,0 +1,67 @@
NAME
gcloud beta api-registry mcp tools list - list MCP tools
SYNOPSIS
gcloud beta api-registry mcp tools list [--all] [--filter=EXPRESSION]
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]] [--uri]
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(BETA) List MCP tools.
EXAMPLES
To list MCP tools, run:
$ gcloud beta api-registry mcp tools list
FLAGS
--all
If provided, list all the available MCP tools for all (both enabled and
non-enabled) the MCP Servers for the project.
LIST COMMAND FLAGS
--filter=EXPRESSION
Apply a Boolean filter EXPRESSION to each resource item to be listed.
If the expression evaluates True, then that item is listed. For more
details and examples of filter expressions, run $ gcloud topic filters.
This flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--limit=LIMIT
Maximum number of resources to list. The default is unlimited. This
flag interacts with other flags that are applied in this order:
--flatten, --sort-by, --filter, --limit.
--page-size=PAGE_SIZE
Some services group resource list output into pages. This flag
specifies the maximum number of resources per page. The default is
determined by the service if it supports paging, otherwise it is
unlimited (no paging). Paging may be applied before or after --filter
and --limit depending on the service.
--sort-by=[FIELD,...]
Comma-separated list of resource field key names to sort by. The
default order is ascending. Prefix a field with ``~'' for descending
order on that field. This flag interacts with other flags that are
applied in this order: --flatten, --sort-by, --filter, --limit.
--uri
Print a list of resource URIs instead of the default output, and change
the command output to a list of URIs. If this flag is used with
--format, the formatting is applied on this URI list. To display URIs
alongside other keys instead, use the uri() transform.
GCLOUD WIDE FLAGS
These flags are available to all commands: --access-token-file, --account,
--billing-project, --configuration, --flags-file, --flatten, --format,
--help, --impersonate-service-account, --log-http, --project, --quiet,
--trace-token, --user-output-enabled, --verbosity.
Run $ gcloud help for details.
NOTES
This command is currently in beta and might change without notice. This
variant is also available:
$ gcloud alpha api-registry mcp tools list