bdev

package
v0.0.0-...-8c2001a Latest Latest
Warning

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

Go to latest
Published: Feb 17, 2024 License: MIT Imports: 18 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ZipIt

func ZipIt(bprint *xbprint.LocalBprint, outFile string) error

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
}

func (*CLI) Execute

func (c *CLI) Execute() error

func (*CLI) Run

func (c *CLI) Run(scope *sharedcli.Context) error

Jump to

Keyboard shortcuts

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