* Add `aws-sso-util run-as` command ([44](https://github.com/benkehoe/aws-sso-util/pull/44)). Read the docs [here](docs/run-as.md).
* Add `aws-sso-util console` commands ([47](https://github.com/benkehoe/aws-sso-util/pull/47)). Read the docs [here](docs/console.md).
* Better debugging of token issues in `aws-sso-util check` ([45](https://github.com/benkehoe/aws-sso-util/pull/45)).
* Note that the token is checked by default, which is a slight backwards-incompatible change if you were relying on a success return code to check specifically if the instance was configured correctly; for this situation, use `--skip-token-check`.
* Ignore `AWS_PROFILE` and `AWS_DEFAULT_PROFILE` environment variables for commands that don't use them ([41](https://github.com/benkehoe/aws-sso-util/issues/41)).
* Standardize account option as `--account-id` across commands (with backwards compatibility).
* Include component names in `aws-sso-util configure populate` help ([33](https://github.com/benkehoe/aws-sso-util/issues/33)).
* Fix `aws-sso-util login --all` when environment variables are set.