Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/ziir/caliopen.cli
CLI for Caliopen development
https://github.com/ziir/caliopen.cli
Last synced: 22 days ago
JSON representation
CLI for Caliopen development
- Host: GitHub
- URL: https://github.com/ziir/caliopen.cli
- Owner: ziir
- License: gpl-3.0
- Created: 2015-10-16T19:25:48.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2015-05-11T18:24:09.000Z (over 9 years ago)
- Last Synced: 2024-04-14T15:56:07.982Z (7 months ago)
- Language: Python
- Size: 182 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
- Changelog: CHANGES.rst
- License: LICENSE
Awesome Lists containing this project
README
caliopen.cli
============Caliopen Command Line Interface
Simple tool to provide some administration commands for caliopen project.
Define a ``caliopen`` command in your shell path.
# Usage
## Copy the sample caliopen.yaml.template file to roll your own configuration parameters::
cp caliopen.yaml.template caliopen.yaml
## Setup the storage database::
caliopen -f caliopen.yaml setup
## Create a user::
caliopen create_user --help
caliopen -f caliopen.yaml create_user -e imported@email -p password -g given_name -f family_name## Import a mailbox ::
caliopen import --help
caliopen -f caliopen.yaml import -p ~/path_to_maildir -e imported@email -f maildir## Dump a model ::
caliopen -f caliopen.yaml dump_model -m model_name -o output_path