Documentation ¶
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
Types ¶
type CLI ¶
type CLI struct { Push struct { Name string `arg:"" help:"File name to push"` } `cmd:"" help:"Push File in bprint."` Exec struct { Action string `arg:"" help:"Action namme to run."` Data string `arg:"" help:"Data to pass to action."` } `cmd:"" help:"Execute action on agent."` Watch struct { } `cmd:"" help:"Watch agent."` Reset struct { } `cmd:"" help:"Reset agent."` Zip struct { OutFile string } `cmd:"" help:"create zip from bprint.yaml"` PlugId string AgentId string // contains filtered or unexported fields }
Click to show internal directories.
Click to hide internal directories.