Skip to content

Commit

Permalink
changelog
Browse files Browse the repository at this point in the history
  • Loading branch information
mschroering committed Jan 21, 2020
1 parent 05e8950 commit f1efb99
Show file tree
Hide file tree
Showing 2 changed files with 11 additions and 0 deletions.
7 changes: 7 additions & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -5,6 +5,12 @@ All notable changes to this project will be documented in this file.
The format is based on [Keep a Changelog](https://keepachangelog.com/en/1.0.0/),
and this project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html).

## [9.13.0] - 2020-01-21

### Added

- Added ability to use auth tokens in the `PHC_ACCESS_TOKEN` and `PHC_REFRESH_TOKEN` environment variables.

## [9.12.0] - 2019-12-09

### Added
Expand Down Expand Up @@ -635,6 +641,7 @@ and `create-nantomics-vcf-import`

- Replaced the `defaults` command with a `setup` command

[9.13.0]: https://github.com/lifeomic/cli/compare/v9.12.0...v9.13.0
[9.12.0]: https://github.com/lifeomic/cli/compare/v9.11.0...v9.12.0
[9.11.0]: https://github.com/lifeomic/cli/compare/v9.10.0...v9.11.0
[9.10.0]: https://github.com/lifeomic/cli/compare/v9.9.0...v9.10.0
Expand Down
4 changes: 4 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -74,6 +74,10 @@ credentials for authentication. Note that for this option, you do not need to
run `lo auth` as username and password credentials are not used for this
credentials grant.

You can also provide an API key or access and refresh tokens in
the `PHC_ACCESS_TOKEN` and `PHC_REFRESH_TOKEN` environment variables. With these
set, you can bypass using `lo auth`.

#### API Keys

If you wish to use an API key, then you need to create an API key
Expand Down

0 comments on commit f1efb99

Please sign in to comment.