cli

package
v0.1.40 Latest Latest
Warning

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

Go to latest
Published: Jun 15, 2026 License: MIT Imports: 26 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func BuildApp

func BuildApp(client *Client) *cli.Command

BuildApp creates the CLI application with all commands and subcommands

func Execute

func Execute() error

func Run

func Run(args, env []string, out io.Writer) error

Types

type Client

type Client struct {
	// contains filtered or unexported fields
}

func NewClient

func NewClient(env []string, out io.Writer) (*Client, error)

type Config

type Config struct {
	DaemonURL string `json:"daemonUrl"`
	AuthToken string `json:"authToken"`
}

type KVPair

type KVPair struct {
	Key       string `json:"key"`
	Value     string `json:"value"`
	UpdatedAt string `json:"updatedAt"`
}

Jump to

Keyboard shortcuts

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