Installing
Built using python click library and included in the broader cirrus-geo library, you can install the CLI tool on its own or alongside other project requirements. A standalone CLI installation might look like
pipx install 'cirrus-geo[cli]'
Another way is to use a more modern tool like uv
to run specific CLI
commands in an ephemeral environment.
uvx --from 'cirrus-geo[cli]' cirrus [COMMAND]