Feature/paid-compute in cli#115
Conversation
giurgiur99
left a comment
There was a problem hiding this comment.
Just some questions here from me. Nice job.
|
Do we really need to have initializecompute command ? as a user i consider it out of scope for the cli, and the purpose would be be to have just a startCompute cmd that would handle everything under the hood |
When we has the presentation of c2d paid flow, we agreed to have 2 methods, because initializeCompute returns the payment that needs to be processed by the end user and the end user needs to agree with the cost first and after trigger start compute. |
Now startCompute includes initializeCompute logic and waits for user input regarding payment amount, there is additional option for accepting the payment without displaying the prompt to user. |
Hello @bogdanfazakas, I updated the README with details about positional and named fields (how they can be retrieved and what kind of value needs to be set). |




Fixes #113 .
Changes proposed in this PR: