-
Notifications
You must be signed in to change notification settings - Fork 10
Open
Labels
Description
We need a new-procedure
command for setting up a new procedure code.
New-Procedure Command
Parameters:
<name>
- Name of new procedure
Output:
- Creates of new cargo project with the procedure name
- Creates a
caps.json
file with sample log capability - Creates a sample
main.rs
file that uses the log capability to output "Hello World"
Deploy-Procedure Command
The deploy-procedure
command is amended:
- If it just recieves the procedure name, it looks for a cargo project with the same name
- If it receives additional paths, it uses them instead