project

package
v1.0.4 Latest Latest
Warning

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

Go to latest
Published: Nov 10, 2025 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func NewGetCommand

func NewGetCommand() *cobra.Command

NewGetCommand returns the get project command

func NewListCommand

func NewListCommand() *cobra.Command

NewListCommand returns the list projects command

func NewProjectCommand

func NewProjectCommand() *cobra.Command

NewProjectCommand creates the project parent command with all subcommands

Types

type EnvironmentRow

type EnvironmentRow struct {
	UUID            string `json:"environment_uuid"`
	EnvironmentName string `json:"environment_name"`
}

EnvironmentRow represents an environment for display

type ListRow

type ListRow struct {
	UUID        string `json:"uuid"`
	Name        string `json:"name"`
	Description string `json:"description"`
}

ListRow represents a project for list display (without environments)

Jump to

Keyboard shortcuts

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