package
0.0.0-20250220143526-a71e286c8740
Repository: https://github.com/fnproject/cli.git
Documentation: pkg.go.dev

# Functions

BashCompleteFns can be called from a BashComplete function to provide function completion suggestions (Assumes the current context already contains an app name as an argument.
Create function command.
CreateFn request.
Delete function command.
GetConfig for function command.
GetFnByName looks up a fn by name using the given client.
Inspect function command.
List functions command.
ListConfig for function command.
PutFn updates the fn with the given ID using the content of the provided fn.
SetConfig for function command.
UnsetConfig for function command.
Update function command.
WithFlags returns a function with specified flags.
WithFuncFileV20180708 used when creating a function from a funcfile.
WithoutSlash removes "/" from function path.
WithSlash appends "/" to function path.

# Variables

FnFlags used to create/update functions.

# Structs

NameNotFoundError error for app not found when looked up by name.