Documentation
¶
Index ¶
- func AddDevDebugFlags(cmd *cobra.Command)
- func AddRunCommonFlags(cmd *cobra.Command)
- func AddRunDeployFlags(cmd *cobra.Command)
- func AddRunDevFlags(cmd *cobra.Command)
- func FlagToEnvVarName(f *pflag.Flag) string
- func NewCmdBuild(out io.Writer) *cobra.Command
- func NewCmdCompletion(out io.Writer) *cobra.Command
- func NewCmdConfig(out io.Writer) *cobra.Command
- func NewCmdDebug(out io.Writer) *cobra.Command
- func NewCmdDelete(out io.Writer) *cobra.Command
- func NewCmdDeploy(out io.Writer) *cobra.Command
- func NewCmdDev(out io.Writer) *cobra.Command
- func NewCmdDiagnose(out io.Writer) *cobra.Command
- func NewCmdFix(out io.Writer) *cobra.Command
- func NewCmdInit(out io.Writer) *cobra.Command
- func NewCmdRun(out io.Writer) *cobra.Command
- func NewCmdVersion(out io.Writer) *cobra.Command
- func NewSkaffoldCommand(out, err io.Writer) *cobra.Command
- func RunVersion(out io.Writer, cmd *cobra.Command) error
- func SetUpLogs(out io.Writer, level string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
func AddDevDebugFlags ¶ added in v0.26.0
func AddRunCommonFlags ¶ added in v0.28.0
func AddRunDeployFlags ¶ added in v0.13.0
func AddRunDevFlags ¶
func FlagToEnvVarName ¶ added in v0.20.0
func NewCmdBuild ¶ added in v0.6.0
NewCmdBuild describes the CLI command to build artifacts.
func NewCmdCompletion ¶ added in v0.4.0
NewCmdCompletion returns the cobra command that outputs shell completion code
func NewCmdDebug ¶ added in v0.26.0
NewCmdDebug describes the CLI command to run a pipeline in debug mode.
func NewCmdDelete ¶ added in v0.7.0
NewCmdDelete describes the CLI command to delete deployed resources.
func NewCmdDeploy ¶ added in v0.7.0
NewCmdDeploy describes the CLI command to deploy artifacts.
func NewCmdDiagnose ¶ added in v0.16.0
NewCmdDiagnose describes the CLI command to diagnose skaffold.
func NewCmdInit ¶ added in v0.14.0
NewCmdInit describes the CLI command to generate a Skaffold configuration.
Types ¶
This section is empty.
Source Files
¶
Click to show internal directories.
Click to hide internal directories.