fun functions invoke

Invoke a function

Synopsis

The function can be specified either by name or by project id and function id.

fun functions invoke (path/to/input) [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
  -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