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.12.*
(hint: pyenv) - Poetry (
pip install poetry
)
Setting up the project
poetry install
Usage
Development Mode
poetry run pre-build && poetry shell
CLI mode - DEV
- Option 1:
poetry run pre-build && poetry run syntho-cli --help
- Option 2:
poetry run pre-build && poetry shell
&&syntho-cli --help
CLI Mode - PROD
poetry run pre-build && 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.12.0.tar.gz
(231.5 kB
view hashes)
Built Distribution
syntho_cli-1.12.0-py3-none-any.whl
(248.5 kB
view hashes)
Close
Hashes for syntho_cli-1.12.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 1764d8bad3ba55620f7860fcbd81289402e704d4ad9de7c64567c2ac208d9f37 |
|
MD5 | aa7b05cf22777bd46df41a67994bad99 |
|
BLAKE2b-256 | 2a8bf6b5393327dd6e002839eae582825c271e73f82ee9dcdac3121d9d5a67d4 |