svanill-vault-cli

Crates.iosvanill-vault-cli
lib.rssvanill-vault-cli
version0.1.0
sourcesrc
created_at2020-10-10 04:09:56.225127
updated_at2020-10-10 04:09:56.225127
descriptionA command line tool to access svanill-vault
homepage
repositoryhttps://github.com/svanill/svanill-vault-cli
max_upload_size
id297892
size103,402
Riccardo Attilio Galli (riquito)

documentation

README

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
Commit count: 0

cargo fmt