silverback icon indicating copy to clipboard operation
silverback copied to clipboard

Add autosign to runner

Open fubuloubu opened this issue 1 year ago • 2 comments

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

fubuloubu avatar Jun 13 '24 21:06 fubuloubu

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

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

fubuloubu avatar Jul 19 '24 21:07 fubuloubu