Versions in this module Expand all Collapse all v1 v1.2.7 Apr 21, 2019 v1.2.5 Nov 17, 2018 Changes in this version + type Command struct + Commands []string + Env map[string]string + func (c Command) Run(env environments.Environment) error + type CommandOperationFactory struct + var Factory CommandOperationFactory + func (of CommandOperationFactory) Create(op ops.CreateOperation) ops.Operation + func (of CommandOperationFactory) Key() string