Skip to content

Latest commit

 

History

History
13 lines (9 loc) · 557 Bytes

File metadata and controls

13 lines (9 loc) · 557 Bytes

grzctl

Command-line tool for internal GRZ operations.

Running a development version

  1. Install uv
  • An easy way is to create a Conda environment containing uv.
  1. Clone the grz-tools repository locally
  2. 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 and grzctl must therefore be run from a specific directory.