eth-cscs / manta

Another CLI for Alps
https://eth-cscs.github.io/manta/
BSD 3-Clause "New" or "Revised" License
14 stars 4 forks source link

BUG: allow using `help` command without the need for a cert #87

Closed davidallendj closed 1 month ago

davidallendj commented 2 months ago

It is not currently possible to invoke manta without a valid CA public root file. Trying to do something like manta help (or any command) to view available commands/subcommands result in the following error:

ERROR - CA public root file 'path/to/cert.pem' not found. Exit

I'm not sure if this is by design, but it would be useful to be able to run help to see commands without needing this.

Masber commented 1 month ago

Hi, I believe, most recent release has fixed this. I’m closing this ticket