apify-cli 0.21.0 → 0.21.2-beta.0
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 +51 -0
- package/README.md +85 -62
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/actor/charge.d.ts +23 -0
- package/dist/commands/actor/charge.d.ts.map +1 -0
- package/dist/commands/actor/charge.js +82 -0
- package/dist/commands/actor/charge.js.map +1 -0
- package/dist/commands/actors/call.js +1 -1
- package/dist/commands/actors/call.js.map +1 -1
- package/dist/lib/actor.d.ts +5 -0
- package/dist/lib/actor.d.ts.map +1 -1
- package/dist/lib/actor.js +16 -9
- package/dist/lib/actor.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +52 -1
- package/package.json +8 -7
package/CHANGELOG.md
CHANGED
|
@@ -2,6 +2,57 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
+
<!-- git-cliff-unreleased-start -->
|
|
6
|
+
|
|
7
|
+
## 0.21.2 - **not yet released**
|
|
8
|
+
|
|
9
|
+
### 🚀 Features
|
|
10
|
+
|
|
11
|
+
- Actor charge command ([#748](https://github.com/apify/apify-cli/pull/748)) ([766c647](https://github.com/apify/apify-cli/commit/766c6470fe8c84fa1be663ee3251b48830f3cc27)) by [@mhamas](https://github.com/mhamas)
|
|
12
|
+
|
|
13
|
+
<!-- git-cliff-unreleased-end -->
|
|
14
|
+
|
|
15
|
+
## [0.21.1](https://github.com/apify/apify-cli/releases/tag/v0.21.1) (2025-02-05)
|
|
16
|
+
|
|
17
|
+
### 🐛 Bug Fixes
|
|
18
|
+
|
|
19
|
+
- Emit logs to stderr when actors are started with `--json` flag ([#741](https://github.com/apify/apify-cli/pull/741)) ([a50b80e](https://github.com/apify/apify-cli/commit/a50b80e1e8f636b6878de8f8c30032c14daf8105)) by [@vladfrangu](https://github.com/vladfrangu), closes [#740](https://github.com/apify/apify-cli/issues/740)
|
|
20
|
+
|
|
21
|
+
## [0.21.0](https://github.com/apify/apify-cli/releases/tag/v0.21.0) (2025-01-16)
|
|
22
|
+
|
|
23
|
+
### 🚀 Features
|
|
24
|
+
|
|
25
|
+
- Builds namespace ([#620](https://github.com/apify/apify-cli/pull/620)) ([6345162](https://github.com/apify/apify-cli/commit/6345162e44a00b404b4f95c2c80c2e437eff1d62)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
26
|
+
- `runs ls` ([#640](https://github.com/apify/apify-cli/pull/640)) ([dd84d37](https://github.com/apify/apify-cli/commit/dd84d37c6ea89c64db712c7c94709f3181a7bd1f)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
27
|
+
- `runs abort` ([#643](https://github.com/apify/apify-cli/pull/643)) ([96e5a34](https://github.com/apify/apify-cli/commit/96e5a3435cca08d87dc8d39659a7a6524f18be0e)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
28
|
+
- `runs resurrect` ([#644](https://github.com/apify/apify-cli/pull/644)) ([7dbf4fb](https://github.com/apify/apify-cli/commit/7dbf4fb06c657246563c1c64e76ad83f283ea275)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
29
|
+
- `runs log` ([#645](https://github.com/apify/apify-cli/pull/645)) ([dd6af5e](https://github.com/apify/apify-cli/commit/dd6af5ece79f4399fc5065483b650c71c61114cf)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
30
|
+
- `runs rm` & `builds rm` & `actors rm` ([#648](https://github.com/apify/apify-cli/pull/648)) ([566f8c5](https://github.com/apify/apify-cli/commit/566f8c5d1482f150f4d61229524c7672c2af666d)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
31
|
+
- `runs info` ([#657](https://github.com/apify/apify-cli/pull/657)) ([827767c](https://github.com/apify/apify-cli/commit/827767cfc988b7d587adceb825765e553deeed77)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
32
|
+
- `actors build` ([#661](https://github.com/apify/apify-cli/pull/661)) ([4605cda](https://github.com/apify/apify-cli/commit/4605cda7f3a4f5a35160ba69bf4a454c889dd813)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
33
|
+
- `actors pull` ([#662](https://github.com/apify/apify-cli/pull/662)) ([26d5cb3](https://github.com/apify/apify-cli/commit/26d5cb356fbb38a789e9b88f4d4b01468e38bd26)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
34
|
+
- `actors call` ([#663](https://github.com/apify/apify-cli/pull/663)) ([a472300](https://github.com/apify/apify-cli/commit/a4723007e65bde8db6eb121a0dc38e2c7bc6caec)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
35
|
+
- Check if cli was installed using volta when checking for updates ([#667](https://github.com/apify/apify-cli/pull/667)) ([aee0233](https://github.com/apify/apify-cli/commit/aee023336768e59fd4ff8d6c957f804d315e7bf3)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
36
|
+
- `actors start` ([#669](https://github.com/apify/apify-cli/pull/669)) ([45956e2](https://github.com/apify/apify-cli/commit/45956e224305dd040b607d1fc3ff5cbbc8b28f32)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
37
|
+
- `actors push` ([#671](https://github.com/apify/apify-cli/pull/671)) ([d77c531](https://github.com/apify/apify-cli/commit/d77c5314d4252a6bbf30718436dd84467aa35d7f)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
38
|
+
- `actors ls` ([#675](https://github.com/apify/apify-cli/pull/675)) ([de258cb](https://github.com/apify/apify-cli/commit/de258cb8872857aa559afb4b16ed5a52f4fb2094)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
39
|
+
- `key-value-stores get-value` ([#678](https://github.com/apify/apify-cli/pull/678)) ([67cfefe](https://github.com/apify/apify-cli/commit/67cfefef88fac220a1c959aaaecf3d051e482236)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
40
|
+
- `datasets get-items` ([#679](https://github.com/apify/apify-cli/pull/679)) ([b521546](https://github.com/apify/apify-cli/commit/b521546df195bab7bedf5534167b6edae6a5e69e)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
41
|
+
- `datasets` / `key-value-stores` commands ([#685](https://github.com/apify/apify-cli/pull/685)) ([c7d77e1](https://github.com/apify/apify-cli/commit/c7d77e1cec711edd9996cbb1249e489fbf3db547)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
42
|
+
- Key-value-store commands ([#700](https://github.com/apify/apify-cli/pull/700)) ([eb8ff3b](https://github.com/apify/apify-cli/commit/eb8ff3b9c7f1319d0937543f7b0b97cb25d6390a)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
43
|
+
- `actors info` ([#701](https://github.com/apify/apify-cli/pull/701)) ([0f4b3f0](https://github.com/apify/apify-cli/commit/0f4b3f08dd5937ca6664342c2510a9f4f3fa52f6)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
44
|
+
- `datasets info` / `key-value-stores info` ([#726](https://github.com/apify/apify-cli/pull/726)) ([56e8ffa](https://github.com/apify/apify-cli/commit/56e8ffaf7a7e03dcdd73e4e5472b106b31b0f543)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
45
|
+
- Rewrite command descriptions ([#727](https://github.com/apify/apify-cli/pull/727)) ([3eb21d6](https://github.com/apify/apify-cli/commit/3eb21d6ab74ca66f59da2432aadcb40f7ea42440)) by [@TC-MO](https://github.com/TC-MO)
|
|
46
|
+
|
|
47
|
+
### 🐛 Bug Fixes
|
|
48
|
+
|
|
49
|
+
- Look for lowercase input schema in default paths ([#647](https://github.com/apify/apify-cli/pull/647)) ([68456e6](https://github.com/apify/apify-cli/commit/68456e63eee3c28e7c0ee7464a2cbc1a00ba9dfa)) by [@mvolfik](https://github.com/mvolfik)
|
|
50
|
+
- Emit warning if input.json is modified during run and prefilled with defaults ([#672](https://github.com/apify/apify-cli/pull/672)) ([8a6fd3f](https://github.com/apify/apify-cli/commit/8a6fd3f60523380041309db830a62f52cc60e4d4)) by [@vladfrangu](https://github.com/vladfrangu), closes [#670](https://github.com/apify/apify-cli/issues/670)
|
|
51
|
+
- Scrapy wrapping being broken due to ESM migration ([#686](https://github.com/apify/apify-cli/pull/686)) ([e2a7591](https://github.com/apify/apify-cli/commit/e2a7591070a284394643e8dbb03bc020939ff61f)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
52
|
+
- **ci:** Make it work + publish with provenances ([#694](https://github.com/apify/apify-cli/pull/694)) ([e41ea72](https://github.com/apify/apify-cli/commit/e41ea728a9177dcec4ea73c25128cddebc00dd79)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
53
|
+
- Handle stdin correctly from slower stdout emitting ([#704](https://github.com/apify/apify-cli/pull/704)) ([a5b53de](https://github.com/apify/apify-cli/commit/a5b53de480aad3caf80e1a9439cd5e64648fe312)) by [@vladfrangu](https://github.com/vladfrangu)
|
|
54
|
+
- Running commands with spaces on windows ([#715](https://github.com/apify/apify-cli/pull/715)) ([d1c207a](https://github.com/apify/apify-cli/commit/d1c207a703a6948e7b3a6cfe82c5cfa6a3b9222d)) by [@vladfrangu](https://github.com/vladfrangu), closes [#692](https://github.com/apify/apify-cli/issues/692)
|
|
55
|
+
|
|
5
56
|
## [0.21.0](https://github.com/apify/apify-cli/releases/tag/v0.21.0) (2025-01-16)
|
|
6
57
|
|
|
7
58
|
### 🚀 Features
|
package/README.md
CHANGED
|
@@ -283,6 +283,7 @@ This section contains printouts of `apify help` for all commands.
|
|
|
283
283
|
<!-- prettier-ignore-start -->
|
|
284
284
|
<!-- commands -->
|
|
285
285
|
* [`apify actor`](#apify-actor)
|
|
286
|
+
* [`apify actor charge EVENTNAME`](#apify-actor-charge-eventname)
|
|
286
287
|
* [`apify actor get-input`](#apify-actor-get-input)
|
|
287
288
|
* [`apify actor get-value KEY`](#apify-actor-get-value-key)
|
|
288
289
|
* [`apify actor push-data [ITEM]`](#apify-actor-push-data-item)
|
|
@@ -357,7 +358,29 @@ DESCRIPTION
|
|
|
357
358
|
Manages runtime data operations inside of a running Actor.
|
|
358
359
|
```
|
|
359
360
|
|
|
360
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actor/index.ts)_
|
|
361
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actor/index.ts)_
|
|
362
|
+
|
|
363
|
+
## `apify actor charge EVENTNAME`
|
|
364
|
+
|
|
365
|
+
Charge for a specific event in the pay-per-event Actor run.
|
|
366
|
+
|
|
367
|
+
```
|
|
368
|
+
USAGE
|
|
369
|
+
$ apify actor charge EVENTNAME [--count <value>] [--idempotency-key <value>] [--test-pay-per-event]
|
|
370
|
+
|
|
371
|
+
ARGUMENTS
|
|
372
|
+
EVENTNAME Name of the event to charge for
|
|
373
|
+
|
|
374
|
+
FLAGS
|
|
375
|
+
--count=<value> [default: 1] Number of events to charge
|
|
376
|
+
--idempotency-key=<value> Idempotency key for the charge request
|
|
377
|
+
--test-pay-per-event Test pay-per-event charging without actually charging
|
|
378
|
+
|
|
379
|
+
DESCRIPTION
|
|
380
|
+
Charge for a specific event in the pay-per-event Actor run.
|
|
381
|
+
```
|
|
382
|
+
|
|
383
|
+
_See code: [src/commands/actor/charge.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actor/charge.ts)_
|
|
361
384
|
|
|
362
385
|
## `apify actor get-input`
|
|
363
386
|
|
|
@@ -371,7 +394,7 @@ DESCRIPTION
|
|
|
371
394
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
372
395
|
```
|
|
373
396
|
|
|
374
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actor/get-input.ts)_
|
|
397
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actor/get-input.ts)_
|
|
375
398
|
|
|
376
399
|
## `apify actor get-value KEY`
|
|
377
400
|
|
|
@@ -388,7 +411,7 @@ DESCRIPTION
|
|
|
388
411
|
Gets a value from the default key-value store associated with the Actor run.
|
|
389
412
|
```
|
|
390
413
|
|
|
391
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actor/get-value.ts)_
|
|
414
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actor/get-value.ts)_
|
|
392
415
|
|
|
393
416
|
## `apify actor push-data [ITEM]`
|
|
394
417
|
|
|
@@ -411,7 +434,7 @@ DESCRIPTION
|
|
|
411
434
|
$ cat ./test.json | apify actor push-data
|
|
412
435
|
```
|
|
413
436
|
|
|
414
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actor/push-data.ts)_
|
|
437
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actor/push-data.ts)_
|
|
415
438
|
|
|
416
439
|
## `apify actor set-value KEY [VALUE]`
|
|
417
440
|
|
|
@@ -443,7 +466,7 @@ DESCRIPTION
|
|
|
443
466
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
444
467
|
```
|
|
445
468
|
|
|
446
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actor/set-value.ts)_
|
|
469
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actor/set-value.ts)_
|
|
447
470
|
|
|
448
471
|
## `apify actors`
|
|
449
472
|
|
|
@@ -457,7 +480,7 @@ DESCRIPTION
|
|
|
457
480
|
Manages Actor creation, deployment, and execution on the Apify platform.
|
|
458
481
|
```
|
|
459
482
|
|
|
460
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/index.ts)_
|
|
483
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/index.ts)_
|
|
461
484
|
|
|
462
485
|
## `apify actors build [ACTORID]`
|
|
463
486
|
|
|
@@ -484,7 +507,7 @@ DESCRIPTION
|
|
|
484
507
|
Creates a new build of the Actor.
|
|
485
508
|
```
|
|
486
509
|
|
|
487
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/build.ts)_
|
|
510
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/build.ts)_
|
|
488
511
|
|
|
489
512
|
## `apify actors call [ACTORID]`
|
|
490
513
|
|
|
@@ -517,7 +540,7 @@ DESCRIPTION
|
|
|
517
540
|
Reads input from local key-value store by default.
|
|
518
541
|
```
|
|
519
542
|
|
|
520
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/call.ts)_
|
|
543
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/call.ts)_
|
|
521
544
|
|
|
522
545
|
## `apify actors info ACTORID`
|
|
523
546
|
|
|
@@ -541,7 +564,7 @@ DESCRIPTION
|
|
|
541
564
|
Get information about an Actor.
|
|
542
565
|
```
|
|
543
566
|
|
|
544
|
-
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/info.ts)_
|
|
567
|
+
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/info.ts)_
|
|
545
568
|
|
|
546
569
|
## `apify actors ls`
|
|
547
570
|
|
|
@@ -564,7 +587,7 @@ DESCRIPTION
|
|
|
564
587
|
Prints a list of recently executed Actors or Actors you own.
|
|
565
588
|
```
|
|
566
589
|
|
|
567
|
-
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/ls.ts)_
|
|
590
|
+
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/ls.ts)_
|
|
568
591
|
|
|
569
592
|
## `apify actors pull [ACTORID]`
|
|
570
593
|
|
|
@@ -586,7 +609,7 @@ DESCRIPTION
|
|
|
586
609
|
Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.
|
|
587
610
|
```
|
|
588
611
|
|
|
589
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/pull.ts)_
|
|
612
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/pull.ts)_
|
|
590
613
|
|
|
591
614
|
## `apify actors push [ACTORID]`
|
|
592
615
|
|
|
@@ -617,7 +640,7 @@ DESCRIPTION
|
|
|
617
640
|
Use --force to override newer remote versions.
|
|
618
641
|
```
|
|
619
642
|
|
|
620
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/push.ts)_
|
|
643
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/push.ts)_
|
|
621
644
|
|
|
622
645
|
## `apify actors rm ACTORID`
|
|
623
646
|
|
|
@@ -634,7 +657,7 @@ DESCRIPTION
|
|
|
634
657
|
Permanently removes an Actor from your account.
|
|
635
658
|
```
|
|
636
659
|
|
|
637
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/rm.ts)_
|
|
660
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/rm.ts)_
|
|
638
661
|
|
|
639
662
|
## `apify actors start [ACTORID]`
|
|
640
663
|
|
|
@@ -665,7 +688,7 @@ DESCRIPTION
|
|
|
665
688
|
Uses authenticated account and local key-value store for input.
|
|
666
689
|
```
|
|
667
690
|
|
|
668
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/actors/start.ts)_
|
|
691
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/actors/start.ts)_
|
|
669
692
|
|
|
670
693
|
## `apify builds`
|
|
671
694
|
|
|
@@ -679,7 +702,7 @@ DESCRIPTION
|
|
|
679
702
|
Manages Actor build processes and versioning.
|
|
680
703
|
```
|
|
681
704
|
|
|
682
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/builds/index.ts)_
|
|
705
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/builds/index.ts)_
|
|
683
706
|
|
|
684
707
|
## `apify builds create [ACTORID]`
|
|
685
708
|
|
|
@@ -706,7 +729,7 @@ DESCRIPTION
|
|
|
706
729
|
Creates a new build of the Actor.
|
|
707
730
|
```
|
|
708
731
|
|
|
709
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/builds/create.ts)_
|
|
732
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/builds/create.ts)_
|
|
710
733
|
|
|
711
734
|
## `apify builds info BUILDID`
|
|
712
735
|
|
|
@@ -726,7 +749,7 @@ DESCRIPTION
|
|
|
726
749
|
Prints information about a specific build.
|
|
727
750
|
```
|
|
728
751
|
|
|
729
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/builds/info.ts)_
|
|
752
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/builds/info.ts)_
|
|
730
753
|
|
|
731
754
|
## `apify builds log BUILDID`
|
|
732
755
|
|
|
@@ -743,7 +766,7 @@ DESCRIPTION
|
|
|
743
766
|
Prints the log of a specific build.
|
|
744
767
|
```
|
|
745
768
|
|
|
746
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/builds/log.ts)_
|
|
769
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/builds/log.ts)_
|
|
747
770
|
|
|
748
771
|
## `apify builds ls [ACTORID]`
|
|
749
772
|
|
|
@@ -769,7 +792,7 @@ DESCRIPTION
|
|
|
769
792
|
Lists all builds of the Actor.
|
|
770
793
|
```
|
|
771
794
|
|
|
772
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/builds/ls.ts)_
|
|
795
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/builds/ls.ts)_
|
|
773
796
|
|
|
774
797
|
## `apify builds rm BUILDID`
|
|
775
798
|
|
|
@@ -786,7 +809,7 @@ DESCRIPTION
|
|
|
786
809
|
Permanently removes an Actor build from the Apify platform.
|
|
787
810
|
```
|
|
788
811
|
|
|
789
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/builds/rm.ts)_
|
|
812
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/builds/rm.ts)_
|
|
790
813
|
|
|
791
814
|
## `apify call [ACTORID]`
|
|
792
815
|
|
|
@@ -819,7 +842,7 @@ DESCRIPTION
|
|
|
819
842
|
Reads input from local key-value store by default.
|
|
820
843
|
```
|
|
821
844
|
|
|
822
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/call.ts)_
|
|
845
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/call.ts)_
|
|
823
846
|
|
|
824
847
|
## `apify create [ACTORNAME]`
|
|
825
848
|
|
|
@@ -844,7 +867,7 @@ DESCRIPTION
|
|
|
844
867
|
Creates an Actor project from a template in a new directory.
|
|
845
868
|
```
|
|
846
869
|
|
|
847
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/create.ts)_
|
|
870
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/create.ts)_
|
|
848
871
|
|
|
849
872
|
## `apify datasets`
|
|
850
873
|
|
|
@@ -858,7 +881,7 @@ DESCRIPTION
|
|
|
858
881
|
Manages structured data storage and retrieval.
|
|
859
882
|
```
|
|
860
883
|
|
|
861
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/index.ts)_
|
|
884
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/index.ts)_
|
|
862
885
|
|
|
863
886
|
## `apify datasets create [DATASETNAME]`
|
|
864
887
|
|
|
@@ -878,7 +901,7 @@ DESCRIPTION
|
|
|
878
901
|
Creates a new dataset for storing structured data on your account.
|
|
879
902
|
```
|
|
880
903
|
|
|
881
|
-
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/create.ts)_
|
|
904
|
+
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/create.ts)_
|
|
882
905
|
|
|
883
906
|
## `apify datasets get-items DATASETID`
|
|
884
907
|
|
|
@@ -901,7 +924,7 @@ DESCRIPTION
|
|
|
901
924
|
Retrieves dataset items in specified format (JSON, CSV, etc).
|
|
902
925
|
```
|
|
903
926
|
|
|
904
|
-
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/get-items.ts)_
|
|
927
|
+
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/get-items.ts)_
|
|
905
928
|
|
|
906
929
|
## `apify datasets info STOREID`
|
|
907
930
|
|
|
@@ -921,7 +944,7 @@ DESCRIPTION
|
|
|
921
944
|
Prints information about a specific dataset.
|
|
922
945
|
```
|
|
923
946
|
|
|
924
|
-
_See code: [src/commands/datasets/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/info.ts)_
|
|
947
|
+
_See code: [src/commands/datasets/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/info.ts)_
|
|
925
948
|
|
|
926
949
|
## `apify datasets ls`
|
|
927
950
|
|
|
@@ -944,7 +967,7 @@ DESCRIPTION
|
|
|
944
967
|
Prints all datasets on your account.
|
|
945
968
|
```
|
|
946
969
|
|
|
947
|
-
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/ls.ts)_
|
|
970
|
+
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/ls.ts)_
|
|
948
971
|
|
|
949
972
|
## `apify datasets push-items NAMEORID [ITEM]`
|
|
950
973
|
|
|
@@ -962,7 +985,7 @@ DESCRIPTION
|
|
|
962
985
|
Adds data items to specified dataset. Accepts single object or array of objects.
|
|
963
986
|
```
|
|
964
987
|
|
|
965
|
-
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/push-items.ts)_
|
|
988
|
+
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/push-items.ts)_
|
|
966
989
|
|
|
967
990
|
## `apify datasets rename NAMEORID [NEWNAME]`
|
|
968
991
|
|
|
@@ -983,7 +1006,7 @@ DESCRIPTION
|
|
|
983
1006
|
Change dataset name or removes name with --unname flag.
|
|
984
1007
|
```
|
|
985
1008
|
|
|
986
|
-
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/rename.ts)_
|
|
1009
|
+
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/rename.ts)_
|
|
987
1010
|
|
|
988
1011
|
## `apify datasets rm DATASETNAMEORID`
|
|
989
1012
|
|
|
@@ -1000,7 +1023,7 @@ DESCRIPTION
|
|
|
1000
1023
|
Permanently removes a dataset.
|
|
1001
1024
|
```
|
|
1002
1025
|
|
|
1003
|
-
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/datasets/rm.ts)_
|
|
1026
|
+
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/datasets/rm.ts)_
|
|
1004
1027
|
|
|
1005
1028
|
## `apify help [COMMAND]`
|
|
1006
1029
|
|
|
@@ -1020,7 +1043,7 @@ DESCRIPTION
|
|
|
1020
1043
|
Display help for apify.
|
|
1021
1044
|
```
|
|
1022
1045
|
|
|
1023
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
1046
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.26/src/commands/help.ts)_
|
|
1024
1047
|
|
|
1025
1048
|
## `apify info`
|
|
1026
1049
|
|
|
@@ -1034,7 +1057,7 @@ DESCRIPTION
|
|
|
1034
1057
|
Prints details about your currently authenticated Apify account.
|
|
1035
1058
|
```
|
|
1036
1059
|
|
|
1037
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/info.ts)_
|
|
1060
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/info.ts)_
|
|
1038
1061
|
|
|
1039
1062
|
## `apify init [ACTORNAME]`
|
|
1040
1063
|
|
|
@@ -1061,7 +1084,7 @@ DESCRIPTION
|
|
|
1061
1084
|
WARNING: Overwrites existing 'storage' directory.
|
|
1062
1085
|
```
|
|
1063
1086
|
|
|
1064
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/init.ts)_
|
|
1087
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/init.ts)_
|
|
1065
1088
|
|
|
1066
1089
|
## `apify key-value-stores`
|
|
1067
1090
|
|
|
@@ -1077,7 +1100,7 @@ DESCRIPTION
|
|
|
1077
1100
|
Alias: kvs
|
|
1078
1101
|
```
|
|
1079
1102
|
|
|
1080
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/index.ts)_
|
|
1103
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/index.ts)_
|
|
1081
1104
|
|
|
1082
1105
|
## `apify key-value-stores create [KEYVALUESTORENAME]`
|
|
1083
1106
|
|
|
@@ -1097,7 +1120,7 @@ DESCRIPTION
|
|
|
1097
1120
|
Creates a new key-value store on your account.
|
|
1098
1121
|
```
|
|
1099
1122
|
|
|
1100
|
-
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/create.ts)_
|
|
1123
|
+
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/create.ts)_
|
|
1101
1124
|
|
|
1102
1125
|
## `apify key-value-stores delete-value STOREID ITEMKEY`
|
|
1103
1126
|
|
|
@@ -1115,7 +1138,7 @@ DESCRIPTION
|
|
|
1115
1138
|
Delete a value from a key-value store.
|
|
1116
1139
|
```
|
|
1117
1140
|
|
|
1118
|
-
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/delete-value.ts)_
|
|
1141
|
+
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/delete-value.ts)_
|
|
1119
1142
|
|
|
1120
1143
|
## `apify key-value-stores get-value KEYVALUESTOREID ITEMKEY`
|
|
1121
1144
|
|
|
@@ -1136,7 +1159,7 @@ DESCRIPTION
|
|
|
1136
1159
|
Retrieves stored value for specified key. Use --only-content-type to check MIME type.
|
|
1137
1160
|
```
|
|
1138
1161
|
|
|
1139
|
-
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/get-value.ts)_
|
|
1162
|
+
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/get-value.ts)_
|
|
1140
1163
|
|
|
1141
1164
|
## `apify key-value-stores info STOREID`
|
|
1142
1165
|
|
|
@@ -1156,7 +1179,7 @@ DESCRIPTION
|
|
|
1156
1179
|
Shows information about a key-value store.
|
|
1157
1180
|
```
|
|
1158
1181
|
|
|
1159
|
-
_See code: [src/commands/key-value-stores/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/info.ts)_
|
|
1182
|
+
_See code: [src/commands/key-value-stores/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/info.ts)_
|
|
1160
1183
|
|
|
1161
1184
|
## `apify key-value-stores keys STOREID`
|
|
1162
1185
|
|
|
@@ -1180,7 +1203,7 @@ DESCRIPTION
|
|
|
1180
1203
|
Lists all keys in a key-value store.
|
|
1181
1204
|
```
|
|
1182
1205
|
|
|
1183
|
-
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/keys.ts)_
|
|
1206
|
+
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/keys.ts)_
|
|
1184
1207
|
|
|
1185
1208
|
## `apify key-value-stores ls`
|
|
1186
1209
|
|
|
@@ -1203,7 +1226,7 @@ DESCRIPTION
|
|
|
1203
1226
|
Lists all key-value stores on your account.
|
|
1204
1227
|
```
|
|
1205
1228
|
|
|
1206
|
-
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/ls.ts)_
|
|
1229
|
+
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/ls.ts)_
|
|
1207
1230
|
|
|
1208
1231
|
## `apify key-value-stores rename KEYVALUESTORENAMEORID [NEWNAME]`
|
|
1209
1232
|
|
|
@@ -1224,7 +1247,7 @@ DESCRIPTION
|
|
|
1224
1247
|
Renames a key-value store, or removes its unique name.
|
|
1225
1248
|
```
|
|
1226
1249
|
|
|
1227
|
-
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/rename.ts)_
|
|
1250
|
+
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/rename.ts)_
|
|
1228
1251
|
|
|
1229
1252
|
## `apify key-value-stores rm KEYVALUESTORENAMEORID`
|
|
1230
1253
|
|
|
@@ -1241,7 +1264,7 @@ DESCRIPTION
|
|
|
1241
1264
|
Permanently removes a key-value store.
|
|
1242
1265
|
```
|
|
1243
1266
|
|
|
1244
|
-
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/rm.ts)_
|
|
1267
|
+
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/rm.ts)_
|
|
1245
1268
|
|
|
1246
1269
|
## `apify key-value-stores set-value STOREID ITEMKEY [VALUE]`
|
|
1247
1270
|
|
|
@@ -1264,7 +1287,7 @@ DESCRIPTION
|
|
|
1264
1287
|
Stores value with specified key. Set content-type with --content-type flag.
|
|
1265
1288
|
```
|
|
1266
1289
|
|
|
1267
|
-
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/key-value-stores/set-value.ts)_
|
|
1290
|
+
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/key-value-stores/set-value.ts)_
|
|
1268
1291
|
|
|
1269
1292
|
## `apify login`
|
|
1270
1293
|
|
|
@@ -1286,7 +1309,7 @@ DESCRIPTION
|
|
|
1286
1309
|
Run 'apify logout' to remove authentication.
|
|
1287
1310
|
```
|
|
1288
1311
|
|
|
1289
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/login.ts)_
|
|
1312
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/login.ts)_
|
|
1290
1313
|
|
|
1291
1314
|
## `apify logout`
|
|
1292
1315
|
|
|
@@ -1301,7 +1324,7 @@ DESCRIPTION
|
|
|
1301
1324
|
Run 'apify login' to authenticate again.
|
|
1302
1325
|
```
|
|
1303
1326
|
|
|
1304
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/logout.ts)_
|
|
1327
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/logout.ts)_
|
|
1305
1328
|
|
|
1306
1329
|
## `apify pull [ACTORID]`
|
|
1307
1330
|
|
|
@@ -1323,7 +1346,7 @@ DESCRIPTION
|
|
|
1323
1346
|
Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.
|
|
1324
1347
|
```
|
|
1325
1348
|
|
|
1326
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/pull.ts)_
|
|
1349
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/pull.ts)_
|
|
1327
1350
|
|
|
1328
1351
|
## `apify push [ACTORID]`
|
|
1329
1352
|
|
|
@@ -1354,7 +1377,7 @@ DESCRIPTION
|
|
|
1354
1377
|
Use --force to override newer remote versions.
|
|
1355
1378
|
```
|
|
1356
1379
|
|
|
1357
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/push.ts)_
|
|
1380
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/push.ts)_
|
|
1358
1381
|
|
|
1359
1382
|
## `apify request-queues`
|
|
1360
1383
|
|
|
@@ -1368,7 +1391,7 @@ DESCRIPTION
|
|
|
1368
1391
|
Manages URL queues for web scraping and automation tasks.
|
|
1369
1392
|
```
|
|
1370
1393
|
|
|
1371
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/request-queues/index.ts)_
|
|
1394
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/request-queues/index.ts)_
|
|
1372
1395
|
|
|
1373
1396
|
## `apify run`
|
|
1374
1397
|
|
|
@@ -1401,7 +1424,7 @@ DESCRIPTION
|
|
|
1401
1424
|
NOTE: For Node.js Actors, customize behavior by modifying the 'start' script in package.json file.
|
|
1402
1425
|
```
|
|
1403
1426
|
|
|
1404
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/run.ts)_
|
|
1427
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/run.ts)_
|
|
1405
1428
|
|
|
1406
1429
|
## `apify runs`
|
|
1407
1430
|
|
|
@@ -1415,7 +1438,7 @@ DESCRIPTION
|
|
|
1415
1438
|
Manages Actor run operations
|
|
1416
1439
|
```
|
|
1417
1440
|
|
|
1418
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/index.ts)_
|
|
1441
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/index.ts)_
|
|
1419
1442
|
|
|
1420
1443
|
## `apify runs abort RUNID`
|
|
1421
1444
|
|
|
@@ -1438,7 +1461,7 @@ DESCRIPTION
|
|
|
1438
1461
|
Aborts an Actor run.
|
|
1439
1462
|
```
|
|
1440
1463
|
|
|
1441
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/abort.ts)_
|
|
1464
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/abort.ts)_
|
|
1442
1465
|
|
|
1443
1466
|
## `apify runs info RUNID`
|
|
1444
1467
|
|
|
@@ -1461,7 +1484,7 @@ DESCRIPTION
|
|
|
1461
1484
|
Prints information about an Actor run.
|
|
1462
1485
|
```
|
|
1463
1486
|
|
|
1464
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/info.ts)_
|
|
1487
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/info.ts)_
|
|
1465
1488
|
|
|
1466
1489
|
## `apify runs log RUNID`
|
|
1467
1490
|
|
|
@@ -1478,7 +1501,7 @@ DESCRIPTION
|
|
|
1478
1501
|
Prints the log of a specific run.
|
|
1479
1502
|
```
|
|
1480
1503
|
|
|
1481
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/log.ts)_
|
|
1504
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/log.ts)_
|
|
1482
1505
|
|
|
1483
1506
|
## `apify runs ls [ACTORID]`
|
|
1484
1507
|
|
|
@@ -1504,7 +1527,7 @@ DESCRIPTION
|
|
|
1504
1527
|
Lists all runs of the Actor.
|
|
1505
1528
|
```
|
|
1506
1529
|
|
|
1507
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/ls.ts)_
|
|
1530
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/ls.ts)_
|
|
1508
1531
|
|
|
1509
1532
|
## `apify runs resurrect RUNID`
|
|
1510
1533
|
|
|
@@ -1524,7 +1547,7 @@ DESCRIPTION
|
|
|
1524
1547
|
Resurrects an aborted or finished Actor Run.
|
|
1525
1548
|
```
|
|
1526
1549
|
|
|
1527
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/resurrect.ts)_
|
|
1550
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/resurrect.ts)_
|
|
1528
1551
|
|
|
1529
1552
|
## `apify runs rm RUNID`
|
|
1530
1553
|
|
|
@@ -1541,7 +1564,7 @@ DESCRIPTION
|
|
|
1541
1564
|
Deletes an Actor Run.
|
|
1542
1565
|
```
|
|
1543
1566
|
|
|
1544
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/runs/rm.ts)_
|
|
1567
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/runs/rm.ts)_
|
|
1545
1568
|
|
|
1546
1569
|
## `apify secrets`
|
|
1547
1570
|
|
|
@@ -1571,7 +1594,7 @@ DESCRIPTION
|
|
|
1571
1594
|
of the Actor.
|
|
1572
1595
|
```
|
|
1573
1596
|
|
|
1574
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/secrets/index.ts)_
|
|
1597
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/secrets/index.ts)_
|
|
1575
1598
|
|
|
1576
1599
|
## `apify secrets add NAME VALUE`
|
|
1577
1600
|
|
|
@@ -1589,7 +1612,7 @@ DESCRIPTION
|
|
|
1589
1612
|
Adds a new secret to '~/.apify' for use in Actor environment variables.
|
|
1590
1613
|
```
|
|
1591
1614
|
|
|
1592
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/secrets/add.ts)_
|
|
1615
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/secrets/add.ts)_
|
|
1593
1616
|
|
|
1594
1617
|
## `apify secrets rm NAME`
|
|
1595
1618
|
|
|
@@ -1606,7 +1629,7 @@ DESCRIPTION
|
|
|
1606
1629
|
Permanently deletes a secret from your stored credentials.
|
|
1607
1630
|
```
|
|
1608
1631
|
|
|
1609
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/secrets/rm.ts)_
|
|
1632
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/secrets/rm.ts)_
|
|
1610
1633
|
|
|
1611
1634
|
## `apify task`
|
|
1612
1635
|
|
|
@@ -1620,7 +1643,7 @@ DESCRIPTION
|
|
|
1620
1643
|
Manages scheduled and predefined Actor configurations.
|
|
1621
1644
|
```
|
|
1622
1645
|
|
|
1623
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/task/index.ts)_
|
|
1646
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/task/index.ts)_
|
|
1624
1647
|
|
|
1625
1648
|
## `apify task run TASKID`
|
|
1626
1649
|
|
|
@@ -1643,7 +1666,7 @@ DESCRIPTION
|
|
|
1643
1666
|
Customize with --memory and --timeout flags.
|
|
1644
1667
|
```
|
|
1645
1668
|
|
|
1646
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/task/run.ts)_
|
|
1669
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/task/run.ts)_
|
|
1647
1670
|
|
|
1648
1671
|
## `apify validate-schema [PATH]`
|
|
1649
1672
|
|
|
@@ -1666,6 +1689,6 @@ DESCRIPTION
|
|
|
1666
1689
|
Optionally specify custom schema path to validate.
|
|
1667
1690
|
```
|
|
1668
1691
|
|
|
1669
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.0/src/commands/validate-schema.ts)_
|
|
1692
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.2-beta.0/src/commands/validate-schema.ts)_
|
|
1670
1693
|
<!-- commandsstop -->
|
|
1671
1694
|
<!-- prettier-ignore-end -->
|