silverback
silverback copied to clipboard
Add autosign to runner
Overview
Most people wanting to run a bot locally will probably use a KeyfileAccount that requires opt-ing into automatic signing, which is probably annoying.
Specification
Add a flag to silverback run and silverback worker that allows opt-ing out of autosigning as a default e.g. --account my-alias --no-autosign
Dependencies
n/a
Overview
Most people wanting to run a bot locally will probably use a
KeyfileAccountthat requires opt-ing into automatic signing, which is probably annoying.Specification
Add a flag to
silverback runandsilverback workerthat allows opt-ing out of autosigning as a default e.g.--account my-alias --no-autosignDependencies
n/a
Decided against the flag, it prompts you for the password, and it will not continue loading the app until after that input is given. If you use a keyfile alias, that's on you. Documentation was added to this effect