Summary
Scripted bootstrap of a test key is awkward:
akt context keys add e2e --yes
# unknown flag: --yes
--no-backup suppresses the mnemonic print (good for CI once the key exists), but there is no --yes to skip confirmation prompts on overwrite / first add in some paths. Piping y works but is fragile.
Expected
- Accept
--yes / -y for non-interactive key add (common cosmos CLI pattern).
- Document
--no-backup prominently for CI so mnemonics never hit logs.
Environment
akt 0.0.4, non-Console E2E 2026-08-12.
Summary
Scripted bootstrap of a test key is awkward:
akt context keys add e2e --yes # unknown flag: --yes--no-backupsuppresses the mnemonic print (good for CI once the key exists), but there is no--yesto skip confirmation prompts on overwrite / first add in some paths. Pipingyworks but is fragile.Expected
--yes/-yfor non-interactive key add (common cosmos CLI pattern).--no-backupprominently for CI so mnemonics never hit logs.Environment
akt 0.0.4, non-Console E2E 2026-08-12.