fun functions invoke

Invoke a function

Synopsis

The function can be specified either by name or by 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 invoke [flags]

Options

      --context string       context (default "default")
  -f, --function-id string   Function ID (use with --project to invoke without a configured name)
  -h, --help                 help for invoke
  -i, --input-file string    Path to input file (omit for stdin)
  -n, --name string          Function name (configured alias)
  -p, --project int          Project ID (use with --function-id to invoke without a configured name)

Options inherited from parent commands

      --config string   config directory

SEE ALSO