apify-cli 0.21.0-beta.55 → 0.21.0-beta.57
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/CHANGELOG.md +2 -0
- package/README.md +83 -58
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/actors/info.d.ts +22 -0
- package/dist/commands/actors/info.d.ts.map +1 -0
- package/dist/commands/actors/info.js +201 -0
- package/dist/commands/actors/info.js.map +1 -0
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +54 -1
- package/package.json +5 -4
package/oclif.manifest.json
CHANGED
|
@@ -895,6 +895,59 @@
|
|
|
895
895
|
"index.js"
|
|
896
896
|
]
|
|
897
897
|
},
|
|
898
|
+
"actors:info": {
|
|
899
|
+
"aliases": [],
|
|
900
|
+
"args": {
|
|
901
|
+
"actorId": {
|
|
902
|
+
"description": "The ID of the Actor to return information about.",
|
|
903
|
+
"name": "actorId",
|
|
904
|
+
"required": true
|
|
905
|
+
}
|
|
906
|
+
},
|
|
907
|
+
"description": "Get information about an Actor.",
|
|
908
|
+
"flags": {
|
|
909
|
+
"json": {
|
|
910
|
+
"description": "Format output as json.",
|
|
911
|
+
"helpGroup": "GLOBAL",
|
|
912
|
+
"name": "json",
|
|
913
|
+
"allowNo": false,
|
|
914
|
+
"type": "boolean"
|
|
915
|
+
},
|
|
916
|
+
"readme": {
|
|
917
|
+
"description": "Return the Actor README.",
|
|
918
|
+
"exclusive": [
|
|
919
|
+
"input"
|
|
920
|
+
],
|
|
921
|
+
"name": "readme",
|
|
922
|
+
"allowNo": false,
|
|
923
|
+
"type": "boolean"
|
|
924
|
+
},
|
|
925
|
+
"input": {
|
|
926
|
+
"description": "Return the Actor input schema.",
|
|
927
|
+
"exclusive": [
|
|
928
|
+
"readme"
|
|
929
|
+
],
|
|
930
|
+
"name": "input",
|
|
931
|
+
"allowNo": false,
|
|
932
|
+
"type": "boolean"
|
|
933
|
+
}
|
|
934
|
+
},
|
|
935
|
+
"hasDynamicHelp": false,
|
|
936
|
+
"hiddenAliases": [],
|
|
937
|
+
"id": "actors:info",
|
|
938
|
+
"pluginAlias": "apify-cli",
|
|
939
|
+
"pluginName": "apify-cli",
|
|
940
|
+
"pluginType": "core",
|
|
941
|
+
"strict": true,
|
|
942
|
+
"enableJsonFlag": true,
|
|
943
|
+
"isESM": true,
|
|
944
|
+
"relativePath": [
|
|
945
|
+
"dist",
|
|
946
|
+
"commands",
|
|
947
|
+
"actors",
|
|
948
|
+
"info.js"
|
|
949
|
+
]
|
|
950
|
+
},
|
|
898
951
|
"actors:ls": {
|
|
899
952
|
"aliases": [],
|
|
900
953
|
"args": {},
|
|
@@ -2457,5 +2510,5 @@
|
|
|
2457
2510
|
]
|
|
2458
2511
|
}
|
|
2459
2512
|
},
|
|
2460
|
-
"version": "0.21.0-beta.
|
|
2513
|
+
"version": "0.21.0-beta.57"
|
|
2461
2514
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "0.21.0-beta.
|
|
3
|
+
"version": "0.21.0-beta.57",
|
|
4
4
|
"description": "Apify command-line interface (CLI) helps you manage the Apify cloud platform and develop, build, and deploy Apify Actors.",
|
|
5
5
|
"exports": "./dist/index.js",
|
|
6
6
|
"types": "./dist/index.d.ts",
|
|
@@ -17,7 +17,8 @@
|
|
|
17
17
|
"clean": "rimraf dist",
|
|
18
18
|
"build": "yarn clean && tsc && tsc -p tsconfig.typechecking.json",
|
|
19
19
|
"postpack": "rimraf oclif.manifest.json",
|
|
20
|
-
"prepack": "yarn build && oclif manifest && oclif readme &&
|
|
20
|
+
"prepack": "yarn build && oclif manifest && oclif readme && yarn update-docs",
|
|
21
|
+
"update-docs": "oclif readme --readme-path=docs/reference.md",
|
|
21
22
|
"postinstallDev": "yarn build && node ./bin/run.js check-version && node ./dist/lib/community.js"
|
|
22
23
|
},
|
|
23
24
|
"files": [
|
|
@@ -167,9 +168,9 @@
|
|
|
167
168
|
},
|
|
168
169
|
"volta": {
|
|
169
170
|
"node": "22.11.0",
|
|
170
|
-
"yarn": "4.5.
|
|
171
|
+
"yarn": "4.5.2"
|
|
171
172
|
},
|
|
172
|
-
"packageManager": "yarn@4.5.
|
|
173
|
+
"packageManager": "yarn@4.5.2",
|
|
173
174
|
"lint-staged": {
|
|
174
175
|
"*": "biome format --write --no-errors-on-unmatched",
|
|
175
176
|
"*.{mjs,js,ts}": "eslint --fix --ext mjs,js,ts",
|