# Constants

No description provided by the author

# Structs

CmdGenerate scaffolds the companion CLI's generate subcommand for component workloads.
CmdGenerateSub scaffolds the companion CLI's generate subcommand for the workload.
CmdGenerateSubUpdater updates a specific components version subcommand with appropriate initialization information.
CmdInit scaffolds the companion CLI's init subcommand for component workloads.
CmdInitSub scaffolds the companion CLI's init subcommand for the workload.
CmdInitSubUpdater updates a specific components init subcommand with appropriate initialization information.
CmdRoot scaffolds the root command file for the companion CLI.
CmdRootUpdater updates root.go to run sub commands.
CmdVersion scaffolds the companion CLI's version subcommand for component workloads.
CmdVersionSub scaffolds the root command file for the companion CLI.
CmdVersionSubUpdater updates a specific components version subcommand with appropriate version information.
Main scaffolds the main package for the companion CLI.