Skip to content

Commit 8cd3dcb

Browse files
authored
Reorganize commands sc 47437 (#29)
1 parent f318e8c commit 8cd3dcb

31 files changed

+900
-875
lines changed
Lines changed: 36 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,36 @@
1+
2+
Added
3+
-----
4+
5+
* Added stubs for planned commands:
6+
7+
* ``gra init``
8+
* ``gra manage``
9+
* ``gra publish``
10+
* ``gra api delete``
11+
12+
Removed
13+
-------
14+
15+
* Deleted ``gra willdelete`` commands.
16+
17+
Changed
18+
-------
19+
20+
* Reorganized the command hierarchy:
21+
22+
* Top-level non-grouped commands (``gra init``, ``gra manage``, ``gra publish``)
23+
operate at the upcoming "repository" abstraction.
24+
25+
* Api interfaces are now under ``gra api`` group:
26+
27+
* ``gra api show`` (formerly ``gra get``)
28+
* ``gra api list``
29+
* ``gra api create``
30+
* ``gra api update``
31+
* ``gra api delete`` (stubbed)
32+
33+
* Globus Auth session management commands are now under ``gra session``:
34+
35+
* ``gra session logout``
36+
* ``gra session whoami``

0 commit comments

Comments
 (0)