gcloud_beta_debug_source_gen-repo-info-file (1)
NAME
- gcloud beta debug source gen-repo-info-file - generates repository information files for the Stackdriver 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) This command generates a file named source-context.json containing
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: --account, --configuration, --flags-file, --flatten, --format, --help, --log-http, --project, --quiet, --trace-token, --user-output-enabled, --verbosity. Run $ gcloud help for details.
EXAMPLES
To generate repository information files for your app, from your source directory run:
- $ gcloud beta debug source gen-repo-info-file
NOTES
This command is currently in BETA and may change without notice. This variant is also available:
- $ gcloud debug source gen-repo-info-file