@amaster.ai/runtime-cli 1.1.20 → 1.1.22
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.
- package/dist/skill/SKILL.md +1 -1
- package/package.json +2 -2
package/dist/skill/SKILL.md
CHANGED
|
@@ -341,7 +341,7 @@ Command semantics:
|
|
|
341
341
|
Important details:
|
|
342
342
|
|
|
343
343
|
- `upload` resolves `<file>` against the current working directory and fails fast if the file does not exist.
|
|
344
|
-
- `upload` uses the SDK `s3.upload(file)` surface. The current
|
|
344
|
+
- `upload` uses the SDK `s3.upload(file)` surface. The current CLI does not expose bucket, key override, delete, list, signed URL, or progress options.
|
|
345
345
|
- `download` writes the returned blob to `<output>` on disk.
|
|
346
346
|
- `metadata` returns the backend metadata object directly.
|
|
347
347
|
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "@amaster.ai/runtime-cli",
|
|
3
|
-
"version": "1.1.
|
|
3
|
+
"version": "1.1.22",
|
|
4
4
|
"description": "CLI for Amaster SDK - Multi-app support for OpenClaw",
|
|
5
5
|
"type": "module",
|
|
6
6
|
"main": "./dist/index.cjs",
|
|
@@ -39,7 +39,7 @@
|
|
|
39
39
|
"ora": "^8.0.1",
|
|
40
40
|
"yaml": "^2.3.4",
|
|
41
41
|
"inquirer": "^9.2.12",
|
|
42
|
-
"@amaster.ai/client": "1.1.
|
|
42
|
+
"@amaster.ai/client": "1.1.22"
|
|
43
43
|
},
|
|
44
44
|
"devDependencies": {
|
|
45
45
|
"@types/inquirer": "^9.0.7",
|