apify-cli 0.21.0-beta.92 → 0.21.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 +41 -3
- package/README.md +62 -62
- package/dist/.tsbuildinfo +1 -1
- package/dist/commands/actors/call.js +1 -1
- package/dist/commands/actors/call.js.map +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +4 -4
package/CHANGELOG.md
CHANGED
|
@@ -2,9 +2,13 @@
|
|
|
2
2
|
|
|
3
3
|
All notable changes to this project will be documented in this file.
|
|
4
4
|
|
|
5
|
-
|
|
5
|
+
## [0.21.1](https://github.com/apify/apify-cli/releases/tag/v0.21.1) (2025-02-05)
|
|
6
6
|
|
|
7
|
-
|
|
7
|
+
### 🐛 Bug Fixes
|
|
8
|
+
|
|
9
|
+
- 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)
|
|
10
|
+
|
|
11
|
+
## [0.21.0](https://github.com/apify/apify-cli/releases/tag/v0.21.0) (2025-01-16)
|
|
8
12
|
|
|
9
13
|
### 🚀 Features
|
|
10
14
|
|
|
@@ -28,6 +32,7 @@ All notable changes to this project will be documented in this file.
|
|
|
28
32
|
- 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)
|
|
29
33
|
- `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)
|
|
30
34
|
- `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)
|
|
35
|
+
- 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)
|
|
31
36
|
|
|
32
37
|
### 🐛 Bug Fixes
|
|
33
38
|
|
|
@@ -38,7 +43,40 @@ All notable changes to this project will be documented in this file.
|
|
|
38
43
|
- 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)
|
|
39
44
|
- 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)
|
|
40
45
|
|
|
41
|
-
|
|
46
|
+
## [0.21.0](https://github.com/apify/apify-cli/releases/tag/v0.21.0) (2025-01-16)
|
|
47
|
+
|
|
48
|
+
### 🚀 Features
|
|
49
|
+
|
|
50
|
+
- 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)
|
|
51
|
+
- `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)
|
|
52
|
+
- `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)
|
|
53
|
+
- `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)
|
|
54
|
+
- `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)
|
|
55
|
+
- `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)
|
|
56
|
+
- `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)
|
|
57
|
+
- `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)
|
|
58
|
+
- `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)
|
|
59
|
+
- `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)
|
|
60
|
+
- 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)
|
|
61
|
+
- `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)
|
|
62
|
+
- `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)
|
|
63
|
+
- `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)
|
|
64
|
+
- `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)
|
|
65
|
+
- `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)
|
|
66
|
+
- `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)
|
|
67
|
+
- 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)
|
|
68
|
+
- `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)
|
|
69
|
+
- `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)
|
|
70
|
+
- 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)
|
|
71
|
+
|
|
72
|
+
### 🐛 Bug Fixes
|
|
73
|
+
|
|
74
|
+
- 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)
|
|
75
|
+
- 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)
|
|
76
|
+
- 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)
|
|
77
|
+
- **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)
|
|
78
|
+
- 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)
|
|
79
|
+
- 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)
|
|
42
80
|
|
|
43
81
|
# 0.6.1 / 2020-05-18
|
|
44
82
|
|
package/README.md
CHANGED
|
@@ -357,7 +357,7 @@ DESCRIPTION
|
|
|
357
357
|
Manages runtime data operations inside of a running Actor.
|
|
358
358
|
```
|
|
359
359
|
|
|
360
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
360
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actor/index.ts)_
|
|
361
361
|
|
|
362
362
|
## `apify actor get-input`
|
|
363
363
|
|
|
@@ -371,7 +371,7 @@ DESCRIPTION
|
|
|
371
371
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
372
372
|
```
|
|
373
373
|
|
|
374
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
374
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actor/get-input.ts)_
|
|
375
375
|
|
|
376
376
|
## `apify actor get-value KEY`
|
|
377
377
|
|
|
@@ -388,7 +388,7 @@ DESCRIPTION
|
|
|
388
388
|
Gets a value from the default key-value store associated with the Actor run.
|
|
389
389
|
```
|
|
390
390
|
|
|
391
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
391
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actor/get-value.ts)_
|
|
392
392
|
|
|
393
393
|
## `apify actor push-data [ITEM]`
|
|
394
394
|
|
|
@@ -411,7 +411,7 @@ DESCRIPTION
|
|
|
411
411
|
$ cat ./test.json | apify actor push-data
|
|
412
412
|
```
|
|
413
413
|
|
|
414
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
414
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actor/push-data.ts)_
|
|
415
415
|
|
|
416
416
|
## `apify actor set-value KEY [VALUE]`
|
|
417
417
|
|
|
@@ -443,7 +443,7 @@ DESCRIPTION
|
|
|
443
443
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
444
444
|
```
|
|
445
445
|
|
|
446
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
446
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actor/set-value.ts)_
|
|
447
447
|
|
|
448
448
|
## `apify actors`
|
|
449
449
|
|
|
@@ -457,7 +457,7 @@ DESCRIPTION
|
|
|
457
457
|
Manages Actor creation, deployment, and execution on the Apify platform.
|
|
458
458
|
```
|
|
459
459
|
|
|
460
|
-
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
460
|
+
_See code: [src/commands/actors/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/index.ts)_
|
|
461
461
|
|
|
462
462
|
## `apify actors build [ACTORID]`
|
|
463
463
|
|
|
@@ -484,7 +484,7 @@ DESCRIPTION
|
|
|
484
484
|
Creates a new build of the Actor.
|
|
485
485
|
```
|
|
486
486
|
|
|
487
|
-
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
487
|
+
_See code: [src/commands/actors/build.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/build.ts)_
|
|
488
488
|
|
|
489
489
|
## `apify actors call [ACTORID]`
|
|
490
490
|
|
|
@@ -517,7 +517,7 @@ DESCRIPTION
|
|
|
517
517
|
Reads input from local key-value store by default.
|
|
518
518
|
```
|
|
519
519
|
|
|
520
|
-
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
520
|
+
_See code: [src/commands/actors/call.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/call.ts)_
|
|
521
521
|
|
|
522
522
|
## `apify actors info ACTORID`
|
|
523
523
|
|
|
@@ -541,7 +541,7 @@ DESCRIPTION
|
|
|
541
541
|
Get information about an Actor.
|
|
542
542
|
```
|
|
543
543
|
|
|
544
|
-
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
544
|
+
_See code: [src/commands/actors/info.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/info.ts)_
|
|
545
545
|
|
|
546
546
|
## `apify actors ls`
|
|
547
547
|
|
|
@@ -564,7 +564,7 @@ DESCRIPTION
|
|
|
564
564
|
Prints a list of recently executed Actors or Actors you own.
|
|
565
565
|
```
|
|
566
566
|
|
|
567
|
-
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
567
|
+
_See code: [src/commands/actors/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/ls.ts)_
|
|
568
568
|
|
|
569
569
|
## `apify actors pull [ACTORID]`
|
|
570
570
|
|
|
@@ -586,7 +586,7 @@ DESCRIPTION
|
|
|
586
586
|
Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.
|
|
587
587
|
```
|
|
588
588
|
|
|
589
|
-
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
589
|
+
_See code: [src/commands/actors/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/pull.ts)_
|
|
590
590
|
|
|
591
591
|
## `apify actors push [ACTORID]`
|
|
592
592
|
|
|
@@ -617,7 +617,7 @@ DESCRIPTION
|
|
|
617
617
|
Use --force to override newer remote versions.
|
|
618
618
|
```
|
|
619
619
|
|
|
620
|
-
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
620
|
+
_See code: [src/commands/actors/push.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/push.ts)_
|
|
621
621
|
|
|
622
622
|
## `apify actors rm ACTORID`
|
|
623
623
|
|
|
@@ -634,7 +634,7 @@ DESCRIPTION
|
|
|
634
634
|
Permanently removes an Actor from your account.
|
|
635
635
|
```
|
|
636
636
|
|
|
637
|
-
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
637
|
+
_See code: [src/commands/actors/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/rm.ts)_
|
|
638
638
|
|
|
639
639
|
## `apify actors start [ACTORID]`
|
|
640
640
|
|
|
@@ -665,7 +665,7 @@ DESCRIPTION
|
|
|
665
665
|
Uses authenticated account and local key-value store for input.
|
|
666
666
|
```
|
|
667
667
|
|
|
668
|
-
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
668
|
+
_See code: [src/commands/actors/start.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/actors/start.ts)_
|
|
669
669
|
|
|
670
670
|
## `apify builds`
|
|
671
671
|
|
|
@@ -679,7 +679,7 @@ DESCRIPTION
|
|
|
679
679
|
Manages Actor build processes and versioning.
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
682
|
+
_See code: [src/commands/builds/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/builds/index.ts)_
|
|
683
683
|
|
|
684
684
|
## `apify builds create [ACTORID]`
|
|
685
685
|
|
|
@@ -706,7 +706,7 @@ DESCRIPTION
|
|
|
706
706
|
Creates a new build of the Actor.
|
|
707
707
|
```
|
|
708
708
|
|
|
709
|
-
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
709
|
+
_See code: [src/commands/builds/create.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/builds/create.ts)_
|
|
710
710
|
|
|
711
711
|
## `apify builds info BUILDID`
|
|
712
712
|
|
|
@@ -726,7 +726,7 @@ DESCRIPTION
|
|
|
726
726
|
Prints information about a specific build.
|
|
727
727
|
```
|
|
728
728
|
|
|
729
|
-
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
729
|
+
_See code: [src/commands/builds/info.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/builds/info.ts)_
|
|
730
730
|
|
|
731
731
|
## `apify builds log BUILDID`
|
|
732
732
|
|
|
@@ -743,7 +743,7 @@ DESCRIPTION
|
|
|
743
743
|
Prints the log of a specific build.
|
|
744
744
|
```
|
|
745
745
|
|
|
746
|
-
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
746
|
+
_See code: [src/commands/builds/log.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/builds/log.ts)_
|
|
747
747
|
|
|
748
748
|
## `apify builds ls [ACTORID]`
|
|
749
749
|
|
|
@@ -769,7 +769,7 @@ DESCRIPTION
|
|
|
769
769
|
Lists all builds of the Actor.
|
|
770
770
|
```
|
|
771
771
|
|
|
772
|
-
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
772
|
+
_See code: [src/commands/builds/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/builds/ls.ts)_
|
|
773
773
|
|
|
774
774
|
## `apify builds rm BUILDID`
|
|
775
775
|
|
|
@@ -786,7 +786,7 @@ DESCRIPTION
|
|
|
786
786
|
Permanently removes an Actor build from the Apify platform.
|
|
787
787
|
```
|
|
788
788
|
|
|
789
|
-
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
789
|
+
_See code: [src/commands/builds/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/builds/rm.ts)_
|
|
790
790
|
|
|
791
791
|
## `apify call [ACTORID]`
|
|
792
792
|
|
|
@@ -819,7 +819,7 @@ DESCRIPTION
|
|
|
819
819
|
Reads input from local key-value store by default.
|
|
820
820
|
```
|
|
821
821
|
|
|
822
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
822
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/call.ts)_
|
|
823
823
|
|
|
824
824
|
## `apify create [ACTORNAME]`
|
|
825
825
|
|
|
@@ -844,7 +844,7 @@ DESCRIPTION
|
|
|
844
844
|
Creates an Actor project from a template in a new directory.
|
|
845
845
|
```
|
|
846
846
|
|
|
847
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
847
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/create.ts)_
|
|
848
848
|
|
|
849
849
|
## `apify datasets`
|
|
850
850
|
|
|
@@ -858,7 +858,7 @@ DESCRIPTION
|
|
|
858
858
|
Manages structured data storage and retrieval.
|
|
859
859
|
```
|
|
860
860
|
|
|
861
|
-
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
861
|
+
_See code: [src/commands/datasets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/index.ts)_
|
|
862
862
|
|
|
863
863
|
## `apify datasets create [DATASETNAME]`
|
|
864
864
|
|
|
@@ -878,7 +878,7 @@ DESCRIPTION
|
|
|
878
878
|
Creates a new dataset for storing structured data on your account.
|
|
879
879
|
```
|
|
880
880
|
|
|
881
|
-
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
881
|
+
_See code: [src/commands/datasets/create.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/create.ts)_
|
|
882
882
|
|
|
883
883
|
## `apify datasets get-items DATASETID`
|
|
884
884
|
|
|
@@ -901,7 +901,7 @@ DESCRIPTION
|
|
|
901
901
|
Retrieves dataset items in specified format (JSON, CSV, etc).
|
|
902
902
|
```
|
|
903
903
|
|
|
904
|
-
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
904
|
+
_See code: [src/commands/datasets/get-items.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/get-items.ts)_
|
|
905
905
|
|
|
906
906
|
## `apify datasets info STOREID`
|
|
907
907
|
|
|
@@ -921,7 +921,7 @@ DESCRIPTION
|
|
|
921
921
|
Prints information about a specific dataset.
|
|
922
922
|
```
|
|
923
923
|
|
|
924
|
-
_See code: [src/commands/datasets/info.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
924
|
+
_See code: [src/commands/datasets/info.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/info.ts)_
|
|
925
925
|
|
|
926
926
|
## `apify datasets ls`
|
|
927
927
|
|
|
@@ -944,7 +944,7 @@ DESCRIPTION
|
|
|
944
944
|
Prints all datasets on your account.
|
|
945
945
|
```
|
|
946
946
|
|
|
947
|
-
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
947
|
+
_See code: [src/commands/datasets/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/ls.ts)_
|
|
948
948
|
|
|
949
949
|
## `apify datasets push-items NAMEORID [ITEM]`
|
|
950
950
|
|
|
@@ -962,7 +962,7 @@ DESCRIPTION
|
|
|
962
962
|
Adds data items to specified dataset. Accepts single object or array of objects.
|
|
963
963
|
```
|
|
964
964
|
|
|
965
|
-
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
965
|
+
_See code: [src/commands/datasets/push-items.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/push-items.ts)_
|
|
966
966
|
|
|
967
967
|
## `apify datasets rename NAMEORID [NEWNAME]`
|
|
968
968
|
|
|
@@ -983,7 +983,7 @@ DESCRIPTION
|
|
|
983
983
|
Change dataset name or removes name with --unname flag.
|
|
984
984
|
```
|
|
985
985
|
|
|
986
|
-
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
986
|
+
_See code: [src/commands/datasets/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/rename.ts)_
|
|
987
987
|
|
|
988
988
|
## `apify datasets rm DATASETNAMEORID`
|
|
989
989
|
|
|
@@ -1000,7 +1000,7 @@ DESCRIPTION
|
|
|
1000
1000
|
Permanently removes a dataset.
|
|
1001
1001
|
```
|
|
1002
1002
|
|
|
1003
|
-
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1003
|
+
_See code: [src/commands/datasets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/datasets/rm.ts)_
|
|
1004
1004
|
|
|
1005
1005
|
## `apify help [COMMAND]`
|
|
1006
1006
|
|
|
@@ -1020,7 +1020,7 @@ DESCRIPTION
|
|
|
1020
1020
|
Display help for apify.
|
|
1021
1021
|
```
|
|
1022
1022
|
|
|
1023
|
-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.
|
|
1023
|
+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.23/src/commands/help.ts)_
|
|
1024
1024
|
|
|
1025
1025
|
## `apify info`
|
|
1026
1026
|
|
|
@@ -1034,7 +1034,7 @@ DESCRIPTION
|
|
|
1034
1034
|
Prints details about your currently authenticated Apify account.
|
|
1035
1035
|
```
|
|
1036
1036
|
|
|
1037
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1037
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/info.ts)_
|
|
1038
1038
|
|
|
1039
1039
|
## `apify init [ACTORNAME]`
|
|
1040
1040
|
|
|
@@ -1061,7 +1061,7 @@ DESCRIPTION
|
|
|
1061
1061
|
WARNING: Overwrites existing 'storage' directory.
|
|
1062
1062
|
```
|
|
1063
1063
|
|
|
1064
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1064
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/init.ts)_
|
|
1065
1065
|
|
|
1066
1066
|
## `apify key-value-stores`
|
|
1067
1067
|
|
|
@@ -1077,7 +1077,7 @@ DESCRIPTION
|
|
|
1077
1077
|
Alias: kvs
|
|
1078
1078
|
```
|
|
1079
1079
|
|
|
1080
|
-
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1080
|
+
_See code: [src/commands/key-value-stores/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/index.ts)_
|
|
1081
1081
|
|
|
1082
1082
|
## `apify key-value-stores create [KEYVALUESTORENAME]`
|
|
1083
1083
|
|
|
@@ -1097,7 +1097,7 @@ DESCRIPTION
|
|
|
1097
1097
|
Creates a new key-value store on your account.
|
|
1098
1098
|
```
|
|
1099
1099
|
|
|
1100
|
-
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1100
|
+
_See code: [src/commands/key-value-stores/create.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/create.ts)_
|
|
1101
1101
|
|
|
1102
1102
|
## `apify key-value-stores delete-value STOREID ITEMKEY`
|
|
1103
1103
|
|
|
@@ -1115,7 +1115,7 @@ DESCRIPTION
|
|
|
1115
1115
|
Delete a value from a key-value store.
|
|
1116
1116
|
```
|
|
1117
1117
|
|
|
1118
|
-
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1118
|
+
_See code: [src/commands/key-value-stores/delete-value.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/delete-value.ts)_
|
|
1119
1119
|
|
|
1120
1120
|
## `apify key-value-stores get-value KEYVALUESTOREID ITEMKEY`
|
|
1121
1121
|
|
|
@@ -1136,7 +1136,7 @@ DESCRIPTION
|
|
|
1136
1136
|
Retrieves stored value for specified key. Use --only-content-type to check MIME type.
|
|
1137
1137
|
```
|
|
1138
1138
|
|
|
1139
|
-
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1139
|
+
_See code: [src/commands/key-value-stores/get-value.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/get-value.ts)_
|
|
1140
1140
|
|
|
1141
1141
|
## `apify key-value-stores info STOREID`
|
|
1142
1142
|
|
|
@@ -1156,7 +1156,7 @@ DESCRIPTION
|
|
|
1156
1156
|
Shows information about a key-value store.
|
|
1157
1157
|
```
|
|
1158
1158
|
|
|
1159
|
-
_See code: [src/commands/key-value-stores/info.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1159
|
+
_See code: [src/commands/key-value-stores/info.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/info.ts)_
|
|
1160
1160
|
|
|
1161
1161
|
## `apify key-value-stores keys STOREID`
|
|
1162
1162
|
|
|
@@ -1180,7 +1180,7 @@ DESCRIPTION
|
|
|
1180
1180
|
Lists all keys in a key-value store.
|
|
1181
1181
|
```
|
|
1182
1182
|
|
|
1183
|
-
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1183
|
+
_See code: [src/commands/key-value-stores/keys.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/keys.ts)_
|
|
1184
1184
|
|
|
1185
1185
|
## `apify key-value-stores ls`
|
|
1186
1186
|
|
|
@@ -1203,7 +1203,7 @@ DESCRIPTION
|
|
|
1203
1203
|
Lists all key-value stores on your account.
|
|
1204
1204
|
```
|
|
1205
1205
|
|
|
1206
|
-
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1206
|
+
_See code: [src/commands/key-value-stores/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/ls.ts)_
|
|
1207
1207
|
|
|
1208
1208
|
## `apify key-value-stores rename KEYVALUESTORENAMEORID [NEWNAME]`
|
|
1209
1209
|
|
|
@@ -1224,7 +1224,7 @@ DESCRIPTION
|
|
|
1224
1224
|
Renames a key-value store, or removes its unique name.
|
|
1225
1225
|
```
|
|
1226
1226
|
|
|
1227
|
-
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1227
|
+
_See code: [src/commands/key-value-stores/rename.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/rename.ts)_
|
|
1228
1228
|
|
|
1229
1229
|
## `apify key-value-stores rm KEYVALUESTORENAMEORID`
|
|
1230
1230
|
|
|
@@ -1241,7 +1241,7 @@ DESCRIPTION
|
|
|
1241
1241
|
Permanently removes a key-value store.
|
|
1242
1242
|
```
|
|
1243
1243
|
|
|
1244
|
-
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1244
|
+
_See code: [src/commands/key-value-stores/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/rm.ts)_
|
|
1245
1245
|
|
|
1246
1246
|
## `apify key-value-stores set-value STOREID ITEMKEY [VALUE]`
|
|
1247
1247
|
|
|
@@ -1264,7 +1264,7 @@ DESCRIPTION
|
|
|
1264
1264
|
Stores value with specified key. Set content-type with --content-type flag.
|
|
1265
1265
|
```
|
|
1266
1266
|
|
|
1267
|
-
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1267
|
+
_See code: [src/commands/key-value-stores/set-value.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/key-value-stores/set-value.ts)_
|
|
1268
1268
|
|
|
1269
1269
|
## `apify login`
|
|
1270
1270
|
|
|
@@ -1286,7 +1286,7 @@ DESCRIPTION
|
|
|
1286
1286
|
Run 'apify logout' to remove authentication.
|
|
1287
1287
|
```
|
|
1288
1288
|
|
|
1289
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1289
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/login.ts)_
|
|
1290
1290
|
|
|
1291
1291
|
## `apify logout`
|
|
1292
1292
|
|
|
@@ -1301,7 +1301,7 @@ DESCRIPTION
|
|
|
1301
1301
|
Run 'apify login' to authenticate again.
|
|
1302
1302
|
```
|
|
1303
1303
|
|
|
1304
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1304
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/logout.ts)_
|
|
1305
1305
|
|
|
1306
1306
|
## `apify pull [ACTORID]`
|
|
1307
1307
|
|
|
@@ -1323,7 +1323,7 @@ DESCRIPTION
|
|
|
1323
1323
|
Download Actor code to current directory. Clones Git repositories or fetches Actor files based on the source type.
|
|
1324
1324
|
```
|
|
1325
1325
|
|
|
1326
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1326
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/pull.ts)_
|
|
1327
1327
|
|
|
1328
1328
|
## `apify push [ACTORID]`
|
|
1329
1329
|
|
|
@@ -1354,7 +1354,7 @@ DESCRIPTION
|
|
|
1354
1354
|
Use --force to override newer remote versions.
|
|
1355
1355
|
```
|
|
1356
1356
|
|
|
1357
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1357
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/push.ts)_
|
|
1358
1358
|
|
|
1359
1359
|
## `apify request-queues`
|
|
1360
1360
|
|
|
@@ -1368,7 +1368,7 @@ DESCRIPTION
|
|
|
1368
1368
|
Manages URL queues for web scraping and automation tasks.
|
|
1369
1369
|
```
|
|
1370
1370
|
|
|
1371
|
-
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1371
|
+
_See code: [src/commands/request-queues/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/request-queues/index.ts)_
|
|
1372
1372
|
|
|
1373
1373
|
## `apify run`
|
|
1374
1374
|
|
|
@@ -1401,7 +1401,7 @@ DESCRIPTION
|
|
|
1401
1401
|
NOTE: For Node.js Actors, customize behavior by modifying the 'start' script in package.json file.
|
|
1402
1402
|
```
|
|
1403
1403
|
|
|
1404
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1404
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/run.ts)_
|
|
1405
1405
|
|
|
1406
1406
|
## `apify runs`
|
|
1407
1407
|
|
|
@@ -1415,7 +1415,7 @@ DESCRIPTION
|
|
|
1415
1415
|
Manages Actor run operations
|
|
1416
1416
|
```
|
|
1417
1417
|
|
|
1418
|
-
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1418
|
+
_See code: [src/commands/runs/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/index.ts)_
|
|
1419
1419
|
|
|
1420
1420
|
## `apify runs abort RUNID`
|
|
1421
1421
|
|
|
@@ -1438,7 +1438,7 @@ DESCRIPTION
|
|
|
1438
1438
|
Aborts an Actor run.
|
|
1439
1439
|
```
|
|
1440
1440
|
|
|
1441
|
-
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1441
|
+
_See code: [src/commands/runs/abort.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/abort.ts)_
|
|
1442
1442
|
|
|
1443
1443
|
## `apify runs info RUNID`
|
|
1444
1444
|
|
|
@@ -1461,7 +1461,7 @@ DESCRIPTION
|
|
|
1461
1461
|
Prints information about an Actor run.
|
|
1462
1462
|
```
|
|
1463
1463
|
|
|
1464
|
-
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1464
|
+
_See code: [src/commands/runs/info.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/info.ts)_
|
|
1465
1465
|
|
|
1466
1466
|
## `apify runs log RUNID`
|
|
1467
1467
|
|
|
@@ -1478,7 +1478,7 @@ DESCRIPTION
|
|
|
1478
1478
|
Prints the log of a specific run.
|
|
1479
1479
|
```
|
|
1480
1480
|
|
|
1481
|
-
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1481
|
+
_See code: [src/commands/runs/log.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/log.ts)_
|
|
1482
1482
|
|
|
1483
1483
|
## `apify runs ls [ACTORID]`
|
|
1484
1484
|
|
|
@@ -1504,7 +1504,7 @@ DESCRIPTION
|
|
|
1504
1504
|
Lists all runs of the Actor.
|
|
1505
1505
|
```
|
|
1506
1506
|
|
|
1507
|
-
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1507
|
+
_See code: [src/commands/runs/ls.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/ls.ts)_
|
|
1508
1508
|
|
|
1509
1509
|
## `apify runs resurrect RUNID`
|
|
1510
1510
|
|
|
@@ -1524,7 +1524,7 @@ DESCRIPTION
|
|
|
1524
1524
|
Resurrects an aborted or finished Actor Run.
|
|
1525
1525
|
```
|
|
1526
1526
|
|
|
1527
|
-
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1527
|
+
_See code: [src/commands/runs/resurrect.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/resurrect.ts)_
|
|
1528
1528
|
|
|
1529
1529
|
## `apify runs rm RUNID`
|
|
1530
1530
|
|
|
@@ -1541,7 +1541,7 @@ DESCRIPTION
|
|
|
1541
1541
|
Deletes an Actor Run.
|
|
1542
1542
|
```
|
|
1543
1543
|
|
|
1544
|
-
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1544
|
+
_See code: [src/commands/runs/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/runs/rm.ts)_
|
|
1545
1545
|
|
|
1546
1546
|
## `apify secrets`
|
|
1547
1547
|
|
|
@@ -1571,7 +1571,7 @@ DESCRIPTION
|
|
|
1571
1571
|
of the Actor.
|
|
1572
1572
|
```
|
|
1573
1573
|
|
|
1574
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1574
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/secrets/index.ts)_
|
|
1575
1575
|
|
|
1576
1576
|
## `apify secrets add NAME VALUE`
|
|
1577
1577
|
|
|
@@ -1589,7 +1589,7 @@ DESCRIPTION
|
|
|
1589
1589
|
Adds a new secret to '~/.apify' for use in Actor environment variables.
|
|
1590
1590
|
```
|
|
1591
1591
|
|
|
1592
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1592
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/secrets/add.ts)_
|
|
1593
1593
|
|
|
1594
1594
|
## `apify secrets rm NAME`
|
|
1595
1595
|
|
|
@@ -1606,7 +1606,7 @@ DESCRIPTION
|
|
|
1606
1606
|
Permanently deletes a secret from your stored credentials.
|
|
1607
1607
|
```
|
|
1608
1608
|
|
|
1609
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1609
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/secrets/rm.ts)_
|
|
1610
1610
|
|
|
1611
1611
|
## `apify task`
|
|
1612
1612
|
|
|
@@ -1620,7 +1620,7 @@ DESCRIPTION
|
|
|
1620
1620
|
Manages scheduled and predefined Actor configurations.
|
|
1621
1621
|
```
|
|
1622
1622
|
|
|
1623
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1623
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/task/index.ts)_
|
|
1624
1624
|
|
|
1625
1625
|
## `apify task run TASKID`
|
|
1626
1626
|
|
|
@@ -1643,7 +1643,7 @@ DESCRIPTION
|
|
|
1643
1643
|
Customize with --memory and --timeout flags.
|
|
1644
1644
|
```
|
|
1645
1645
|
|
|
1646
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1646
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/task/run.ts)_
|
|
1647
1647
|
|
|
1648
1648
|
## `apify validate-schema [PATH]`
|
|
1649
1649
|
|
|
@@ -1666,6 +1666,6 @@ DESCRIPTION
|
|
|
1666
1666
|
Optionally specify custom schema path to validate.
|
|
1667
1667
|
```
|
|
1668
1668
|
|
|
1669
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.
|
|
1669
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.21.1/src/commands/validate-schema.ts)_
|
|
1670
1670
|
<!-- commandsstop -->
|
|
1671
1671
|
<!-- prettier-ignore-end -->
|