sam-goodwin / eventual

Build scalable and durable micro-services with APIs, Messaging and Workflows
https://docs.eventual.ai
MIT License
174 stars 4 forks source link

feat(cli): invoke command #314

Closed sam-goodwin closed 1 year ago

sam-goodwin commented 1 year ago
eventual invoke <command-name> // undefined
eventual invoke <command-name> null // null
eventual invoke <command-name> '{"key":"value"}'
eventual invoke <command-name> 'sam' // string
eventual invoke <command-name> '"sam"' // string
eventual invoke <command-name> sam // string
eventual invoke <command-name> 1 // number
eventual invoke <command-name> '"1"' // string
eventual invoke <command-name> --inputFile ./input.json