command

package
v0.1.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Dec 19, 2017 License: MIT Imports: 10 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type AuthenticateCommand

type AuthenticateCommand struct {
	Ui cli.Ui
}

func (*AuthenticateCommand) Help

func (c *AuthenticateCommand) Help() string

func (*AuthenticateCommand) Run

func (c *AuthenticateCommand) Run(args []string) int

func (*AuthenticateCommand) Synopsis

func (c *AuthenticateCommand) Synopsis() string

type CreateProjectCommand

type CreateProjectCommand struct {
	Ui cli.Ui
}

func (*CreateProjectCommand) Help

func (c *CreateProjectCommand) Help() string

func (*CreateProjectCommand) Run

func (c *CreateProjectCommand) Run(args []string) int

func (*CreateProjectCommand) Synopsis

func (c *CreateProjectCommand) Synopsis() string

type DeleteProjectCommand

type DeleteProjectCommand struct {
	Ui cli.Ui
}

func (*DeleteProjectCommand) Help

func (c *DeleteProjectCommand) Help() string

func (*DeleteProjectCommand) Run

func (c *DeleteProjectCommand) Run(args []string) int

func (*DeleteProjectCommand) Synopsis

func (c *DeleteProjectCommand) Synopsis() string

type FetchFlowsCommand

type FetchFlowsCommand struct {
	Ui cli.Ui
}

func (*FetchFlowsCommand) Help

func (c *FetchFlowsCommand) Help() string

func (*FetchFlowsCommand) Run

func (c *FetchFlowsCommand) Run(args []string) int

func (*FetchFlowsCommand) Synopsis

func (c *FetchFlowsCommand) Synopsis() string

type FetchJobsCommand

type FetchJobsCommand struct {
	Ui cli.Ui
}

func (*FetchJobsCommand) Help

func (c *FetchJobsCommand) Help() string

func (*FetchJobsCommand) Run

func (c *FetchJobsCommand) Run(args []string) int

func (*FetchJobsCommand) Synopsis

func (c *FetchJobsCommand) Synopsis() string

type FetchScheduleCommand

type FetchScheduleCommand struct {
	Ui cli.Ui
}

func (*FetchScheduleCommand) Help

func (c *FetchScheduleCommand) Help() string

func (*FetchScheduleCommand) Run

func (c *FetchScheduleCommand) Run(args []string) int

func (*FetchScheduleCommand) Synopsis

func (c *FetchScheduleCommand) Synopsis() string

type Flow

type Flow struct {
	Name string `yaml:"name"`
	Cron string `yaml:"cron"`
}

type KissCommand

type KissCommand struct {
	Ui cli.Ui
}

func (*KissCommand) Help

func (c *KissCommand) Help() string

func (*KissCommand) Run

func (c *KissCommand) Run(args []string) int

func (*KissCommand) Synopsis

func (c *KissCommand) Synopsis() string

type Project

type Project struct {
	Name        string `yaml:"name"`
	Description string `yaml:"description"`
	FilePath    string `yaml:"filepath"`
	Flows       []Flow `yaml:"flows"`
}

type Recipe

type Recipe struct {
	Url      string    `yaml:"url"`
	Username string    `yaml:"username"`
	Password string    `yaml:"password"`
	Projects []Project `yaml:"projects"`
}

type ScheduleFlowCommand

type ScheduleFlowCommand struct {
	Ui cli.Ui
}

func (*ScheduleFlowCommand) Help

func (c *ScheduleFlowCommand) Help() string

func (*ScheduleFlowCommand) Run

func (c *ScheduleFlowCommand) Run(args []string) int

func (*ScheduleFlowCommand) Synopsis

func (c *ScheduleFlowCommand) Synopsis() string

type UnscheduleFlowCommand

type UnscheduleFlowCommand struct {
	Ui cli.Ui
}

func (*UnscheduleFlowCommand) Help

func (c *UnscheduleFlowCommand) Help() string

func (*UnscheduleFlowCommand) Run

func (c *UnscheduleFlowCommand) Run(args []string) int

func (*UnscheduleFlowCommand) Synopsis

func (c *UnscheduleFlowCommand) Synopsis() string

type UploadProjectZipCommand

type UploadProjectZipCommand struct {
	Ui cli.Ui
}

func (*UploadProjectZipCommand) Help

func (c *UploadProjectZipCommand) Help() string

func (*UploadProjectZipCommand) Run

func (c *UploadProjectZipCommand) Run(args []string) int

func (*UploadProjectZipCommand) Synopsis

func (c *UploadProjectZipCommand) Synopsis() string

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL