argocli 0.1.1__py3-none-any.whl → 0.1.2__py3-none-any.whl
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.
- {argocli-0.1.1.dist-info → argocli-0.1.2.dist-info}/METADATA +3 -3
- {argocli-0.1.1.dist-info → argocli-0.1.2.dist-info}/RECORD +6 -6
- {argocli-0.1.1.dist-info → argocli-0.1.2.dist-info}/WHEEL +0 -0
- {argocli-0.1.1.dist-info → argocli-0.1.2.dist-info}/entry_points.txt +0 -0
- {argocli-0.1.1.dist-info → argocli-0.1.2.dist-info}/licenses/LICENSE +0 -0
- {argocli-0.1.1.dist-info → argocli-0.1.2.dist-info}/top_level.txt +0 -0
@@ -1,6 +1,6 @@
|
|
1
1
|
Metadata-Version: 2.4
|
2
2
|
Name: argocli
|
3
|
-
Version: 0.1.
|
3
|
+
Version: 0.1.2
|
4
4
|
Summary: A command-line interface for Argo Workflows
|
5
5
|
Requires-Python: >=3.12
|
6
6
|
Description-Content-Type: text/markdown
|
@@ -24,14 +24,14 @@ pip install argocli
|
|
24
24
|
|
25
25
|
## Authentication
|
26
26
|
|
27
|
-
On first-run, you'll be prompted for an Argo API token. This will be stored in your system credential store (e.g. Keychain on Mac OS) in an
|
27
|
+
On first-run, you'll be prompted for an Argo API token. This will be stored in your system credential store (e.g. Keychain on Mac OS) in an item called `argocli`.
|
28
28
|
|
29
29
|
## Configuration
|
30
30
|
|
31
31
|
On first-run, a configuration file will be generated at `~/.config/argocli/config.yaml`. In this file you'll need to replace the values of `server`, `namespace`, and `username` with appropriate values.
|
32
32
|
|
33
33
|
```yaml
|
34
|
-
server: https://your-
|
34
|
+
server: https://your-argo-instance.server.tld
|
35
35
|
namespace: YOUR_PROJECT_NAMESPACE
|
36
36
|
username: your.email@example.com
|
37
37
|
```
|
@@ -4,9 +4,9 @@ argocli/commands/command.py,sha256=K9ehMVba9_Rg_TsEPnFec4GP24BpXvHWdfp2A7wvmTc,1
|
|
4
4
|
argocli/commands/workflow/__init__.py,sha256=6f-gZGuBNw_YM4iK8-gviJ20uDSfmhEtC7Lx8TpWMP8,1489
|
5
5
|
argocli/commands/workflow/status.py,sha256=YxNFmieCiBaqOBt6D-uyCDTVr6SC4cLxhgtqxJyxcLE,819
|
6
6
|
argocli/core/client.py,sha256=00NMaRbEFmgHGHea2OJPdg7bMAn9wa0gLuJT_kdJ_fU,1246
|
7
|
-
argocli-0.1.
|
8
|
-
argocli-0.1.
|
9
|
-
argocli-0.1.
|
10
|
-
argocli-0.1.
|
11
|
-
argocli-0.1.
|
12
|
-
argocli-0.1.
|
7
|
+
argocli-0.1.2.dist-info/licenses/LICENSE,sha256=9zKZw6P2NbYxuA1UuxzvAvTc3VhTW07CAgN3bLxCkqo,1066
|
8
|
+
argocli-0.1.2.dist-info/METADATA,sha256=yNe9z5TA9QcgAaLyogkQTxKAXmdbfAoG764tKosyCp4,2164
|
9
|
+
argocli-0.1.2.dist-info/WHEEL,sha256=_zCd3N1l69ArxyTb8rzEoP9TpbYXkqRFSNOD5OuxnTs,91
|
10
|
+
argocli-0.1.2.dist-info/entry_points.txt,sha256=cAplzeUUaQ8IXiVEBR_9p5_7iRHyAGZQgxl0hITGqrg,50
|
11
|
+
argocli-0.1.2.dist-info/top_level.txt,sha256=k62Rfx-hxDMUXTnXBBpjRw16LlSfB6I7rTai_DPoJuw,8
|
12
|
+
argocli-0.1.2.dist-info/RECORD,,
|
File without changes
|
File without changes
|
File without changes
|
File without changes
|