drand / website

Drand webpage, docs and blog 📚
https://drand.love
Other
3 stars 13 forks source link

Updated an outdated console param in the operator instructions #130

Closed CluEleSsUK closed 2 years ago

CluEleSsUK commented 2 years ago

Interestingly when I dug through the code, the expected way of passing DRAND_SHARE_SECRET into the CLI tool seemed to have been removed... but I saw you use it live so it definitely exists. Advisory text definitely should be added though

CluEleSsUK commented 2 years ago

Ah well actually, there is already some text in the table: "Notice that this flag takes precedence over the DRAND_SHARE_SECRET env variable if set"

AnomalRoil commented 2 years ago

It's still there, I think: https://github.com/drand/drand/blob/9824014a0ea1a0e9f6286fd15992cf98417167b5/cmd/drand-cli/control.go#L44-L55

AnomalRoil commented 2 years ago

BTW, feel free to merge if you feel it's complete.