Documentation
¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var DocsCmd = &cobra.Command{ Use: "docs [output-dir]", Short: "Generate markdown documentation for devguard-scanner into output-dir (default: docs/scanner)", Args: cobra.MaximumNArgs(1), RunE: runDocs, }
View Source
var LogsCmd = &cobra.Command{
Use: "logs",
Short: "Analyze log files",
}
View Source
var ReleaseCICmd = &cobra.Command{ Use: "ci-components <tag>", Short: "Update, tag, and push devguard-ci-component (auto-detects latest scanner version)", Args: cobra.ExactArgs(1), RunE: runReleaseCI, }
View Source
var ReleaseDevguardCmd = &cobra.Command{ Use: "devguard <tag>", Short: "Tag and push the devguard backend only", Args: cobra.ExactArgs(1), RunE: runReleaseDevguard, }
View Source
var ReleaseHelmCmd = &cobra.Command{ Use: "helm-chart <tag>", Short: "Update docker-compose and Helm chart, then commit, push, and tag", Args: cobra.ExactArgs(1), RunE: runReleaseHelm, }
View Source
var ReleaseWebCmd = &cobra.Command{ Use: "web <tag>", Short: "Bump package.json, tag, and push devguard-web only", Args: cobra.ExactArgs(1), RunE: runReleaseWeb, }
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.