list

package
v1.135.0 Latest Latest
Warning

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

Go to latest
Published: Jun 1, 2026 License: MIT Imports: 5 Imported by: 0

Documentation

Overview

Package list implements the `variable list` subcommand.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewCmdList

func NewCmdList(f *factory.Factory, runF func(*Options) error) *cobra.Command

NewCmdList builds the `variable list` cobra command.

Types

type Options

type Options struct {
	Output   format.OutputConfig
	Hostname string
	Scope    string // "repository" (default) | "workspace" | "deployment"
	EnvUUID  string // required when scope=deployment

	// Args[0] = PROJECT/REPO
	Args []string
}

Options holds parsed flags for `variable list`.

Jump to

Keyboard shortcuts

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