-
Notifications
You must be signed in to change notification settings - Fork 43
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Create vault from cli and add files to it. #31
Comments
It would also be useful if CLI could be used to mount unlocked vault using FUSE/Dokany. |
This seems to already work? I can run java -jar cli.jar --vault newVault=/some/new/folder --fusemount newVault=/mnt/xxx and it will happily create a new vault for me. |
Tested with https://github.com/cryptomator/cli/releases/tag/0.5.1 I want to confirm, that it's not possible to create a new vault:
This results in:
There must be an existing vault in the given directory. |
Any updates on this? This is the only thing stopping me from using cryptomator right now |
+1 if I use a vault created by the UI, it's also work by cli. but how to totaly init a new vault by cli? |
Hello,
my most desired feature is to create vaults from cli and add files into it. That would be the most useable feauture for me and I'm sure for a lot of people, too.
Nochmal auf Deutsch:
Das geilste Feature wäre es, über die Kommandozeile Tresore zu kreieren und auch Dateien hinzuzufügen, damit ich einiges automatisieren könnte. Sicherlich würden dieses Feature auch viele andere feiern.
Regards und so.
The text was updated successfully, but these errors were encountered: