apify-cli 0.21.7-beta.0 → 0.21.7-beta.1
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 +1 -0
- package/README.md +63 -63
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/run.js +1 -1
- package/dist/commands/run.js.map +1 -1
- package/dist/lib/hooks/useCwdProject.d.ts.map +1 -1
- package/dist/lib/hooks/useCwdProject.js +9 -0
- package/dist/lib/hooks/useCwdProject.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +66 -66
- package/package.json +1 -1
package/oclif.manifest.json
CHANGED
|
@@ -2231,45 +2231,14 @@
|
|
|
2231
2231
|
"set-value.js"
|
|
2232
2232
|
]
|
|
2233
2233
|
},
|
|
2234
|
-
"
|
|
2235
|
-
"aliases": [],
|
|
2236
|
-
"args": {
|
|
2237
|
-
"name": {
|
|
2238
|
-
"description": "Name of the secret",
|
|
2239
|
-
"name": "name",
|
|
2240
|
-
"required": true
|
|
2241
|
-
},
|
|
2242
|
-
"value": {
|
|
2243
|
-
"description": "Value of the secret",
|
|
2244
|
-
"name": "value",
|
|
2245
|
-
"required": true
|
|
2246
|
-
}
|
|
2247
|
-
},
|
|
2248
|
-
"description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
|
|
2249
|
-
"flags": {},
|
|
2250
|
-
"hasDynamicHelp": false,
|
|
2251
|
-
"hiddenAliases": [],
|
|
2252
|
-
"id": "secrets:add",
|
|
2253
|
-
"pluginAlias": "apify-cli",
|
|
2254
|
-
"pluginName": "apify-cli",
|
|
2255
|
-
"pluginType": "core",
|
|
2256
|
-
"strict": true,
|
|
2257
|
-
"isESM": true,
|
|
2258
|
-
"relativePath": [
|
|
2259
|
-
"dist",
|
|
2260
|
-
"commands",
|
|
2261
|
-
"secrets",
|
|
2262
|
-
"add.js"
|
|
2263
|
-
]
|
|
2264
|
-
},
|
|
2265
|
-
"secrets": {
|
|
2234
|
+
"request-queues": {
|
|
2266
2235
|
"aliases": [],
|
|
2267
2236
|
"args": {},
|
|
2268
|
-
"description": "Manages
|
|
2237
|
+
"description": "Manages URL queues for web scraping and automation tasks.",
|
|
2269
2238
|
"flags": {},
|
|
2270
2239
|
"hasDynamicHelp": false,
|
|
2271
2240
|
"hiddenAliases": [],
|
|
2272
|
-
"id": "
|
|
2241
|
+
"id": "request-queues",
|
|
2273
2242
|
"pluginAlias": "apify-cli",
|
|
2274
2243
|
"pluginName": "apify-cli",
|
|
2275
2244
|
"pluginType": "core",
|
|
@@ -2278,36 +2247,10 @@
|
|
|
2278
2247
|
"relativePath": [
|
|
2279
2248
|
"dist",
|
|
2280
2249
|
"commands",
|
|
2281
|
-
"
|
|
2250
|
+
"request-queues",
|
|
2282
2251
|
"index.js"
|
|
2283
2252
|
]
|
|
2284
2253
|
},
|
|
2285
|
-
"secrets:rm": {
|
|
2286
|
-
"aliases": [],
|
|
2287
|
-
"args": {
|
|
2288
|
-
"name": {
|
|
2289
|
-
"description": "Name of the secret",
|
|
2290
|
-
"name": "name",
|
|
2291
|
-
"required": true
|
|
2292
|
-
}
|
|
2293
|
-
},
|
|
2294
|
-
"description": "Permanently deletes a secret from your stored credentials.",
|
|
2295
|
-
"flags": {},
|
|
2296
|
-
"hasDynamicHelp": false,
|
|
2297
|
-
"hiddenAliases": [],
|
|
2298
|
-
"id": "secrets:rm",
|
|
2299
|
-
"pluginAlias": "apify-cli",
|
|
2300
|
-
"pluginName": "apify-cli",
|
|
2301
|
-
"pluginType": "core",
|
|
2302
|
-
"strict": true,
|
|
2303
|
-
"isESM": true,
|
|
2304
|
-
"relativePath": [
|
|
2305
|
-
"dist",
|
|
2306
|
-
"commands",
|
|
2307
|
-
"secrets",
|
|
2308
|
-
"rm.js"
|
|
2309
|
-
]
|
|
2310
|
-
},
|
|
2311
2254
|
"runs:abort": {
|
|
2312
2255
|
"aliases": [],
|
|
2313
2256
|
"args": {
|
|
@@ -2562,14 +2505,45 @@
|
|
|
2562
2505
|
"rm.js"
|
|
2563
2506
|
]
|
|
2564
2507
|
},
|
|
2565
|
-
"
|
|
2508
|
+
"secrets:add": {
|
|
2509
|
+
"aliases": [],
|
|
2510
|
+
"args": {
|
|
2511
|
+
"name": {
|
|
2512
|
+
"description": "Name of the secret",
|
|
2513
|
+
"name": "name",
|
|
2514
|
+
"required": true
|
|
2515
|
+
},
|
|
2516
|
+
"value": {
|
|
2517
|
+
"description": "Value of the secret",
|
|
2518
|
+
"name": "value",
|
|
2519
|
+
"required": true
|
|
2520
|
+
}
|
|
2521
|
+
},
|
|
2522
|
+
"description": "Adds a new secret to '~/.apify' for use in Actor environment variables.",
|
|
2523
|
+
"flags": {},
|
|
2524
|
+
"hasDynamicHelp": false,
|
|
2525
|
+
"hiddenAliases": [],
|
|
2526
|
+
"id": "secrets:add",
|
|
2527
|
+
"pluginAlias": "apify-cli",
|
|
2528
|
+
"pluginName": "apify-cli",
|
|
2529
|
+
"pluginType": "core",
|
|
2530
|
+
"strict": true,
|
|
2531
|
+
"isESM": true,
|
|
2532
|
+
"relativePath": [
|
|
2533
|
+
"dist",
|
|
2534
|
+
"commands",
|
|
2535
|
+
"secrets",
|
|
2536
|
+
"add.js"
|
|
2537
|
+
]
|
|
2538
|
+
},
|
|
2539
|
+
"secrets": {
|
|
2566
2540
|
"aliases": [],
|
|
2567
2541
|
"args": {},
|
|
2568
|
-
"description": "Manages
|
|
2542
|
+
"description": "Manages secure environment variables for Actors.\n\nExample:\n$ apify secrets add mySecret TopSecretValue123\n\nThe \"mySecret\" value can be used in an environment variable defined in '.actor/actor.json' file by adding the \"@\"\nprefix:\n\n{\n \"actorSpecification\": 1,\n \"name\": \"my_actor\",\n \"environmentVariables\": { \"SECRET_ENV_VAR\": \"@mySecret\" },\n \"version\": \"0.1\"\n}\n\nWhen the Actor is pushed to Apify cloud, the \"SECRET_ENV_VAR\" and its value is stored as a secret environment variable\nof the Actor.",
|
|
2569
2543
|
"flags": {},
|
|
2570
2544
|
"hasDynamicHelp": false,
|
|
2571
2545
|
"hiddenAliases": [],
|
|
2572
|
-
"id": "
|
|
2546
|
+
"id": "secrets",
|
|
2573
2547
|
"pluginAlias": "apify-cli",
|
|
2574
2548
|
"pluginName": "apify-cli",
|
|
2575
2549
|
"pluginType": "core",
|
|
@@ -2578,10 +2552,36 @@
|
|
|
2578
2552
|
"relativePath": [
|
|
2579
2553
|
"dist",
|
|
2580
2554
|
"commands",
|
|
2581
|
-
"
|
|
2555
|
+
"secrets",
|
|
2582
2556
|
"index.js"
|
|
2583
2557
|
]
|
|
2584
2558
|
},
|
|
2559
|
+
"secrets:rm": {
|
|
2560
|
+
"aliases": [],
|
|
2561
|
+
"args": {
|
|
2562
|
+
"name": {
|
|
2563
|
+
"description": "Name of the secret",
|
|
2564
|
+
"name": "name",
|
|
2565
|
+
"required": true
|
|
2566
|
+
}
|
|
2567
|
+
},
|
|
2568
|
+
"description": "Permanently deletes a secret from your stored credentials.",
|
|
2569
|
+
"flags": {},
|
|
2570
|
+
"hasDynamicHelp": false,
|
|
2571
|
+
"hiddenAliases": [],
|
|
2572
|
+
"id": "secrets:rm",
|
|
2573
|
+
"pluginAlias": "apify-cli",
|
|
2574
|
+
"pluginName": "apify-cli",
|
|
2575
|
+
"pluginType": "core",
|
|
2576
|
+
"strict": true,
|
|
2577
|
+
"isESM": true,
|
|
2578
|
+
"relativePath": [
|
|
2579
|
+
"dist",
|
|
2580
|
+
"commands",
|
|
2581
|
+
"secrets",
|
|
2582
|
+
"rm.js"
|
|
2583
|
+
]
|
|
2584
|
+
},
|
|
2585
2585
|
"task": {
|
|
2586
2586
|
"aliases": [],
|
|
2587
2587
|
"args": {},
|
|
@@ -2657,5 +2657,5 @@
|
|
|
2657
2657
|
]
|
|
2658
2658
|
}
|
|
2659
2659
|
},
|
|
2660
|
-
"version": "0.21.7-beta.
|
|
2660
|
+
"version": "0.21.7-beta.1"
|
|
2661
2661
|
}
|
package/package.json
CHANGED
|
@@ -1,6 +1,6 @@
|
|
|
1
1
|
{
|
|
2
2
|
"name": "apify-cli",
|
|
3
|
-
"version": "0.21.7-beta.
|
|
3
|
+
"version": "0.21.7-beta.1",
|
|
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",
|