Skip to content

CLI: Windows problem with keystore file paths #324

Open
@mikera

Description

@mikera

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?

Metadata

Metadata

Labels

bugSomething isn't working

Type

No type

Projects

No projects

Milestone

No milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions