Documentation ¶
Index ¶
Constants ¶
View Source
const VERSION_ID_FORMAT string = "20060102150405"
Variables ¶
View Source
var Mode string
View Source
var Preset string
Functions ¶
func NewCobraCmd ¶
func RunBuildCmdLine ¶
Types ¶
type BuildCmd ¶
type BuildCmd struct { Io *iostreams.IOStreams WriteFile func(filename string, data []byte, perm fs.FileMode) error CommandRunnerStream func(out io.Writer, cmd string, envvars []string) error CommandRunInteractive func(f *cmdutil.Factory, comm string) error FileReader func(path string) ([]byte, error) ConfigRelativePath string GetAzionJsonContent func() (*contracts.AzionApplicationOptions, error) WriteAzionJsonContent func(conf *contracts.AzionApplicationOptions) error EnvLoader func(path string) ([]string, error) Stat func(path string) (fs.FileInfo, error) VersionID func() string // contains filtered or unexported fields }
func NewBuildCmd ¶
Click to show internal directories.
Click to hide internal directories.