Skip to content

Commit 5caadac

Browse files
committed
Update Readme and changelog for v3.0.0
Signed-off-by: Jorge Alarcon Ochoa <[email protected]>
1 parent c7ebe82 commit 5caadac

File tree

2 files changed

+18
-0
lines changed

2 files changed

+18
-0
lines changed

CHANGELOG.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,19 @@
11
# Change Log
22
All notable changes to this project will be documented in this file.
33

4+
## 3.0.0 - 2018-12-13
5+
### ADDED
6+
- Documentationi.
7+
- TACC/agavepy as dependency.
8+
9+
### CHANGED
10+
- Rewrite authentication-related scripts.
11+
- Rewrite files-related scripts.
12+
13+
### REMOVED
14+
- Test framework (preparing for integration with `TACC/agavepy`).
15+
16+
417
## 2.3.0 - 2018-08-30
518
### ADDED
619
- Integration tests and mock server(test coverage low)

README.md

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -102,6 +102,11 @@ After selecting a tenant to interact with, `auth-session-init` will help you
102102
create an oauth client and obtain an access and a refresh token to get you
103103
ready to interact with TACC apis.
104104

105+
To restore a stored session:
106+
```
107+
$ auth-session-init -t tenant-name -u your-username -N client-name
108+
```
109+
105110
For more info on `auth-session-init` see
106111
[authentication docs](docs/docsite/authentication/auth.rst).
107112

0 commit comments

Comments
 (0)