Nuv should have a scan command that scans a folder and generates a Taskfile with the wsk commands to create the actions it finds in the folder and subfolders.
The first step to implement nuv scan command should be the project detection phase, where the current directory is visited looking for a folder named packages, following the design in the README.
Nuv should have a
scan
command that scans a folder and generates a Taskfile with the wsk commands to create the actions it finds in the folder and subfolders.The first step to implement
nuv scan
command should be the project detection phase, where the current directory is visited looking for a folder named packages, following the design in the README.