Documentation
¶
Overview ¶
Package product provides commands to manage the product.
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var ProductCmd = &cobra.Command{
Use: "product",
Short: "Commands for the product you are building (the 'what').",
}
ProductCmd represents the base command for the 'product' subcommand group.
Functions ¶
This section is empty.
Types ¶
This section is empty.
Directories
¶
| Path | Synopsis |
|---|---|
|
Package build provides the command to build the project.
|
Package build provides the command to build the project. |
|
Package clean provides the command to clean project artifacts.
|
Package clean provides the command to clean project artifacts. |
|
Package codemod provides the command to apply code modifications.
|
Package codemod provides the command to apply code modifications. |
|
Package format provides the command to auto-format project source code.
|
Package format provides the command to auto-format project source code. |
|
Package quality provides the command to run code quality checks.
|
Package quality provides the command to run code quality checks. |
|
Package run provides the command to execute example applications.
|
Package run provides the command to execute example applications. |
|
Package test provides the command to run project tests.
|
Package test provides the command to run project tests. |
Click to show internal directories.
Click to hide internal directories.