Syntho Stack Deployment CLI
Project description
syntho-cli
For detailed information on the CLI's usage, please refer to the relevant section in the documentation.
For Developers
Pre-requirements
- Python
3.11.*
(hint: pyenv) - Poetry (
pip install poetry
)
Setting up the project
poetry install
Usage
Development mode
poetry run poetry shell
CLI mode - DEV
- Option 1:
poetry run poetry run syntho-cli --help
- Option 2:
poetry run poetry shell
&&syntho-cli --help
CLI Mode - PROD
poetry run poetry build
-> this will create wheels under ./distpip install ./dist/cli-<VERSION>.tar.gz
Running tests
- Unit tests:
pytest tests/
- Integration tests:
cd ./tests/integration && ./run.sh
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
syntho_cli-1.27.1.tar.gz
(48.2 kB
view hashes)
Built Distribution
Close
Hashes for syntho_cli-1.27.1-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 2bc3b862de832a3486f509be61bc81f460a5563410e67b5c7f425b5f45216ffa |
|
MD5 | 43cdbd58e9bee6e32365402dae05bcd8 |
|
BLAKE2b-256 | 3f7e8e799748185fa3f1ff11f42cce1a9832c6cb92700d6771bfc3915a6261e4 |