Skip to content

Commit 9822755

Browse files
[skip ci] update README with latest command reference
1 parent 16f5c59 commit 9822755

File tree

2 files changed

+42
-42
lines changed

2 files changed

+42
-42
lines changed

README.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -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 -->

docs/reference.md

Lines changed: 21 additions & 21 deletions
Original file line numberDiff line numberDiff line change
@@ -40,7 +40,7 @@ DESCRIPTION
4040
Commands are designed to be used in Actor runs. All commands are in PoC state, do not use in production environments.
4141
```
4242

43-
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/actor/index.ts)_
43+
_See code: [src/commands/actor/index.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/actor/index.ts)_
4444

4545
## `apify actor get-input`
4646

@@ -54,7 +54,7 @@ DESCRIPTION
5454
Gets the Actor input value from the default key-value store associated with the Actor run.
5555
```
5656

57-
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/actor/get-input.ts)_
57+
_See code: [src/commands/actor/get-input.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/actor/get-input.ts)_
5858

5959
## `apify actor get-value KEY`
6060

@@ -71,7 +71,7 @@ DESCRIPTION
7171
Gets a value from the default key-value store associated with the Actor run.
7272
```
7373

74-
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/actor/get-value.ts)_
74+
_See code: [src/commands/actor/get-value.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/actor/get-value.ts)_
7575

7676
## `apify actor push-data [ITEM]`
7777

@@ -93,7 +93,7 @@ DESCRIPTION
9393
$ cat ./test.json | apify actor push-data
9494
```
9595

96-
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/actor/push-data.ts)_
96+
_See code: [src/commands/actor/push-data.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/actor/push-data.ts)_
9797

9898
## `apify actor set-value KEY [VALUE]`
9999

@@ -122,7 +122,7 @@ DESCRIPTION
122122
$ cat ./my-text-file.txt | apify actor set-value KEY --contentType text/plain
123123
```
124124

125-
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/actor/set-value.ts)_
125+
_See code: [src/commands/actor/set-value.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/actor/set-value.ts)_
126126

127127
## `apify call [ACTORID]`
128128

@@ -154,7 +154,7 @@ DESCRIPTION
154154
takes input for the Actor from the default local key-value store by default.
155155
```
156156

157-
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/call.ts)_
157+
_See code: [src/commands/call.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/call.ts)_
158158

159159
## `apify create [ACTORNAME]`
160160

@@ -179,7 +179,7 @@ DESCRIPTION
179179
Creates a new Actor project directory from a selected boilerplate template.
180180
```
181181

182-
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/create.ts)_
182+
_See code: [src/commands/create.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/create.ts)_
183183

184184
## `apify help [COMMAND]`
185185

@@ -199,7 +199,7 @@ DESCRIPTION
199199
Display help for apify.
200200
```
201201

202-
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.10/src/commands/help.ts)_
202+
_See code: [@oclif/plugin-help](https://github.com/oclif/plugin-help/blob/v6.2.19/src/commands/help.ts)_
203203

204204
## `apify info`
205205

@@ -214,7 +214,7 @@ DESCRIPTION
214214
The information is printed to the console.
215215
```
216216

217-
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/info.ts)_
217+
_See code: [src/commands/info.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/info.ts)_
218218

219219
## `apify init [ACTORNAME]`
220220

@@ -242,7 +242,7 @@ DESCRIPTION
242242
WARNING: The directory at "storage" will be overwritten if it already exists.
243243
```
244244

245-
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/init.ts)_
245+
_See code: [src/commands/init.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/init.ts)_
246246

247247
## `apify login`
248248

@@ -263,7 +263,7 @@ DESCRIPTION
263263
"apify" commands. To log out, call "apify logout".
264264
```
265265

266-
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/login.ts)_
266+
_See code: [src/commands/login.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/login.ts)_
267267

268268
## `apify logout`
269269

@@ -279,7 +279,7 @@ DESCRIPTION
279279
call "apify login".
280280
```
281281

282-
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/logout.ts)_
282+
_See code: [src/commands/logout.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/logout.ts)_
283283

284284
## `apify pull [ACTORID]`
285285

@@ -301,7 +301,7 @@ DESCRIPTION
301301
cloned. If it is defined as Web IDE, it will fetch the files.
302302
```
303303

304-
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/pull.ts)_
304+
_See code: [src/commands/pull.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/pull.ts)_
305305

306306
## `apify push [ACTORID]`
307307

@@ -339,7 +339,7 @@ DESCRIPTION
339339
overwritten with --force flag.
340340
```
341341

342-
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/push.ts)_
342+
_See code: [src/commands/push.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/push.ts)_
343343

344344
## `apify run`
345345

@@ -375,7 +375,7 @@ DESCRIPTION
375375
package.json file. You can set up your own main file or environment variables by changing it.
376376
```
377377

378-
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/run.ts)_
378+
_See code: [src/commands/run.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/run.ts)_
379379

380380
## `apify secrets`
381381

@@ -405,7 +405,7 @@ DESCRIPTION
405405
of the Actor.
406406
```
407407

408-
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/secrets/index.ts)_
408+
_See code: [src/commands/secrets/index.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/secrets/index.ts)_
409409

410410
## `apify secrets add NAME VALUE`
411411

@@ -424,7 +424,7 @@ DESCRIPTION
424424
The secrets are stored to a file at ~/.apify
425425
```
426426

427-
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/secrets/add.ts)_
427+
_See code: [src/commands/secrets/add.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/secrets/add.ts)_
428428

429429
## `apify secrets rm NAME`
430430

@@ -441,7 +441,7 @@ DESCRIPTION
441441
Removes the secret.
442442
```
443443

444-
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/secrets/rm.ts)_
444+
_See code: [src/commands/secrets/rm.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/secrets/rm.ts)_
445445

446446
## `apify task`
447447

@@ -455,7 +455,7 @@ DESCRIPTION
455455
Commands are designed to be used to interact with Tasks.
456456
```
457457

458-
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/task/index.ts)_
458+
_See code: [src/commands/task/index.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/task/index.ts)_
459459

460460
## `apify task run TASKID`
461461

@@ -480,7 +480,7 @@ DESCRIPTION
480480
takes input for the Actor from the default local key-value store by default.
481481
```
482482

483-
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/task/run.ts)_
483+
_See code: [src/commands/task/run.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/task/run.ts)_
484484

485485
## `apify validate-schema [PATH]`
486486

@@ -505,6 +505,6 @@ DESCRIPTION
505505
You can also pass any custom path to your input schema to have it validated instead.
506506
```
507507

508-
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.20.11/src/commands/validate-schema.ts)_
508+
_See code: [src/commands/validate-schema.ts](https://github.com/apify/apify-cli/blob/v0.20.12/src/commands/validate-schema.ts)_
509509
<!-- commandsstop -->
510510
<!-- prettier-ignore-end -->

0 commit comments

Comments
 (0)