Command-line tool for internal GRZ operations.
- Install
uv
- An easy way is to create a Conda environment containing
uv.
- Clone the
grz-toolsrepository locally - From the repository root, use
uv run grzctl <grzctl options here>
- Alternatively, you can use
uv run --project path/to/repo grzctl <grzctl options here>to run it from any directory. This is useful if your config uses relative paths andgrzctlmust therefore be run from a specific directory.