-
Notifications
You must be signed in to change notification settings - Fork 110
Description
Hi
I'm new to grit and I see that grit recently has been moved to honeycomb, so I understand that stuff don't work as expected.
I got introduced to grit thanks to cloudflare and their terraform modules.
I have been trying to follow:
https://docs.grit.io/cli/quickstart, but it don't say anything about running grit init
or grit auth login
for that matter.
It doesn't seem to work to clone down repos.
I assume it uses ssh
➜ grit apply github.com/cloudflare/terraform-provider-cloudflare#cloudflare_terraform_v5_cloudflare_ruleset_config
Error: Failed to fetch remote grit module cloudflare/terraform-provider-cloudflare: Failed to clone repo cloudflare/terraform-provider-cloudflare: authentication required but no callback set; class=Ssh (23); code=Auth (-16)
➜ grit init
Error: Failed to fetch grit module getgrit/stdlib: Failed to clone repo getgrit/stdlib: authentication required but no callback set; class=Ssh (23); code=Auth (-16)
Trying https instead
➜ grit apply https://github.com/cloudflare/terraform-provider-cloudflare#cloudflare_terraform_v5_cloudflare_ruleset_config
Error: No valid authentication token found, please run grit auth login
And grit auth login
just hangs, probably since it don't exist anymore.
I have tried both with npm and the bash installer yolo.
My guess is that you know about these issues, or you don't since all the maintainers probably got their init files since earlier and all dependencies are already downloaded.
It seems like a really cool project, and I can definitely see myself using it to perform changes in multiple repos. Any pointers on how to fix the issues would be great and a few updates to the docs and remove cli commands that potentially don't exist anymore.