A command line interface for CrateDB Cloud
Project description
A command line interface for CrateDB Cloud ☁
Installation
Using pip
croud can be installed using pip:
$ python3 -m pip install --user -U croud
Using git
Alternatively, you can clone this repository, install it into a virtualenv and add the executable to your PATH environment variable:
$ git clone git@github.com:crate/croud.git && cd croud/ $ python3.6 -m venv env $ env/bin/pip install -e . $ export PATH=$PATH:$(pwd)/env/bin/croud
Usage
Use the command croud -h to list all available subcommands or croud <subcommand> -h to see the their detailed usage:
$ croud [subcommand] {parameters}
Contributing
This project is primarily maintained by Crate.io, but we welcome community contributions!
See the developer docs and the contribution docs for more information.
Help
Looking for more help?
Check StackOverflow for common problems
Chat with us on Slack
Get paid support
Project details
Release history Release notifications | RSS feed
Download files
Download the file for your platform. If you're not sure which to choose, learn more about installing packages.
Source Distribution
croud-0.2.1.tar.gz
(24.5 kB
view hashes)
Built Distribution
croud-0.2.1-py3-none-any.whl
(25.8 kB
view hashes)