apify-cli 0.20.4-beta.2 → 0.20.4-beta.3
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/README.md +20 -20
- package/dist/.tsbuildinfo +1 -1
- package/dist/typechecking.tsbuildinfo +1 -1
- package/oclif.manifest.json +1 -1
- package/package.json +1 -1
package/README.md
CHANGED
|
@@ -316,7 +316,7 @@ DESCRIPTION
|
|
|
316
316
|
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
|
|
317
317
|
```
|
|
318
318
|
|
|
319
|
-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
319
|
+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/actor/index.ts)_
|
|
320
320
|
|
|
321
321
|
## `apify actor get-input`
|
|
322
322
|
|
|
@@ -330,7 +330,7 @@ DESCRIPTION
|
|
|
330
330
|
Gets the Actor input value from the default key-value store associated with the Actor run.
|
|
331
331
|
```
|
|
332
332
|
|
|
333
|
-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
333
|
+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/actor/get-input.ts)_
|
|
334
334
|
|
|
335
335
|
## `apify actor get-value KEY`
|
|
336
336
|
|
|
@@ -347,7 +347,7 @@ DESCRIPTION
|
|
|
347
347
|
Gets a value from the default key-value store associated with the Actor run.
|
|
348
348
|
```
|
|
349
349
|
|
|
350
|
-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
350
|
+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/actor/get-value.ts)_
|
|
351
351
|
|
|
352
352
|
## `apify actor push-data [ITEM]`
|
|
353
353
|
|
|
@@ -369,7 +369,7 @@ DESCRIPTION
|
|
|
369
369
|
$ cat ./test.json | apify actor push-data
|
|
370
370
|
```
|
|
371
371
|
|
|
372
|
-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
372
|
+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/actor/push-data.ts)_
|
|
373
373
|
|
|
374
374
|
## `apify actor set-value KEY [VALUE]`
|
|
375
375
|
|
|
@@ -398,7 +398,7 @@ DESCRIPTION
|
|
|
398
398
|
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
|
|
399
399
|
```
|
|
400
400
|
|
|
401
|
-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
401
|
+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/actor/set-value.ts)_
|
|
402
402
|
|
|
403
403
|
## `apify call [ACTORID]`
|
|
404
404
|
|
|
@@ -428,7 +428,7 @@ DESCRIPTION
|
|
|
428
428
|
takes input for the Actor from the default local key-value store by default.
|
|
429
429
|
```
|
|
430
430
|
|
|
431
|
-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
431
|
+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/call.ts)_
|
|
432
432
|
|
|
433
433
|
## `apify create [ACTORNAME]`
|
|
434
434
|
|
|
@@ -453,7 +453,7 @@ DESCRIPTION
|
|
|
453
453
|
Creates a new Actor project directory from a selected boilerplate template.
|
|
454
454
|
```
|
|
455
455
|
|
|
456
|
-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
456
|
+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/create.ts)_
|
|
457
457
|
|
|
458
458
|
## `apify help [COMMAND]`
|
|
459
459
|
|
|
@@ -488,7 +488,7 @@ DESCRIPTION
|
|
|
488
488
|
The information is printed to the console.
|
|
489
489
|
```
|
|
490
490
|
|
|
491
|
-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
491
|
+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/info.ts)_
|
|
492
492
|
|
|
493
493
|
## `apify init [ACTORNAME]`
|
|
494
494
|
|
|
@@ -516,7 +516,7 @@ DESCRIPTION
|
|
|
516
516
|
WARNING: The directory at "storage" will be overwritten if it already exists.
|
|
517
517
|
```
|
|
518
518
|
|
|
519
|
-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
519
|
+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/init.ts)_
|
|
520
520
|
|
|
521
521
|
## `apify login`
|
|
522
522
|
|
|
@@ -537,7 +537,7 @@ DESCRIPTION
|
|
|
537
537
|
"apify" commands. To log out, call "apify logout".
|
|
538
538
|
```
|
|
539
539
|
|
|
540
|
-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
540
|
+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/login.ts)_
|
|
541
541
|
|
|
542
542
|
## `apify logout`
|
|
543
543
|
|
|
@@ -553,7 +553,7 @@ DESCRIPTION
|
|
|
553
553
|
call "apify login".
|
|
554
554
|
```
|
|
555
555
|
|
|
556
|
-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
556
|
+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/logout.ts)_
|
|
557
557
|
|
|
558
558
|
## `apify pull [ACTORID]`
|
|
559
559
|
|
|
@@ -575,7 +575,7 @@ DESCRIPTION
|
|
|
575
575
|
cloned. If it is defined as Web IDE, it will fetch the files.
|
|
576
576
|
```
|
|
577
577
|
|
|
578
|
-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
578
|
+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/pull.ts)_
|
|
579
579
|
|
|
580
580
|
## `apify push [ACTORID]`
|
|
581
581
|
|
|
@@ -613,7 +613,7 @@ DESCRIPTION
|
|
|
613
613
|
overwritten with --force flag.
|
|
614
614
|
```
|
|
615
615
|
|
|
616
|
-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
616
|
+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/push.ts)_
|
|
617
617
|
|
|
618
618
|
## `apify run`
|
|
619
619
|
|
|
@@ -649,7 +649,7 @@ DESCRIPTION
|
|
|
649
649
|
package.json file. You can set up your own main file or environment variables by changing it.
|
|
650
650
|
```
|
|
651
651
|
|
|
652
|
-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
652
|
+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/run.ts)_
|
|
653
653
|
|
|
654
654
|
## `apify secrets`
|
|
655
655
|
|
|
@@ -679,7 +679,7 @@ DESCRIPTION
|
|
|
679
679
|
of the Actor.
|
|
680
680
|
```
|
|
681
681
|
|
|
682
|
-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
682
|
+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/secrets/index.ts)_
|
|
683
683
|
|
|
684
684
|
## `apify secrets add NAME VALUE`
|
|
685
685
|
|
|
@@ -698,7 +698,7 @@ DESCRIPTION
|
|
|
698
698
|
The secrets are stored to a file at ~/.apify
|
|
699
699
|
```
|
|
700
700
|
|
|
701
|
-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
701
|
+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/secrets/add.ts)_
|
|
702
702
|
|
|
703
703
|
## `apify secrets rm NAME`
|
|
704
704
|
|
|
@@ -715,7 +715,7 @@ DESCRIPTION
|
|
|
715
715
|
Removes the secret.
|
|
716
716
|
```
|
|
717
717
|
|
|
718
|
-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
718
|
+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/secrets/rm.ts)_
|
|
719
719
|
|
|
720
720
|
## `apify task`
|
|
721
721
|
|
|
@@ -729,7 +729,7 @@ DESCRIPTION
|
|
|
729
729
|
Commands are designed to be used to interact with Tasks.
|
|
730
730
|
```
|
|
731
731
|
|
|
732
|
-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
732
|
+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/task/index.ts)_
|
|
733
733
|
|
|
734
734
|
## `apify task run TASKID`
|
|
735
735
|
|
|
@@ -754,7 +754,7 @@ DESCRIPTION
|
|
|
754
754
|
takes input for the Actor from the default local key-value store by default.
|
|
755
755
|
```
|
|
756
756
|
|
|
757
|
-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
757
|
+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/task/run.ts)_
|
|
758
758
|
|
|
759
759
|
## `apify validate-schema [PATH]`
|
|
760
760
|
|
|
@@ -779,6 +779,6 @@ DESCRIPTION
|
|
|
779
779
|
You can also pass any custom path to your input schema to have it validated instead.
|
|
780
780
|
```
|
|
781
781
|
|
|
782
|
-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.
|
|
782
|
+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.20.4-beta.3/src/commands/validate-schema.ts)_
|
|
783
783
|
<!-- commandsstop -->
|
|
784
784
|
<!-- prettier-ignore-end -->
|