commands

package
v1.1.3 Latest Latest
Warning

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

Go to latest
Published: May 5, 2026 License: MIT Imports: 41 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var Version = "dev"

Version is set at build time via ldflags

Functions

func Execute

func Execute() error

func InitProjectService

func InitProjectService(client *api.Client)

InitProjectService sets up the service for the CLI

func InitSecretsService

func InitSecretsService(client *api.Client)

InitSecretsService sets up the service for the CLI

func NewEnvCmd added in v1.1.0

func NewEnvCmd() *cobra.Command

func NewExecCmd added in v1.0.3

func NewExecCmd() *cobra.Command

Types

type ExecRequest added in v1.0.3

type ExecRequest struct {
	ProtocolVersion int      `json:"protocolVersion"`
	Provider        string   `json:"provider"`
	IDs             []string `json:"ids"`
}

type ExecResponse added in v1.0.3

type ExecResponse struct {
	ProtocolVersion int                        `json:"protocolVersion"`
	Values          map[string]string          `json:"values"`
	Errors          map[string]ExecSecretError `json:"errors,omitempty"`
}

type ExecSecretError added in v1.0.3

type ExecSecretError struct {
	Message string `json:"message"`
}

Jump to

Keyboard shortcuts

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