
ojob ojob.io/ojob/service port= Launches a simple service to execute a job with the provided arguments where __ojob is the job to execute.
Example: 'curl -XPOST http://my.service:8787 -H "Content-Type: application/json" -d "{ \"__ojob\": \"ojob.io/hello/world\" }"'
| Name | Description | 
|---|---|
| port | The port on which to launch the service (defaults to 8787) |