-
Improve the CLI for local development
- [x] Simplify the management on the local engine (https://github.com/mesg-foundation/js-sdk/pull/188)
- [x] start and stop engine automatically in `dev` comm…
-
The runner hash should be display after starting a service in order to use the command `service:execute`.
There is currently no way to get the runner hash with the CLI...
-
The PR https://github.com/mesg-foundation/js-sdk/pull/167 introduce json schema based validation of the process during the compilation.
It currently returns too much errors and they are hard to under…
-
In some case the local environment doesn't stop correctly (eg: https://github.com/mesg-foundation/js-sdk/issues/201)
It would be nice to have a `cleanup` command that stops the environment (docker …
-
when stopping the command, it displays the following:
```
› Warning: Result stream error: 1 CANCELLED: Cancelled
```
could you add a way to not display the stream's errors when they are stopped…
-
With https://github.com/mesg-foundation/js-sdk/pull/188 we now automatically deploy services and processes.
It could be nice to have a file that aggregates all the services/runners/processes added …
-
We can already run tests with `npm test` but it's a bit complicated
```
"pretest": "mesg-cli daemon:start && mesg-cli service:create \"$(mesg-cli service:compile ./)\" --start",
"test": "mocha,
"p…
-
The event hash is currently hardcoded and should be generated.
https://github.com/mesg-foundation/js-sdk/blob/master/packages/cli/src/commands/service/execute.ts#L66
-
When entering the a command with a typo, the cli is proposing the correct one, but there is no way to confirm it...
I enter `y` and the command just exit:
```
➜ cli git:(fix/error-response) ./bi…
-
The cli should remove the folder containing the downloading service sources.