cmd

package
v0.2.5 Latest Latest
Warning

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

Go to latest
Published: Nov 13, 2025 License: GPL-3.0 Imports: 22 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Execute

func Execute()

Execute runs the root command

func ExecuteApply

func ExecuteApply(args []string)

ExecuteApply runs the apply command

func ExecuteDiff

func ExecuteDiff(args []string)

ExecuteDiff runs the diff command (stub)

func ExecuteEvents

func ExecuteEvents(args []string)

ExecuteEvents runs the events command

func ExecuteLogs

func ExecuteLogs(args []string)

ExecuteLogs runs the logs command

func ExecuteRollback

func ExecuteRollback(args []string)

ExecuteRollback runs the rollback command

func ExecuteStatus

func ExecuteStatus(args []string)

ExecuteStatus runs the status command (stub)

Types

type ApplyOptions

type ApplyOptions struct {
	ValuesFile      string
	SetValues       string
	Timeout         time.Duration
	RollbackTimeout time.Duration
	NoWait          bool
	Prune           bool
	AllowLatest     bool
	Parallel        int
	ShowLogs        bool
}

ApplyOptions contains options for the apply command

type EventsOptions

type EventsOptions struct {
	ServiceName string
	Since       string
	Until       string
	Follow      bool
}

EventsOptions contains options for the events command

type LogsOptions

type LogsOptions struct {
	ServiceName string
	Follow      bool
	Tail        string
	Since       string
	Timestamps  bool
}

LogsOptions contains options for the logs command

type RollbackOptions

type RollbackOptions struct {
	Timeout time.Duration
}

RollbackOptions contains options for the rollback command

Jump to

Keyboard shortcuts

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