Create a cli tool to iterate on a developer design
ralph is a Python CLI tool created to iterate on a developer design. It is located in the ralph-container directory.
To install ralph, navigate to the ralph-container directory and use poetry:
cd ralph-container
poetry installTo verify the installation and see the version:
poetry run ralph versionThis will output the current version of the application as defined in pyproject.toml.
To run the application in development mode:
ralph loop --secrets tests/test_data/secrets --config tests/test_data/config.yaml tests/workdirs/workdir0 tests/instructions0.md