mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
36 lines
819 B
Text
36 lines
819 B
Text
NAME
|
|
gcloud beta code - create and manage a local development environment for
|
|
Cloud Run
|
|
|
|
SYNOPSIS
|
|
gcloud beta code COMMAND [GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) This set of commands can be used create or change a local
|
|
development setup.
|
|
|
|
EXAMPLES
|
|
To set up a local development environment, run:
|
|
|
|
$ gcloud beta code dev
|
|
|
|
GCLOUD WIDE FLAGS
|
|
These flags are available to all commands: --help.
|
|
|
|
Run $ gcloud help for details.
|
|
|
|
COMMANDS
|
|
COMMAND is one of the following:
|
|
|
|
clean-up
|
|
(BETA) Delete the local development environment.
|
|
|
|
dev
|
|
(BETA) Run a Cloud Run service in a local development environment.
|
|
|
|
NOTES
|
|
This command is currently in beta and might change without notice. This
|
|
variant is also available:
|
|
|
|
$ gcloud alpha code
|
|
|