1
0
Fork 0
mirror of https://github.com/imjasonh/gcloud-help synced 2026-07-11 15:39:42 +00:00

gcloud: Wed Feb 8 10:13:59 UTC 2023

This commit is contained in:
Automated 2023-02-08 10:13:59 +00:00
parent fc11b54760
commit 11068cb123
240 changed files with 8982 additions and 619 deletions

View file

@ -357,7 +357,7 @@ FLAGS
details. The location can be a directory on a local disk or a gzipped
archive file (.tar.gz) in Google Cloud Storage. If the source is a
local directory, this command skips the files specified in the
--ignore-file. If --ignore-file is not specified, use.gcloudignore
--ignore-file. If --ignore-file is not specified, use .gcloudignore
file. If a .gcloudignore file is absent and a .gitignore file is
present in the local source directory, gcloud will use a generated
Git-compatible .gcloudignore file that respects your .gitignored

View file

@ -17,7 +17,7 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Deploys a new job to Google Cloud Run.
(ALPHA) Creates a new Cloud Run job.
EXAMPLES
To deploy a new job my-data-transformation on Cloud Run:

View file

@ -204,7 +204,7 @@ FLAGS
details. The location can be a directory on a local disk or a gzipped
archive file (.tar.gz) in Google Cloud Storage. If the source is a
local directory, this command skips the files specified in the
--ignore-file. If --ignore-file is not specified, use.gcloudignore
--ignore-file. If --ignore-file is not specified, use .gcloudignore
file. If a .gcloudignore file is absent and a .gitignore file is
present in the local source directory, gcloud will use a generated
Git-compatible .gcloudignore file that respects your .gitignored
@ -223,5 +223,7 @@ 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.
access allowlist. This variant is also available:
$ gcloud beta run jobs deploy

View file

@ -64,7 +64,7 @@ COMMANDS
(ALPHA) Remove IAM policy binding of a Cloud Run job.
replace
(ALPHA) Creates or replaces a job from a YAML Job specification.
(ALPHA) Create or replace a job from a YAML job specification.
set-iam-policy
(ALPHA) Set the IAM policy for a job.

View file

@ -1,5 +1,5 @@
NAME
gcloud alpha run jobs replace - creates or replaces a job from a YAML Job
gcloud alpha run jobs replace - create or replace a job from a YAML job
specification
SYNOPSIS
@ -7,10 +7,10 @@ SYNOPSIS
[GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates or replaces a job from a YAML Job specification.
(ALPHA) Creates or replaces a job from a YAML job specification.
EXAMPLES
To replace the specification for myjob
To replace the specification for a job defined in myjob.yaml
$ gcloud alpha run jobs replace myjob.yaml

View file

@ -132,8 +132,7 @@ COMMANDS
(ALPHA) Remove IAM policy binding of a Cloud Run service.
replace
(ALPHA) Creates or replaces a service from a YAML Service
specification.
(ALPHA) Create or replace a service from a YAML service specification.
set-iam-policy
(ALPHA) Set the IAM policy for a service.

View file

@ -1,6 +1,6 @@
NAME
gcloud alpha run services replace - creates or replaces a service from a
YAML Service specification
gcloud alpha run services replace - create or replace a service from a YAML
service specification
SYNOPSIS
gcloud alpha run services replace FILE [--async] [--namespace=NAMESPACE]
@ -10,10 +10,10 @@ SYNOPSIS
| --context=CONTEXT --kubeconfig=KUBECONFIG] [GCLOUD_WIDE_FLAG ...]
DESCRIPTION
(ALPHA) Creates or replaces a service from a YAML Service specification.
(ALPHA) Creates or replaces a service from a YAML service specification.
EXAMPLES
To replace the specification for myservice
To replace the specification for a service defined in myservice.yaml
$ gcloud alpha run services replace myservice.yaml