mirror of
https://github.com/imjasonh/gcloud-help
synced 2026-07-11 15:39:42 +00:00
47 lines
1.6 KiB
Text
47 lines
1.6 KiB
Text
NAME
|
|
gcloud beta debug source gen-repo-info-file - generates repository
|
|
information files for the Cloud Debugger
|
|
|
|
SYNOPSIS
|
|
gcloud beta debug source gen-repo-info-file
|
|
[--output-directory=OUTPUT_DIRECTORY; default="."]
|
|
[--source-directory=SOURCE_DIRECTORY; default="."]
|
|
[GCLOUD_WIDE_FLAG ...]
|
|
|
|
DESCRIPTION
|
|
(BETA) (DEPRECATED) Cloud Debugger is deprecated and will be shutdown May
|
|
31, 2023.
|
|
|
|
See: https://cloud.google.com/debugger/docs/deprecations
|
|
|
|
This command generates a file named source-context.json containing
|
|
information on the source revision and remote repository associated with
|
|
the given source directory.
|
|
|
|
EXAMPLES
|
|
To generate repository information files for your app, from your source
|
|
directory run:
|
|
|
|
$ gcloud beta debug source gen-repo-info-file
|
|
|
|
FLAGS
|
|
--output-directory=OUTPUT_DIRECTORY; default="."
|
|
The directory in which to create the source context file.
|
|
|
|
--source-directory=SOURCE_DIRECTORY; default="."
|
|
The directory containing the source code for the build.
|
|
|
|
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 debug source gen-repo-info-file
|
|
|