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

# Functions

BashCompleteTriggers can be called from a BashComplete function to provide function completion suggestions (Assumes the current context already contains an app name and a function name as the first 2 arguments.
Create trigger command.
CreateTrigger request.
Delete trigger command.
GetTrigger looks up a trigger using the provided client by app, function and trigger name.
GetTriggerByAppFnAndTriggerNames looks up a trigger using app, fn and trigger names.
GetTriggerByName looks up a trigger using the provided client by app and function ID and trigger name.
Inspect trigger command.
List trigger command.
PutTrigger updates the provided trigger with new values.
Update trigger command.
WithFlags returns a trigger with the specified flags.

# Variables

TriggerFlags used to create/update triggers.

# Structs

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