If I run this command:
go run ./cmd/librarian/ release init -repo https://github.com/googleapis/google-cloud-python
I get the following error:
2025/08/25 20:49:31 failed to initialize config: repo flag not specified and no state file found in current working directory: stat /usr/local/google/home/ldetmer/workspace-gcp/librarian/.librarian/state.yaml: no such file or directory
I am passing in the repo flag though.