@@ -316,7 +316,7 @@ DESCRIPTION
316316 Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
317317```
318318
319- _ See code: [ src/commands/actor/index.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/actor/index.ts ) _
319+ _ See code: [ src/commands/actor/index.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/actor/index.ts ) _
320320
321321## ` apify actor get-input `
322322
@@ -330,7 +330,7 @@ DESCRIPTION
330330 Gets the Actor input value from the default key-value store associated with the Actor run.
331331```
332332
333- _ See code: [ src/commands/actor/get-input.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/actor/get-input.ts ) _
333+ _ See code: [ src/commands/actor/get-input.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/actor/get-input.ts ) _
334334
335335## ` apify actor get-value KEY `
336336
@@ -347,7 +347,7 @@ DESCRIPTION
347347 Gets a value from the default key-value store associated with the Actor run.
348348```
349349
350- _ See code: [ src/commands/actor/get-value.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/actor/get-value.ts ) _
350+ _ See code: [ src/commands/actor/get-value.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/actor/get-value.ts ) _
351351
352352## ` apify actor push-data [ITEM] `
353353
@@ -369,7 +369,7 @@ DESCRIPTION
369369 $ cat ./test.json | apify actor push-data
370370```
371371
372- _ See code: [ src/commands/actor/push-data.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/actor/push-data.ts ) _
372+ _ See code: [ src/commands/actor/push-data.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/actor/push-data.ts ) _
373373
374374## ` apify actor set-value KEY [VALUE] `
375375
@@ -398,7 +398,7 @@ DESCRIPTION
398398 $ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
399399```
400400
401- _ See code: [ src/commands/actor/set-value.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/actor/set-value.ts ) _
401+ _ See code: [ src/commands/actor/set-value.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/actor/set-value.ts ) _
402402
403403## ` apify call [ACTORID] `
404404
@@ -430,7 +430,7 @@ DESCRIPTION
430430 takes input for the Actor from the default local key-value store by default.
431431```
432432
433- _ See code: [ src/commands/call.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/call.ts ) _
433+ _ See code: [ src/commands/call.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/call.ts ) _
434434
435435## ` apify create [ACTORNAME] `
436436
@@ -455,7 +455,7 @@ DESCRIPTION
455455 Creates a new Actor project directory from a selected boilerplate template.
456456```
457457
458- _ See code: [ src/commands/create.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/create.ts ) _
458+ _ See code: [ src/commands/create.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/create.ts ) _
459459
460460## ` apify help [COMMAND] `
461461
@@ -475,7 +475,7 @@ DESCRIPTION
475475 Display help for apify.
476476```
477477
478- _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.10 /src/commands/help.ts ) _
478+ _ See code: [ @oclif/plugin-help ] ( https://github.com/oclif/plugin-help/blob/v6.2.19 /src/commands/help.ts ) _
479479
480480## ` apify info `
481481
@@ -490,7 +490,7 @@ DESCRIPTION
490490 The information is printed to the console.
491491```
492492
493- _ See code: [ src/commands/info.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/info.ts ) _
493+ _ See code: [ src/commands/info.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/info.ts ) _
494494
495495## ` apify init [ACTORNAME] `
496496
@@ -518,7 +518,7 @@ DESCRIPTION
518518 WARNING: The directory at "storage" will be overwritten if it already exists.
519519```
520520
521- _ See code: [ src/commands/init.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/init.ts ) _
521+ _ See code: [ src/commands/init.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/init.ts ) _
522522
523523## ` apify login `
524524
@@ -539,7 +539,7 @@ DESCRIPTION
539539 "apify" commands. To log out, call "apify logout".
540540```
541541
542- _ See code: [ src/commands/login.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/login.ts ) _
542+ _ See code: [ src/commands/login.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/login.ts ) _
543543
544544## ` apify logout `
545545
@@ -555,7 +555,7 @@ DESCRIPTION
555555 call "apify login".
556556```
557557
558- _ See code: [ src/commands/logout.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/logout.ts ) _
558+ _ See code: [ src/commands/logout.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/logout.ts ) _
559559
560560## ` apify pull [ACTORID] `
561561
@@ -577,7 +577,7 @@ DESCRIPTION
577577 cloned. If it is defined as Web IDE, it will fetch the files.
578578```
579579
580- _ See code: [ src/commands/pull.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/pull.ts ) _
580+ _ See code: [ src/commands/pull.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/pull.ts ) _
581581
582582## ` apify push [ACTORID] `
583583
@@ -615,7 +615,7 @@ DESCRIPTION
615615 overwritten with --force flag.
616616```
617617
618- _ See code: [ src/commands/push.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/push.ts ) _
618+ _ See code: [ src/commands/push.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/push.ts ) _
619619
620620## ` apify run `
621621
@@ -651,7 +651,7 @@ DESCRIPTION
651651 package.json file. You can set up your own main file or environment variables by changing it.
652652```
653653
654- _ See code: [ src/commands/run.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/run.ts ) _
654+ _ See code: [ src/commands/run.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/run.ts ) _
655655
656656## ` apify secrets `
657657
@@ -681,7 +681,7 @@ DESCRIPTION
681681 of the Actor.
682682```
683683
684- _ See code: [ src/commands/secrets/index.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/secrets/index.ts ) _
684+ _ See code: [ src/commands/secrets/index.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/secrets/index.ts ) _
685685
686686## ` apify secrets add NAME VALUE `
687687
@@ -700,7 +700,7 @@ DESCRIPTION
700700 The secrets are stored to a file at ~/.apify
701701```
702702
703- _ See code: [ src/commands/secrets/add.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/secrets/add.ts ) _
703+ _ See code: [ src/commands/secrets/add.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/secrets/add.ts ) _
704704
705705## ` apify secrets rm NAME `
706706
@@ -717,7 +717,7 @@ DESCRIPTION
717717 Removes the secret.
718718```
719719
720- _ See code: [ src/commands/secrets/rm.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/secrets/rm.ts ) _
720+ _ See code: [ src/commands/secrets/rm.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/secrets/rm.ts ) _
721721
722722## ` apify task `
723723
@@ -731,7 +731,7 @@ DESCRIPTION
731731 Commands are designed to be used to interact with Tasks.
732732```
733733
734- _ See code: [ src/commands/task/index.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/task/index.ts ) _
734+ _ See code: [ src/commands/task/index.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/task/index.ts ) _
735735
736736## ` apify task run TASKID `
737737
@@ -756,7 +756,7 @@ DESCRIPTION
756756 takes input for the Actor from the default local key-value store by default.
757757```
758758
759- _ See code: [ src/commands/task/run.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/task/run.ts ) _
759+ _ See code: [ src/commands/task/run.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/task/run.ts ) _
760760
761761## ` apify validate-schema [PATH] `
762762
@@ -781,6 +781,6 @@ DESCRIPTION
781781 You can also pass any custom path to your input schema to have it validated instead.
782782```
783783
784- _ See code: [ src/commands/validate-schema.ts] ( https://github.com/apify/apify-cli/blob/v0.20.11 /src/commands/validate-schema.ts ) _
784+ _ See code: [ src/commands/validate-schema.ts] ( https://github.com/apify/apify-cli/blob/v0.20.12 /src/commands/validate-schema.ts ) _
785785<!-- commandsstop -->
786786<!-- prettier-ignore-end -->
0 commit comments