Closed sigboe closed 5 years ago
Could you please add a way to login like so?
wyvern login --email "${email}" --password "${password}"
Oh and the most common convention is if you don't have the --password parameter, you would be able to type that after, to not pollute your bash history.
--password
Maybe
wyvern login --token "${token}"
should also work
Added these options & subcommand in 1382c1c86b6ccbb9c5a3a6673f0af44bb11b0112
Thank you one million!
Could you please add a way to login like so?
Oh and the most common convention is if you don't have the
--password
parameter, you would be able to type that after, to not pollute your bash history.Maybe
should also work