Closed bfops closed 3 weeks ago
login show
--clear-cache
logout
.conflicts_with
ArgGroup
Yes; this removes --clear-cache.
2
login clear
login show --token
Description of Changes
login show
(to show the current login)--clear-cache
with a separatelogout
subcommand (which imo is easier to understand).conflicts_with
chain with anArgGroup
API and ABI breaking changes
Yes; this removes
--clear-cache
.Expected complexity level and risk
2
Testing
login clear
removed the logins from my config filelogin show
when not logged in gives an error messagelogin show
when logged in shows my identitylogin show --token
when logged in shows my identity + token