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
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
- cub invocation - Invocation commands
- cub invocation invoke get - Execute a non-mutating stored Invocation
- cub invocation invoke set - Execute a mutating stored Invocation
- cub invocation invoke vet - Execute a validating stored Invocation