package
0.0.0-20250220143526-a71e286c8740
Repository: https://github.com/fnproject/cli.git
Documentation: pkg.go.dev
# Functions
BuildCommand returns build cli.command.
BuildServerCommand returns build server cli.command.
ConfigCommand returns config cli.command dependant on command parameter.
ConfigureCommand returns configure cli.command.
CreateCommand returns create cli.command.
DeleteCommand returns delete cli.command.
DeployCommand returns deploy cli.command.
GetCommand returns get cli.command.
GetCommands returns a list of cli.commands.
InitCommand returns init cli.command.
InspectCommand returns inspect cli.command.
InvokeCommand returns call cli.command.
ListCommand returns list cli.command.
No description provided by the author
PushCommand returns push cli.command.
StartCommand returns start server cli.command.
StopCommand returns stop server cli.command.
UnsetCommand returns unset cli.command.
UpdateCommand returns update cli.command.
UseCommand returns use cli.command.
ValidateFuncName checks if the func name is valid, the name can't contain a colon and must be all lowercase.
VersionCommand.
# Constants
FnInvokeEndpointAnnotation is the annotation that exposes the fn invoke endpoint as defined in models/fn.go.
FnInvokeEndpointAnnotation is the annotation that exposes the fn invoke endpoint as defined in models/fn.go.
No description provided by the author
No description provided by the author
# Variables
Commands map of all top-level commands.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
InvokeFnFlags used to invoke and fn.
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
No description provided by the author
# Structs
No description provided by the author
Message defines the struct of container image signature payload.
# Type aliases
Cmd is a mapping from a commands name to its corresponding structure.