flake8
passed.
JSHint
passed.
Review Request #13128 — Created June 27, 2023 and updated
Information | |
---|---|
maubin | |
RBTools | |
release-5.x | |
Reviewers | |
rbtools | |
This displays useful error messages when passing invalid or expired API tokens
to a command. Previously, if you passed an API token that was expired or
invalidated it would silently fail and then prompt the user to enter a
username and password.
rbt api-get
, and rbt login
commands with--api-token
option. Used valid, invalid and expired tokens.--username
and--password
options.Summary |
---|