maton function run
Every invocation of a function records a run: the request it received, the response it produced, and the log events it wrote.
Runs are recorded, not started, here. To invoke a function, point
maton api at its URL.
The logs belong to a run rather than to the function, so they live under
this command: maton function run log list and … log tail.
Available commands
Options inherited from parent commands
-p,--profile <string>- Profile to use for this invocation (overrides the active profile; also reads MATON_PROFILE)
ALIASES
maton functions runs, maton function runs