mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-08 18:45:13 +00:00
42 lines
1.3 KiB
Text
42 lines
1.3 KiB
Text
|
|
NAME
|
||
|
|
gcloud alpha code clean-up - delete the local development environment
|
||
|
|
|
||
|
|
SYNOPSIS
|
||
|
|
gcloud alpha code clean-up [--minikube-profile=MINIKUBE_PROFILE]
|
||
|
|
[GCLOUD_WIDE_FLAG ...]
|
||
|
|
|
||
|
|
DESCRIPTION
|
||
|
|
(ALPHA) Delete the local development environment.
|
||
|
|
|
||
|
|
Use this command to clean up a development environment. This command many
|
||
|
|
also be used remove any artifacts of developments environments that did not
|
||
|
|
successfully start up.
|
||
|
|
|
||
|
|
EXAMPLES
|
||
|
|
$ gcloud alpha code clean-up
|
||
|
|
|
||
|
|
To clean up a specific profile:
|
||
|
|
|
||
|
|
$ gcloud alpha code clean-up --minikube-profile=<profile name>
|
||
|
|
|
||
|
|
FLAGS
|
||
|
|
--minikube-profile=MINIKUBE_PROFILE
|
||
|
|
Minikube profile.
|
||
|
|
|
||
|
|
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 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. This variant is also available:
|
||
|
|
|
||
|
|
$ gcloud beta code clean-up
|
||
|
|
|