artdam-cli 0.2.3__tar.gz → 0.2.4__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.
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/PKG-INFO +7 -4
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/README.md +6 -3
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli.egg-info/PKG-INFO +7 -4
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/pyproject.toml +1 -1
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/__init__.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/client.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/__init__.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/comment.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/delete_cmd.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/download.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/favorite.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/folder_cmd.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/folders.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/get.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/login.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/project.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/projects.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/rate.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/restore.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/search.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/tag_cmd.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/tags.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/update.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/commands/upload.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/config.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli/main.py +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli.egg-info/SOURCES.txt +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli.egg-info/dependency_links.txt +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli.egg-info/entry_points.txt +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli.egg-info/requires.txt +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/artdam_cli.egg-info/top_level.txt +0 -0
- {artdam_cli-0.2.3 → artdam_cli-0.2.4}/setup.cfg +0 -0
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: artdam-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: ArtDAM 数字资产管理平台命令行工具
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -15,11 +15,13 @@ ArtDAM 数字资产管理平台命令行工具,支持所有主流 AI Agent工
|
|
|
15
15
|
## 安装
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
# 推荐(无需 Python 环境)
|
|
19
18
|
uv tool install artdam-cli
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## 更新
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
```bash
|
|
24
|
+
uv tool upgrade artdam-cli
|
|
23
25
|
```
|
|
24
26
|
|
|
25
27
|
## 快速开始
|
|
@@ -268,6 +270,7 @@ artdam update <asset_id> --description "AI 生成的场景描述"
|
|
|
268
270
|
|
|
269
271
|
## 注意事项
|
|
270
272
|
|
|
273
|
+
- 建议每次使用前更新到最新版:`uv tool upgrade artdam-cli`
|
|
271
274
|
- 首次使用先运行 `artdam projects` 获取项目 ID,再 `artdam project use <id>` 设置默认项目
|
|
272
275
|
- 设置默认项目后,`search` / `tags` / `folders` / `upload` 等命令无需再传 `-p`
|
|
273
276
|
- `-p` 仍可临时覆盖默认项目
|
|
@@ -5,11 +5,13 @@ ArtDAM 数字资产管理平台命令行工具,支持所有主流 AI Agent工
|
|
|
5
5
|
## 安装
|
|
6
6
|
|
|
7
7
|
```bash
|
|
8
|
-
# 推荐(无需 Python 环境)
|
|
9
8
|
uv tool install artdam-cli
|
|
9
|
+
```
|
|
10
|
+
|
|
11
|
+
## 更新
|
|
10
12
|
|
|
11
|
-
|
|
12
|
-
|
|
13
|
+
```bash
|
|
14
|
+
uv tool upgrade artdam-cli
|
|
13
15
|
```
|
|
14
16
|
|
|
15
17
|
## 快速开始
|
|
@@ -258,6 +260,7 @@ artdam update <asset_id> --description "AI 生成的场景描述"
|
|
|
258
260
|
|
|
259
261
|
## 注意事项
|
|
260
262
|
|
|
263
|
+
- 建议每次使用前更新到最新版:`uv tool upgrade artdam-cli`
|
|
261
264
|
- 首次使用先运行 `artdam projects` 获取项目 ID,再 `artdam project use <id>` 设置默认项目
|
|
262
265
|
- 设置默认项目后,`search` / `tags` / `folders` / `upload` 等命令无需再传 `-p`
|
|
263
266
|
- `-p` 仍可临时覆盖默认项目
|
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
Metadata-Version: 2.4
|
|
2
2
|
Name: artdam-cli
|
|
3
|
-
Version: 0.2.
|
|
3
|
+
Version: 0.2.4
|
|
4
4
|
Summary: ArtDAM 数字资产管理平台命令行工具
|
|
5
5
|
Requires-Python: >=3.10
|
|
6
6
|
Description-Content-Type: text/markdown
|
|
@@ -15,11 +15,13 @@ ArtDAM 数字资产管理平台命令行工具,支持所有主流 AI Agent工
|
|
|
15
15
|
## 安装
|
|
16
16
|
|
|
17
17
|
```bash
|
|
18
|
-
# 推荐(无需 Python 环境)
|
|
19
18
|
uv tool install artdam-cli
|
|
19
|
+
```
|
|
20
|
+
|
|
21
|
+
## 更新
|
|
20
22
|
|
|
21
|
-
|
|
22
|
-
|
|
23
|
+
```bash
|
|
24
|
+
uv tool upgrade artdam-cli
|
|
23
25
|
```
|
|
24
26
|
|
|
25
27
|
## 快速开始
|
|
@@ -268,6 +270,7 @@ artdam update <asset_id> --description "AI 生成的场景描述"
|
|
|
268
270
|
|
|
269
271
|
## 注意事项
|
|
270
272
|
|
|
273
|
+
- 建议每次使用前更新到最新版:`uv tool upgrade artdam-cli`
|
|
271
274
|
- 首次使用先运行 `artdam projects` 获取项目 ID,再 `artdam project use <id>` 设置默认项目
|
|
272
275
|
- 设置默认项目后,`search` / `tags` / `folders` / `upload` 等命令无需再传 `-p`
|
|
273
276
|
- `-p` 仍可临时覆盖默认项目
|
|
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
|
|
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
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|
|
File without changes
|