Documentation
¶
Index ¶
- func SelectFromSlice(prompt string, options []string, defaultValue string) (string, error)
- type CLI
- type Handler
- func (h *Handler) Autofill(cmd *cobra.Command, args []string) error
- func (h *Handler) Builder(cmd *cobra.Command, args []string) error
- func (h *Handler) Create(cmd *cobra.Command, args []string) error
- func (h *Handler) CreateWorkflow(cmd *cobra.Command, args []string) error
- func (h *Handler) Delete(cmd *cobra.Command, args []string) error
- func (h *Handler) DeleteWorkflow(cmd *cobra.Command, args []string) error
- func (h *Handler) Describe(cmd *cobra.Command, args []string) error
- func (h *Handler) Export(cmd *cobra.Command, args []string) error
- func (h *Handler) Generate(cmd *cobra.Command, args []string) error
- func (h *Handler) Import(cmd *cobra.Command, args []string) error
- func (h *Handler) List(cmd *cobra.Command, args []string) error
- func (h *Handler) ListWorkflows(cmd *cobra.Command, args []string) error
- func (h *Handler) Regenerate(cmd *cobra.Command, args []string) error
- func (h *Handler) RunWorkflow(cmd *cobra.Command, args []string) error
- func (h *Handler) Show(cmd *cobra.Command, args []string) error
- func (h *Handler) Truncate(cmd *cobra.Command, args []string) error
- func (h *Handler) Update(cmd *cobra.Command, args []string) error
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type Handler ¶
type Handler struct {
// contains filtered or unexported fields
}
func NewHandler ¶
func (*Handler) CreateWorkflow ¶ added in v0.4.0
func (*Handler) DeleteWorkflow ¶ added in v0.4.0
func (*Handler) ListWorkflows ¶ added in v0.4.0
func (*Handler) Regenerate ¶ added in v0.3.1
func (*Handler) RunWorkflow ¶ added in v0.4.0
Click to show internal directories.
Click to hide internal directories.