Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type DryrunStruct ¶
type DryrunStruct struct { Io *iostreams.IOStreams GetWorkDir func() (string, error) FileReader func(path string) ([]byte, error) WriteFile func(filename string, data []byte, perm fs.FileMode) error GetAzionJsonContent func(pathConfig string) (*contracts.AzionApplicationOptions, error) WriteAzionJsonContent func(conf *contracts.AzionApplicationOptions, confConf string) error EnvLoader func(path string) ([]string, error) BuildCmd func(f *cmdutil.Factory) *build.BuildCmd Open func(name string) (*os.File, error) FilepathWalk func(root string, fn filepath.WalkFunc) error F *cmdutil.Factory Unmarshal func(data []byte, v interface{}) error Interpreter func() *manifestInt.ManifestInterpreter VersionID func() string Stat func(name string) (fs.FileInfo, error) }
func NewDryrunCmd ¶
func NewDryrunCmd(f *cmdutil.Factory) *DryrunStruct
func (*DryrunStruct) SimulateDeploy ¶
func (dry *DryrunStruct) SimulateDeploy(workingDir, projConf string) error
Click to show internal directories.
Click to hide internal directories.