You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Am going to re-open this as we don't have a bug to track it @michael-w-williams can you see if you can retrofit @delabassee 's example into tutorials? thanks!
Hi folks,
The FlowSaga tutorial isn't compatible to the latest version of Fn CLI. When you run:
./scripts/configure.sh
It's raises the error:
Fn: 'route' is not a Fn Command
I've tried to fix the script
configure.sh
like this:I'm not sure if it's correct...
Then I used
fn migrate
ontrip
function to fix thefunc.yaml
file. Next, the tutorial says to run:fn call travel /trip < sample-payload.json
But the new CLI doesn't support it, so I've changed to:
fn invoke travel trip < sample-payload.json
And here I got stuck with this error:
Any clue of what could be happening?
The text was updated successfully, but these errors were encountered: