Documentation
¶
Index ¶
- Variables
- func BearerMiddleware(token string) func(next http.Handler) http.Handler
- func ExtractCommand(shellCommand string) (tui.CommandRef, error)
- func FindExtensions() (map[string]string, error)
- func LookupBoolEnv(key string, fallback bool) bool
- func LookupIntEnv(key string, fallback int) int
- func NewCmdCustom(extensionpath string) (*cobra.Command, error)
- func NewCmdExtension() *cobra.Command
- func NewCmdExtensionBrowse() *cobra.Command
- func NewCmdExtensionInstall() *cobra.Command
- func NewCmdExtensionList() *cobra.Command
- func NewCmdExtensionRemove() *cobra.Command
- func NewCmdExtensionRename() *cobra.Command
- func NewCmdExtensionUpgrade() *cobra.Command
- func NewCmdFetch() *cobra.Command
- func NewCmdQuery() *cobra.Command
- func NewCmdRun() *cobra.Command
- func NewCmdServe() *cobra.Command
- func NewCmdValidateCommand() *cobra.Command
- func NewCmdValidateManifest() *cobra.Command
- func NewCmdValidatePage() *cobra.Command
- func NewRootCmd() (*cobra.Command, error)
- func NewValidateCmd() *cobra.Command
- type Config
- type ExtensionCache
- type History
Constants ¶
This section is empty.
Variables ¶
View Source
var ( Version = "dev" Date = "unknown" )
View Source
var (
MaxHeigth = LookupIntEnv("SUNBEAM_HEIGHT", 0)
)
Functions ¶
func ExtractCommand ¶
func ExtractCommand(shellCommand string) (tui.CommandRef, error)
func FindExtensions ¶
func LookupBoolEnv ¶
func LookupIntEnv ¶
func NewCmdExtension ¶
func NewCmdExtensionBrowse ¶
func NewCmdExtensionInstall ¶
func NewCmdExtensionList ¶
func NewCmdExtensionRemove ¶
func NewCmdExtensionRename ¶
func NewCmdExtensionUpgrade ¶
func NewCmdFetch ¶
func NewCmdQuery ¶
func NewCmdServe ¶
func NewCmdValidateCommand ¶
func NewCmdValidateManifest ¶
func NewCmdValidatePage ¶
func NewRootCmd ¶ added in v0.9.0
func NewValidateCmd ¶ added in v0.4.1
Types ¶
type Config ¶
func LoadConfig ¶
type ExtensionCache ¶
Click to show internal directories.
Click to hide internal directories.