cmd

package
v0.9.5 Latest Latest
Warning

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

Go to latest
Published: Apr 16, 2023 License: MIT Imports: 34 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func Draw added in v0.9.0

func Draw(generator internal.PageGenerator) error

func ListExtensions added in v0.6.1

func ListExtensions(extensionDir string) ([]string, error)

func NewCmdRun

func NewCmdRun(extensionDir string) *cobra.Command

func NewCmdServe

func NewCmdServe() *cobra.Command

func NewExtensionBrowseCmd added in v0.6.1

func NewExtensionBrowseCmd(extensionDir string) *cobra.Command

func NewExtensionCmd added in v0.6.1

func NewExtensionCmd(extensionDir string) *cobra.Command

func NewExtensionCreateCmd added in v0.6.1

func NewExtensionCreateCmd() *cobra.Command

func NewExtensionInstallCmd added in v0.6.1

func NewExtensionInstallCmd(extensionDir string) *cobra.Command

func NewExtensionListCmd added in v0.6.1

func NewExtensionListCmd(extensionDir string) *cobra.Command

func NewExtensionManageCmd added in v0.6.1

func NewExtensionManageCmd(extensionDir string) *cobra.Command

func NewExtensionRemoveCmd added in v0.6.1

func NewExtensionRemoveCmd(extensionDir string) *cobra.Command

func NewExtensionSearchCmd added in v0.6.1

func NewExtensionSearchCmd() *cobra.Command

func NewExtensionUpgradeCmd added in v0.6.1

func NewExtensionUpgradeCmd(extensionDir string) *cobra.Command

func NewExtensionViewCmd added in v0.6.1

func NewExtensionViewCmd() *cobra.Command

func NewQueryCmd added in v0.3.0

func NewQueryCmd() *cobra.Command

func NewReadCmd added in v0.2.5

func NewReadCmd() *cobra.Command

func NewRootCmd added in v0.9.0

func NewRootCmd() (*cobra.Command, error)

func NewTriggerCmd added in v0.9.0

func NewTriggerCmd() *cobra.Command

func NewValidateCmd added in v0.4.1

func NewValidateCmd() *cobra.Command

Types

type ExtensionManifest added in v0.9.0

type ExtensionManifest struct {
	Owner string `yaml:"owner"`
	Name  string `yaml:"name"`
	Host  string `yaml:"host"`
	Tag   string `yaml:"tag"`
	Path  string `yaml:"path"`
}

Jump to

Keyboard shortcuts

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