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.22.0.tar.gz
(47.8 kB
view hashes)
Built Distribution
Close
Hashes for syntho_cli-1.22.0-py3-none-any.whl
Algorithm | Hash digest | |
---|---|---|
SHA256 | a10de9d6813748cf5f18505e0dcb3e640b33a541a5391b5ca0da3e57582602c4 |
|
MD5 | 7692fc46762a41a98aafa147463d93a7 |
|
BLAKE2b-256 | c3fc2806386285f177522926570fd6e168989d15a75e644eaa7101010477a2a1 |