File tree Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Expand file tree Collapse file tree 3 files changed +11
-2
lines changed Original file line number Diff line number Diff line change 1
1
2
+ 0.22.0 / 2017-10-04
3
+ ==================
4
+
5
+ Additions:
6
+ * Add basic deployment token management
7
+
8
+ Fixes:
9
+ * Improve "remove" method test code coverage
10
+
2
11
0.21.1 / 2017-09-20
3
12
==================
4
13
Original file line number Diff line number Diff line change 14
14
| list | List currently deployed projects |
15
15
| rm [ id] | Remove existing deployment or project |
16
16
| log [ id] | Get logs for existing deployment or project |
17
- | token | Generate new deployment token |
17
+ | token [ ls | rm ] | Generate, list or remove deployment tokens |
18
18
| login | Login into Exoframe server |
19
19
| endpoint [ url] | Selects or adds the endpoint of Exoframe server |
20
20
| rm-endpoint [ url] | Removes an existing endpoint of Exoframe server |
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " exoframe" ,
3
- "version" : " 0.21.1 " ,
3
+ "version" : " 0.22.0 " ,
4
4
"description" : " Exoframe - power armor for docker containers" ,
5
5
"main" : " index.js" ,
6
6
"repository" :
" [email protected] :exoframejs/exoframe.git" ,
You can’t perform that action at this time.
0 commit comments