Why does `aio rt action create` always throw error `Provide a valid path for ACTION`?
I tried
aio rt action create generic index.js
aio rt action create generic ./actions/index.js
aio rt action create generic ../index.js
aio rt action create generic ~/code/project/actions/generic.js
everytime it throws error
Error: failed to create the action: Provide a valid path for ACTION
› specify --verbose flag for more informationWhat is the correct syntax to create action to existing aio project?

