Open
Description
There seems to be an issue where keystore paths are malformed:
PS C:\Users\Mike\git\convex> ./convex key list -password="Hello"
15:22:31.653 [main] ERROR convex.cli.KeyList - Cannot find keystore file C:\Users\Mike\git\convex\UsersMike\.convex\keystore.pfx
15:22:34.620 [main] ERROR convex.cli.Main - C:UsersMike\.convex\keystore.pfx (The system cannot find the path specified)
Appears to be a missing \
in the path?
Also if the directory / keystore does not exist, it should probably be created?