Matthieu Evrin

Results 17 comments of Matthieu Evrin

@sandramsc could you update your mesheryctl to latest version and retry, `mesheryctl app` has been replaced by `mesheryctl pattern` in latest version and see if you can reproduce the error...

> @lekaf974, you might like to offer review on this PR. Sure taking a look

His this issue is still on going since I am seeing a PR merge ?

I am able to reproduce locally, going to see if I am able to fix it

@MUzairS15 you were going to do changes in connection_handler replace `/api/integrations/connections/{connectionKind}` by `/api/integrations/connections/{connectionId}`, am I right ?

Example in `--help` needs to be updated ```bash ~ mesheryctl]$ ./mesheryctl pattern delete --help delete pattern file will trigger deletion of the pattern file Usage: mesheryctl pattern delete [flags] Examples:...

Looks Argurment validation is missing on delete sub-command ```bash [~ mesheryctl]$ ./mesheryctl pattern delete Access to this resource is unauthorized. Access to this resource is unauthorized. delete without any args/flags...