BackendAPIActionCLI ProcessorOn this pageCLI ProcessorExecutes the provided command on request, it passes the provided data JSON encoded to stdin. The environment variables contain uri fragment, query parameters and headers. Returns the exit code and stdout output of the command.Response{ "exitCode": 0, "output": "foobar"}Video