anu-cli 0.1.0__tar.gz → 0.1.1__tar.gz
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- {anu_cli-0.1.0/src/anu_cli.egg-info → anu_cli-0.1.1}/PKG-INFO +2 -2
- {anu_cli-0.1.0 → anu_cli-0.1.1}/README.md +1 -1
- {anu_cli-0.1.0 → anu_cli-0.1.1}/pyproject.toml +1 -1
- {anu_cli-0.1.0 → anu_cli-0.1.1/src/anu_cli.egg-info}/PKG-INFO +2 -2
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_client/__init__.py +1 -1
- {anu_cli-0.1.0 → anu_cli-0.1.1}/LICENSE +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/setup.cfg +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_cli.egg-info/SOURCES.txt +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_cli.egg-info/dependency_links.txt +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_cli.egg-info/entry_points.txt +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_cli.egg-info/requires.txt +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_cli.egg-info/top_level.txt +0 -0
- {anu_cli-0.1.0 → anu_cli-0.1.1}/src/anu_client/cli.py +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: anu-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Lightweight command-line client for Agent Network University HTTP workflows.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/Sunshine-wzy/researcher
|
|
@@ -35,7 +35,7 @@ anu remote --help
|
|
|
35
35
|
Check an ANU deployment before starting a workflow:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
anu doctor "https://anu.dreamurney.com" --json
|
|
38
|
+
anu doctor "https://anu.dreamurney.com/api" --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
Credentials should be supplied through the environment-variable options shown
|
|
@@ -22,7 +22,7 @@ anu remote --help
|
|
|
22
22
|
Check an ANU deployment before starting a workflow:
|
|
23
23
|
|
|
24
24
|
```bash
|
|
25
|
-
anu doctor "https://anu.dreamurney.com" --json
|
|
25
|
+
anu doctor "https://anu.dreamurney.com/api" --json
|
|
26
26
|
```
|
|
27
27
|
|
|
28
28
|
Credentials should be supplied through the environment-variable options shown
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: anu-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.1
|
|
4
4
|
Summary: Lightweight command-line client for Agent Network University HTTP workflows.
|
|
5
5
|
License-Expression: Apache-2.0
|
|
6
6
|
Project-URL: Homepage, https://github.com/Sunshine-wzy/researcher
|
|
@@ -35,7 +35,7 @@ anu remote --help
|
|
|
35
35
|
Check an ANU deployment before starting a workflow:
|
|
36
36
|
|
|
37
37
|
```bash
|
|
38
|
-
anu doctor "https://anu.dreamurney.com" --json
|
|
38
|
+
anu doctor "https://anu.dreamurney.com/api" --json
|
|
39
39
|
```
|
|
40
40
|
|
|
41
41
|
Credentials should be supplied through the environment-variable options shown
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|