Mattias Wennmo

Results 18 comments of Mattias Wennmo

Hi @RomanYamp, thanks for opening the issue. Adding support for bookmarks is something that was considered when adding the `unbuild` command. The reason for it not being added is that...

Supplying an `app` to the `status` command will trigger a different flow since a session towards the app will be opened instead to supply info regarding the data model etc....

I was more referring to that supplying invalid parameters to a command should result in a fatal error -> exit code 1. At least that is the approach we have...

Actually `--json` is a global flag and can be passed to all commands, so it is still a valid flag for the `eval` command. However there is not any json...

We could add the `json` flag only for the commands that are applicable, which would render in an error if passed to a command not supporting json output.

I have looked into adding a logging framework in corectl for logging in either plain text and json. Since we are aiming for being able to customize the output e.g....

Removing the `v1` label on this issue since it is no longer in the scope of the first release.

The static memory usage for the app/data model is present in the meta data. However additional sessions against the same app reuses the memory cache, so the average memory footprint...

JSON output format is currently not supported for all commands unfortunately. This is something that should be supported, and has been under discussion earlier.