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.24.0.tar.gz
(48.0 kB
view hashes)
Built Distribution
Close
Hashes for syntho_cli-1.24.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | 62d4e57200ca50216901d4febebe6d0a862bb92a6117a004aa243dd1daaa4fb6 |
|
MD5 | 87fe70625518430fbec65c73be941281 |
|
BLAKE2b-256 | 10730050e4563acb7a524efb666e999f4080d177ace44b0762bca92a0038db8c |