kinto-wizard is a tool to configure a kinto server from an YAML file.
Project description
kinto-wizard
kinto-wizard is a tool that lets you setup an entire Kinto server from a Yaml file, or inspect an existing server and output a Yaml file.
You can define Kinto objects (bucket, collection, groups, records) and configure their attributes and permissions.
Read more information about the file structure
Installation
The last release
pip install kinto-wizard
The development version
After having cloned the repo:
pip install -e .
How to use it?
Load
kinto-wizard load \
--server https://kinto-writer.stage.mozaws.net/v1 \
--auth admin:credentials \
new-config.yml
Dump
kinto-wizard dump \
--server https://kinto-writer.stage.mozaws.net/v1 \
--auth admin:credentials \
> current-config.yml
Changelog
This document describes changes between each past release.
1.0.0 (2016-11-22)
Initial version
Supports dumping/loading groups and permissions from/to a YAML file.
Contributors
Rémy Hubscher <rhubscher@mozilla.com>
Mathieu Leplatre <mathieu@mozilla.com>
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
kinto-wizard-1.0.0.tar.gz
(6.2 kB
view hashes)
Built Distribution
Close
Hashes for kinto_wizard-1.0.0-py2.py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | bb88f3b9b9395767920bfe65c7186a4c4d25290e8ec31381fb14d8f18c4a6947 |
|
MD5 | d4687591f18d30d1e519b3b2a72248fe |
|
BLAKE2b-256 | 4eae5eb2ed0555e07ae0a87586857c6071fe1279d8de5964c7d6c099fe8c44d1 |