secrets

package
v0.0.23 Latest Latest
Warning

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

Go to latest
Published: Aug 7, 2023 License: MIT Imports: 5 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

View Source
var RootCommand = &cobra.Command{
	Use:   "secrets",
	Short: "Manage secrets",
	Long:  `Manage secrets`,
}
View Source
var SecretEntityDescriptor = entity.NewEntityDescriptor[SecretEntity](
	"secret",
	"secrets",
	func(e *SecretEntity) string { return e.GetName() },
	func(e *SecretEntity) string { return e.GetCid() },
)

Functions

func NewListCmd

func NewListCmd() *cobra.Command

Types

type SecretEntity added in v0.0.20

type SecretEntity = tensorleapapi.SecretManager

Jump to

Keyboard shortcuts

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