@@ -299,7 +299,7 @@ USAGE
299
299
$ apify actor
300
300
```
301
301
302
- _ See code: [ src/commands/actor/index.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/actor/index.js ) _
302
+ _ See code: [ src/commands/actor/index.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/actor/index.js ) _
303
303
304
304
## ` apify actor:get-input `
305
305
@@ -310,7 +310,7 @@ USAGE
310
310
$ apify actor:get-input
311
311
```
312
312
313
- _ See code: [ src/commands/actor/get-input.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/actor/get-input.js ) _
313
+ _ See code: [ src/commands/actor/get-input.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/actor/get-input.js ) _
314
314
315
315
## ` apify actor:get-value KEY `
316
316
@@ -324,7 +324,7 @@ ARGUMENTS
324
324
KEY Key of the record in key-value store
325
325
```
326
326
327
- _ See code: [ src/commands/actor/get-value.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/actor/get-value.js ) _
327
+ _ See code: [ src/commands/actor/get-value.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/actor/get-value.js ) _
328
328
329
329
## ` apify actor:push-data [ITEM] `
330
330
@@ -345,7 +345,7 @@ DESCRIPTION
345
345
$ cat ./test.json | apify actor:push-data
346
346
```
347
347
348
- _ See code: [ src/commands/actor/push-data.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/actor/push-data.js ) _
348
+ _ See code: [ src/commands/actor/push-data.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/actor/push-data.js ) _
349
349
350
350
## ` apify actor:set-value KEY [VALUE] `
351
351
@@ -375,7 +375,7 @@ DESCRIPTION
375
375
$ cat ./my-text-file.txt | apify actor:set-value KEY --contentType text/plain
376
376
```
377
377
378
- _ See code: [ src/commands/actor/set-value.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/actor/set-value.js ) _
378
+ _ See code: [ src/commands/actor/set-value.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/actor/set-value.js ) _
379
379
380
380
## ` apify call [ACTID] `
381
381
@@ -400,7 +400,7 @@ DESCRIPTION
400
400
takes input for the Actor from the default local key-value store by default.
401
401
```
402
402
403
- _ See code: [ src/commands/call.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/call.js ) _
403
+ _ See code: [ src/commands/call.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/call.js ) _
404
404
405
405
## ` apify create [ACTORNAME] `
406
406
@@ -422,7 +422,7 @@ OPTIONS
422
422
--skip-dependency-install Skip installing actor dependencies.
423
423
```
424
424
425
- _ See code: [ src/commands/create.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/create.js ) _
425
+ _ See code: [ src/commands/create.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/create.js ) _
426
426
427
427
## ` apify info `
428
428
@@ -436,7 +436,7 @@ DESCRIPTION
436
436
The information is printed to the console.
437
437
```
438
438
439
- _ See code: [ src/commands/info.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/info.js ) _
439
+ _ See code: [ src/commands/info.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/info.js ) _
440
440
441
441
## ` apify init [ACTORNAME] `
442
442
@@ -456,7 +456,7 @@ DESCRIPTION
456
456
WARNING: The directory at "storage" will be overwritten if it already exists.
457
457
```
458
458
459
- _ See code: [ src/commands/init.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/init.js ) _
459
+ _ See code: [ src/commands/init.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/init.js ) _
460
460
461
461
## ` apify login `
462
462
@@ -474,7 +474,7 @@ DESCRIPTION
474
474
"apify" commands. To log out, call "apify logout".
475
475
```
476
476
477
- _ See code: [ src/commands/login.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/login.js ) _
477
+ _ See code: [ src/commands/login.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/login.js ) _
478
478
479
479
## ` apify logout `
480
480
@@ -489,7 +489,7 @@ DESCRIPTION
489
489
call "apify login".
490
490
```
491
491
492
- _ See code: [ src/commands/logout.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/logout.js ) _
492
+ _ See code: [ src/commands/logout.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/logout.js ) _
493
493
494
494
## ` apify pull [ACTORID] `
495
495
@@ -507,7 +507,7 @@ OPTIONS
507
507
-v, --version=version Actor version number which will be pulled, e.g. 1.2. Default: the highest version
508
508
```
509
509
510
- _ See code: [ src/commands/pull.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/pull.js ) _
510
+ _ See code: [ src/commands/pull.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/pull.js ) _
511
511
512
512
## ` apify push [ACTORID] `
513
513
@@ -545,7 +545,7 @@ DESCRIPTION
545
545
WARNING: If the target Actor already exists in your Apify account, it will be overwritten!
546
546
```
547
547
548
- _ See code: [ src/commands/push.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/push.js ) _
548
+ _ See code: [ src/commands/push.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/push.js ) _
549
549
550
550
## ` apify run `
551
551
@@ -575,7 +575,7 @@ DESCRIPTION
575
575
package.json file. You can set up your own main file or environment variables by changing it.
576
576
```
577
577
578
- _ See code: [ src/commands/run.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/run.js ) _
578
+ _ See code: [ src/commands/run.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/run.js ) _
579
579
580
580
## ` apify secrets `
581
581
@@ -603,7 +603,7 @@ DESCRIPTION
603
603
of the actor.
604
604
```
605
605
606
- _ See code: [ src/commands/secrets/index.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/secrets/index.js ) _
606
+ _ See code: [ src/commands/secrets/index.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/secrets/index.js ) _
607
607
608
608
## ` apify secrets:add NAME VALUE `
609
609
@@ -621,7 +621,7 @@ DESCRIPTION
621
621
The secrets are stored to a file at ~/.apify
622
622
```
623
623
624
- _ See code: [ src/commands/secrets/add.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/secrets/add.js ) _
624
+ _ See code: [ src/commands/secrets/add.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/secrets/add.js ) _
625
625
626
626
## ` apify secrets:rm NAME `
627
627
@@ -635,7 +635,7 @@ ARGUMENTS
635
635
NAME Name of the secret
636
636
```
637
637
638
- _ See code: [ src/commands/secrets/rm.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/secrets/rm.js ) _
638
+ _ See code: [ src/commands/secrets/rm.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/secrets/rm.js ) _
639
639
640
640
## ` apify vis [PATH] `
641
641
@@ -659,5 +659,5 @@ DESCRIPTION
659
659
You can also pass any custom path to your input schema to have it validated instead.
660
660
```
661
661
662
- _ See code: [ src/commands/vis.js] ( https://github.com/apify/apify-cli/blob/v0.17 .0/src/commands/vis.js ) _
662
+ _ See code: [ src/commands/vis.js] ( https://github.com/apify/apify-cli/blob/v0.18 .0/src/commands/vis.js ) _
663
663
<!-- commandsstop -->
0 commit comments