I know the command:
drone --skip-verify orgsecret info
This command works. This shows all our current orgs and if they have keys.
Is it possible to view the actual keys? We need to add a new repo under an org but no one documented what the key was was or where it is.
Tried the following
drone --skip-verify orgsecret info
I get this error when running the info command
client error 404: 404 page not found
Running drone binary version 1.2.1
Any recommendations?