The CLI for databutton.com
Project description
databutton-cli
The CLI for building and deploying databutton projects
Getting Started
pip install databutton
databutton create my-project
databutton login
databutton deploy
Developing
Prerequisites
This project uses poetry, so if you haven't already;
pip install poetry
Install dependencies
poetry install
Test
poetry run pytest
Alternatively run poetry run pytest -s
to see print
statements for debugging purposes.
Test locally in another package
To test in another package, you can simply
pip install -e .
assuming you're in this folder. If not, replace the .
with the path to the databutton-cli
folder.
Authors
- Databutton - Initial work - github
License: Copyright (c) Databutton
All rights reserved.
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
databutton-0.9.0.tar.gz
(17.6 kB
view details)