mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 07:29:40 +00:00
gcloud: Wed Jan 25 10:09:52 UTC 2023
This commit is contained in:
parent
1248f773ec
commit
6dc17bdd4a
218 changed files with 6694 additions and 2033 deletions
|
|
@ -20,8 +20,11 @@ GCLOUD WIDE FLAGS
|
|||
GROUPS
|
||||
GROUP is one of the following:
|
||||
|
||||
locations
|
||||
(ALPHA) View Blockchain Node Engine locations available for a project.
|
||||
|
||||
nodes
|
||||
(ALPHA) List blockchain nodes.
|
||||
(ALPHA) Commands for viewing and manipulating blockchain nodes.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
|
|
|
|||
56
gcloud/alpha/blockchain-node-engine/locations/describe
Normal file
56
gcloud/alpha/blockchain-node-engine/locations/describe
Normal file
|
|
@ -0,0 +1,56 @@
|
|||
NAME
|
||||
gcloud alpha blockchain-node-engine locations describe - describe a
|
||||
Blockchain Node Engine location
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha blockchain-node-engine locations describe [LOCATION]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) Describe a Blockchain Node Engine location.
|
||||
|
||||
To get a list of available locations for your project run:
|
||||
|
||||
$ gcloud alpha blockchain-node-engine locations list
|
||||
|
||||
EXAMPLES
|
||||
The following command describes Blockchain Node Engine location
|
||||
us-central1:
|
||||
|
||||
$ gcloud alpha blockchain-node-engine locations describe us-central1
|
||||
|
||||
POSITIONAL ARGUMENTS
|
||||
Location resource - The Blockchain Node Engine location you want to
|
||||
describe. This represents a Cloud resource. (NOTE) Some attributes are not
|
||||
given arguments in this group but can be set in other ways. To set the
|
||||
project attribute:
|
||||
◆ provide the argument location on the command line with a fully
|
||||
specified name;
|
||||
◆ set the property web3/location with a fully specified name;
|
||||
◆ set the property core/project;
|
||||
◆ provide the argument --project on the command line.
|
||||
|
||||
[LOCATION]
|
||||
ID of the location or fully qualified identifier for the location. To
|
||||
set the location attribute:
|
||||
▸ provide the argument location on the command line;
|
||||
▸ set the property web3/location.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the blockchainnodeengine/v1alpha1 API. The full
|
||||
documentation for this API can be found at: https://cloud.google.com/web3
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
31
gcloud/alpha/blockchain-node-engine/locations/help
Normal file
31
gcloud/alpha/blockchain-node-engine/locations/help
Normal file
|
|
@ -0,0 +1,31 @@
|
|||
NAME
|
||||
gcloud alpha blockchain-node-engine locations - view Blockchain Node Engine
|
||||
locations available for a project
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha blockchain-node-engine locations COMMAND
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) View Blockchain Node Engine locations available for a project.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
||||
Run $ gcloud help for details.
|
||||
|
||||
COMMANDS
|
||||
COMMAND is one of the following:
|
||||
|
||||
describe
|
||||
(ALPHA) Describe a Blockchain Node Engine location.
|
||||
|
||||
list
|
||||
(ALPHA) List available Blockchain Node Engine locations.
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
62
gcloud/alpha/blockchain-node-engine/locations/list
Normal file
62
gcloud/alpha/blockchain-node-engine/locations/list
Normal file
|
|
@ -0,0 +1,62 @@
|
|||
NAME
|
||||
gcloud alpha blockchain-node-engine locations list - list available
|
||||
Blockchain Node Engine locations
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha blockchain-node-engine locations list [--filter=EXPRESSION]
|
||||
[--limit=LIMIT] [--page-size=PAGE_SIZE] [--sort-by=[FIELD,...]]
|
||||
[GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List available Blockchain Node Engine locations.
|
||||
|
||||
EXAMPLES
|
||||
The following command lists all of the locations where Blockchain Node
|
||||
Engine nodes are available:
|
||||
|
||||
$ gcloud alpha blockchain-node-engine locations list
|
||||
|
||||
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.
|
||||
|
||||
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.
|
||||
|
||||
API REFERENCE
|
||||
This command uses the blockchainnodeengine/v1alpha1 API. The full
|
||||
documentation for this API can be found at: https://cloud.google.com/web3
|
||||
|
||||
NOTES
|
||||
This command is currently in alpha and might change without notice. If this
|
||||
command fails with API permission errors despite specifying the correct
|
||||
project, you might be trying to access an API with an invitation-only early
|
||||
access allowlist.
|
||||
|
||||
|
|
@ -1,11 +1,12 @@
|
|||
NAME
|
||||
gcloud alpha blockchain-node-engine nodes - list blockchain nodes
|
||||
gcloud alpha blockchain-node-engine nodes - commands for viewing and
|
||||
manipulating blockchain nodes
|
||||
|
||||
SYNOPSIS
|
||||
gcloud alpha blockchain-node-engine nodes COMMAND [GCLOUD_WIDE_FLAG ...]
|
||||
|
||||
DESCRIPTION
|
||||
(ALPHA) List blockchain nodes.
|
||||
(ALPHA) Commands for viewing and manipulating blockchain nodes.
|
||||
|
||||
GCLOUD WIDE FLAGS
|
||||
These flags are available to all commands: --help.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue