zt-devops-cli 0.1.1__tar.gz → 0.1.3__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.
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/PKG-INFO +7 -1
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/README.md +6 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/pyproject.toml +2 -2
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/zt_devops_cli.egg-info/PKG-INFO +7 -1
- zt_devops_cli-0.1.3/src/zt_devops_cli.egg-info/entry_points.txt +2 -0
- zt_devops_cli-0.1.1/src/zt_devops_cli.egg-info/entry_points.txt +0 -2
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/setup.cfg +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/devops_cli/__init__.py +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/devops_cli/api.py +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/devops_cli/auth.py +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/devops_cli/cli.py +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/devops_cli/config.py +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/zt_devops_cli.egg-info/SOURCES.txt +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/zt_devops_cli.egg-info/dependency_links.txt +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/zt_devops_cli.egg-info/requires.txt +0 -0
- {zt_devops_cli-0.1.1 → zt_devops_cli-0.1.3}/src/zt_devops_cli.egg-info/top_level.txt +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zt-devops-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: DevOps 平台迭代管理 CLI
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -21,10 +21,16 @@ twine upload dist/*
|
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## 安装
|
|
24
|
+
* 源码安装
|
|
24
25
|
```bash
|
|
25
26
|
pip install -e .
|
|
26
27
|
```
|
|
27
28
|
|
|
29
|
+
* pip安装
|
|
30
|
+
```bash
|
|
31
|
+
pipx install zt-devops-cli
|
|
32
|
+
```
|
|
33
|
+
|
|
28
34
|
## 使用
|
|
29
35
|
|
|
30
36
|
### 登陆
|
|
@@ -4,7 +4,7 @@ build-backend = "setuptools.build_meta"
|
|
|
4
4
|
|
|
5
5
|
[project]
|
|
6
6
|
name = "zt-devops-cli"
|
|
7
|
-
version = "0.1.
|
|
7
|
+
version = "0.1.3"
|
|
8
8
|
description = "DevOps 平台迭代管理 CLI"
|
|
9
9
|
readme = "README.md"
|
|
10
10
|
requires-python = ">=3.10"
|
|
@@ -16,7 +16,7 @@ dependencies = [
|
|
|
16
16
|
]
|
|
17
17
|
|
|
18
18
|
[project.scripts]
|
|
19
|
-
devops-cli = "devops_cli.cli:main"
|
|
19
|
+
zt-devops-cli = "devops_cli.cli:main"
|
|
20
20
|
|
|
21
21
|
[tool.pytest.ini_options]
|
|
22
22
|
testpaths = ["tests"]
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: zt-devops-cli
|
|
3
|
-
Version: 0.1.
|
|
3
|
+
Version: 0.1.3
|
|
4
4
|
Summary: DevOps 平台迭代管理 CLI
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -21,10 +21,16 @@ twine upload dist/*
|
|
|
21
21
|
```
|
|
22
22
|
|
|
23
23
|
## 安装
|
|
24
|
+
* 源码安装
|
|
24
25
|
```bash
|
|
25
26
|
pip install -e .
|
|
26
27
|
```
|
|
27
28
|
|
|
29
|
+
* pip安装
|
|
30
|
+
```bash
|
|
31
|
+
pipx install zt-devops-cli
|
|
32
|
+
```
|
|
33
|
+
|
|
28
34
|
## 使用
|
|
29
35
|
|
|
30
36
|
### 登陆
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|