File tree Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Expand file tree Collapse file tree 4 files changed +6
-5
lines changed Original file line number Diff line number Diff line change @@ -28,8 +28,8 @@ Welcome to Tapis CLI
28
28
:caption: Command Reference
29
29
30
30
usage/overview.rst
31
- usage/actors.rst
32
31
usage/apim.rst
32
+ usage/actors.rst
33
33
usage/apps.rst
34
34
usage/config.rst
35
35
usage/files.rst
Original file line number Diff line number Diff line change @@ -17,7 +17,8 @@ stringcase
17
17
tacc-cookiecutter
18
18
tenacity
19
19
validators
20
- agavepy >= 1.0.0a8
20
+ #git+https://github.com/TACC/agavepy.git@1_0_0
21
+ agavepy == 1.0.0a10
21
22
flake8
22
23
pytest == 4.6.5 # pinned for Python 2.7.x support
23
24
pytest-cov
Original file line number Diff line number Diff line change 3
3
####
4
4
5
5
Support for the core Tapis applications life cycle is provided by the **apps **
6
- command set. Extensions to this lifecycle featured in some Tapis tenants,
7
- such as `` apps init `` and ``apps deploy `` will be added in a future release .
6
+ command set. Extensions to the core API commands, such as `` apps init ``
7
+ and ``apps deploy `` are also included .
8
8
9
9
*******
10
10
General
Original file line number Diff line number Diff line change 2
2
Systems
3
3
#######
4
4
5
- Support for the Tapis systems management **systems ** is provided by
5
+ Support for the Tapis resource management **systems ** is provided by
6
6
the **systems ** command set. Helper workflows (such as assistance
7
7
with SSH keys and testing newly created systems) will be added in
8
8
coming releases.
You can’t perform that action at this time.
0 commit comments