list

package
v0.5.0 Latest Latest
Warning

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

Go to latest
Published: Jul 25, 2026 License: Apache-2.0 Imports: 6 Imported by: 0

Documentation

Overview

Package list implements the deployah list command.

The command shows Helm releases and spec components for the current project, optionally filtered by environment. Output is available as a table or structured JSON/YAML through shared CLI rendering helpers.

Register the command with Register on a nabat.dev/nabat.App instance.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Register

func Register(app *nabat.App)

Register adds the list command to app.

Types

type Options

type Options struct {
	OutputFormat string `nabat:"output"`
	Project      string `nabat:"project"`
	Environment  string `nabat:"environment"`
}

Options holds command-line flags for list.

Jump to

Keyboard shortcuts

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