A command line interface to work with CouchDB design documents as YAML configurations
USAGE:
couchdb-design [FLAGS] [OPTIONS] <url>
FLAGS:
--force Force file creation
-h, --help Prints help information
-q, --quiet Supress diffs fore document views
-t, --test Just show diff, do not actually upload
-V, --version Prints version information
OPTIONS:
-f, --file <file> Local YAML file to be uploaded as design document. If not provided, it will read URLs and display it as YAML file in stdout
After cloning this repository, please run:
cargo install --path .
MIT