Documentation ¶
Index ¶
- Variables
- func AddVarFileIfWorkspaceSelected(cfg *config.Config, profile, dir, ws string, varFiles []string) ([]string, error)
- func BuildRun(ctx context.Context, opt *getoptions.GetOpt, args []string) error
- func ComponentFromContext(ctx context.Context) string
- func DirFromContext(ctx context.Context) string
- func LogConfig(cfg *config.Config, profile string)
- func NewCommand(ctx context.Context, parent *getoptions.GetOpt) *getoptions.GetOpt
- func NewComponentContext(ctx context.Context, value string) context.Context
- func NewDirContext(ctx context.Context, value string) context.Context
- func NewStackContext(ctx context.Context, value bool) context.Context
- func StackFromContext(ctx context.Context) bool
- type VarFileCMDer
Constants ¶
This section is empty.
Variables ¶
View Source
var HasChanges = false
Functions ¶
func AddVarFileIfWorkspaceSelected ¶
func AddVarFileIfWorkspaceSelected(cfg *config.Config, profile, dir, ws string, varFiles []string) ([]string, error)
If a workspace is selected automatically insert a var file matching the workspace. If the var file is already present then don't add it again.
func ComponentFromContext ¶ added in v0.6.0
func DirFromContext ¶ added in v0.6.0
func NewCommand ¶
func NewComponentContext ¶ added in v0.6.0
func NewDirContext ¶ added in v0.6.0
func NewStackContext ¶ added in v0.12.0
func StackFromContext ¶ added in v0.12.0
Types ¶
type VarFileCMDer ¶
type VarFileCMDer interface {
// contains filtered or unexported methods
}
Click to show internal directories.
Click to hide internal directories.