1 unstable release
0.1.0 | Oct 10, 2020 |
---|
#21 in #filenames
45 downloads per month
31KB
549 lines
svanill-vault-cli
A command line client for svanill-vault
Example usage
$ echo "this is just a test" > some_file
$ svanill-vault-cli push some_file
$ svanill-vault-cli ls
$ rm some_file
$ svanill-vault-cli pull some_file
$ cat some_file
$ svanill-vault-cli rm some_file
$ svanill-vault-cli ls
$ cat some_file
You can change destination filenames with command line options. Defaults have been choosen to reduce command line options in day to day use and may differ from some classic conventions.
Build
cargo build
Dependencies
~9–15MB
~297K SLoC