Skip to content

cub invocation invoke

cub invocation invoke

Execute a stored Invocation (get/set/vet by operation class)

Synopsis

Execute a stored Invocation, supplying values for its declared parameters.

The operation class is selected by the verb so that an AI agent's permissions can be constrained by the command, mirroring 'cub function get/set/vet':

cub invocation invoke get # non-mutating Invocations only cub invocation invoke set # mutating Invocations only cub invocation invoke vet # validating Invocations only

To execute fully-bound (non-parameterized) Invocations, possibly several at once, use 'cub function do --invocation' (and its verb-scoped forms).

Options

  -h, --help   help for invoke

Options inherited from parent commands

      --context string   The context to use for this command
      --debug            Debug output
      --space string     space ID to perform command on

SEE ALSO