Documentation
¶
Index ¶
- Variables
- func BuildCmd(hidden bool) command.SetupCommand[*config.Config]
- func Cmd() command.SetupCommand[*config.Config]
- func DeleteCmd() command.SetupCommand[*config.Config]
- func DeployCmd(hidden bool) command.SetupCommand[*config.Config]
- func ExportCmd() command.SetupCommand[*config.Config]
- func ListCmd() command.SetupCommand[*config.Config]
- func NewCmd(hidden bool) command.SetupCommand[*config.Config]
- func RunCmd(hidden bool) command.SetupCommand[*config.Config]
- func TagCmd() command.SetupCommand[*config.Config]
Constants ¶
This section is empty.
Variables ¶
View Source
var (
InvalidDeployRegex = regexp.MustCompile(`[^A-Za-z0-9-]`)
)
Functions ¶
func BuildCmd ¶
func BuildCmd(hidden bool) command.SetupCommand[*config.Config]
BuildCmd encapsulates the commands for building Functions
func Cmd ¶
func Cmd() command.SetupCommand[*config.Config]
Cmd encapsulates the commands for functions.
func DeleteCmd ¶
func DeleteCmd() command.SetupCommand[*config.Config]
DeleteCmd encapsulates the commands for deleting Functions
func DeployCmd ¶ added in v0.1.5
func DeployCmd(hidden bool) command.SetupCommand[*config.Config]
DeployCmd encapsulates the commands for deploying Functions
func ExportCmd ¶
func ExportCmd() command.SetupCommand[*config.Config]
ExportCmd encapsulates the commands for exporting Functions
func ListCmd ¶
func ListCmd() command.SetupCommand[*config.Config]
ListCmd encapsulates the commands for listing Functions
func NewCmd ¶
func NewCmd(hidden bool) command.SetupCommand[*config.Config]
NewCmd encapsulates the commands for creating new Functions
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.