fun functions executions list
List executions of a function
Synopsis
Lists past executions of a function, including logs and errors. Functions can be specified by name, or project id and function id. When using a function by name, the context used is the one associated with the function, unless the context is passed through environment variables, or the –context option is explicitly specified.
fun functions executions list [flags]
Options
--context string context (default "default")
-f, --function-id string Function ID (use with --project)
-h, --help help for list
-n, --name string Function name (configured alias)
--per-page int number of executions per page (max 100) (default 25)
-p, --project int Project ID (use with --function-id)
Options inherited from parent commands
--config string config directory
SEE ALSO
- fun functions executions - Commands to interact with function executions
Fundamentum