Documentation ¶ Index ¶ func NewCmdPlan(props *props.Props) *setup.Command func Render(_ context.Context, _ *props.Props, opts *PlanOptions, plans []segment.Plan) error func RunPlan(ctx context.Context, p *props.Props, opts *PlanOptions, _ []string) error type PlanOptions Constants ¶ This section is empty. Variables ¶ This section is empty. Functions ¶ func NewCmdPlan ¶ func NewCmdPlan(props *props.Props) *setup.Command func Render ¶ func Render(_ context.Context, _ *props.Props, opts *PlanOptions, plans []segment.Plan) error Render prints a plan set in the renderer's configured format. func RunPlan ¶ func RunPlan(ctx context.Context, p *props.Props, opts *PlanOptions, _ []string) error RunPlan reports what skillup would do, and changes nothing. Types ¶ type PlanOptions ¶ type PlanOptions struct { Path string Output string } Source Files ¶ View all Source files cmd.gomain.go Click to show internal directories. Click to hide internal directories.