Documentation ¶
Index ¶
- type Import
- func (i *Import) Execute(args []string) error
- func (i Import) WriteGroups(f io.Writer) error
- func (i Import) WriteJobs(f io.Writer) error
- func (i Import) WriteResourceTypes(f io.Writer) error
- func (i Import) WriteResources(f io.Writer) error
- func (i Import) WriteSteps(f io.Writer) error
- func (i Import) WriteTasks(f io.Writer) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Import ¶
type Import struct { Config string `short:"c" long:"config" description:"path to the pipeline yaml" required:"true"` Name string `short:"n" long:"name" description:"name of the imported pipeline" required:"true"` Output string `short:"o" long:"output" description:"path to the folder to be created" required:"true"` PerFile bool `long:"per-file" description:"put each type into its own file"` }
Click to show internal directories.
Click to hide internal directories.