Skip to content

Commit 6fb4ad1

Browse files
committed
chore: bump version
1 parent deff859 commit 6fb4ad1

4 files changed

Lines changed: 21 additions & 21 deletions

File tree

README.md

Lines changed: 17 additions & 17 deletions
Original file line numberDiff line numberDiff line change
@@ -262,7 +262,7 @@ USAGE
262262
$ apify actor
263263
```
264264

265-
_See code: [src/commands/actor/index.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/actor/index.js)_
265+
_See code: [src/commands/actor/index.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/actor/index.js)_
266266

267267
## `apify actor:get-input`
268268

@@ -273,7 +273,7 @@ USAGE
273273
$ apify actor:get-input
274274
```
275275

276-
_See code: [src/commands/actor/get-input.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/actor/get-input.js)_
276+
_See code: [src/commands/actor/get-input.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/actor/get-input.js)_
277277

278278
## `apify actor:get-value KEY`
279279

@@ -287,7 +287,7 @@ ARGUMENTS
287287
KEY Key of the record in key-value store
288288
```
289289

290-
_See code: [src/commands/actor/get-value.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/actor/get-value.js)_
290+
_See code: [src/commands/actor/get-value.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/actor/get-value.js)_
291291

292292
## `apify actor:push-data [ITEM]`
293293

@@ -308,7 +308,7 @@ DESCRIPTION
308308
$ cat ./test.json | apify actor:push-data
309309
```
310310

311-
_See code: [src/commands/actor/push-data.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/actor/push-data.js)_
311+
_See code: [src/commands/actor/push-data.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/actor/push-data.js)_
312312

313313
## `apify actor:set-value KEY [VALUE]`
314314

@@ -338,7 +338,7 @@ DESCRIPTION
338338
$ cat ./my-text-file.txt | apify actor:set-value KEY --contentType text/plain
339339
```
340340

341-
_See code: [src/commands/actor/set-value.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/actor/set-value.js)_
341+
_See code: [src/commands/actor/set-value.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/actor/set-value.js)_
342342

343343
## `apify call [ACTID]`
344344

@@ -363,7 +363,7 @@ DESCRIPTION
363363
takes input for the actor from the default local key-value store by default.
364364
```
365365

366-
_See code: [src/commands/call.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/call.js)_
366+
_See code: [src/commands/call.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/call.js)_
367367

368368
## `apify create [ACTORNAME]`
369369

@@ -382,7 +382,7 @@ OPTIONS
382382
find available template names.
383383
```
384384

385-
_See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/create.js)_
385+
_See code: [src/commands/create.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/create.js)_
386386

387387
## `apify info`
388388

@@ -396,7 +396,7 @@ DESCRIPTION
396396
The information is printed to the console.
397397
```
398398

399-
_See code: [src/commands/info.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/info.js)_
399+
_See code: [src/commands/info.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/info.js)_
400400

401401
## `apify init [ACTORNAME]`
402402

@@ -416,7 +416,7 @@ DESCRIPTION
416416
WARNING: The directory at "apify_storage" will be overwritten if it already exists.
417417
```
418418

419-
_See code: [src/commands/init.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/init.js)_
419+
_See code: [src/commands/init.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/init.js)_
420420

421421
## `apify login`
422422

@@ -434,7 +434,7 @@ DESCRIPTION
434434
"apify" commands. To log out, call "apify logout".
435435
```
436436

437-
_See code: [src/commands/login.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/login.js)_
437+
_See code: [src/commands/login.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/login.js)_
438438

439439
## `apify logout`
440440

@@ -449,7 +449,7 @@ DESCRIPTION
449449
call "apify login".
450450
```
451451

452-
_See code: [src/commands/logout.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/logout.js)_
452+
_See code: [src/commands/logout.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/logout.js)_
453453

454454
## `apify push [ACTORID]`
455455

@@ -484,7 +484,7 @@ DESCRIPTION
484484
WARNING: If the target actor already exists in your Apify account, it will be overwritten!
485485
```
486486

487-
_See code: [src/commands/push.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/push.js)_
487+
_See code: [src/commands/push.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/push.js)_
488488

489489
## `apify run`
490490

@@ -514,7 +514,7 @@ DESCRIPTION
514514
can set up your own main file or environment variables by changing it.
515515
```
516516

517-
_See code: [src/commands/run.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/run.js)_
517+
_See code: [src/commands/run.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/run.js)_
518518

519519
## `apify secrets`
520520

@@ -540,7 +540,7 @@ DESCRIPTION
540540
of the actor.
541541
```
542542

543-
_See code: [src/commands/secrets/index.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/secrets/index.js)_
543+
_See code: [src/commands/secrets/index.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/secrets/index.js)_
544544

545545
## `apify secrets:add NAME VALUE`
546546

@@ -558,7 +558,7 @@ DESCRIPTION
558558
The secrets are stored to a file at ~/.apify
559559
```
560560

561-
_See code: [src/commands/secrets/add.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/secrets/add.js)_
561+
_See code: [src/commands/secrets/add.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/secrets/add.js)_
562562

563563
## `apify secrets:rm NAME`
564564

@@ -572,7 +572,7 @@ ARGUMENTS
572572
NAME Name of the secret
573573
```
574574

575-
_See code: [src/commands/secrets/rm.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/secrets/rm.js)_
575+
_See code: [src/commands/secrets/rm.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/secrets/rm.js)_
576576

577577
## `apify vis [PATH]`
578578

@@ -586,5 +586,5 @@ ARGUMENTS
586586
PATH Optional path to your INPUT_SCHEMA.json file. If not provided ./INPUT_SCHEMA.json is used.
587587
```
588588

589-
_See code: [src/commands/vis.js](https://github.com/apify/apify-cli/blob/v0.7.1/src/commands/vis.js)_
589+
_See code: [src/commands/vis.js](https://github.com/apify/apify-cli/blob/v0.7.2/src/commands/vis.js)_
590590
<!-- commandsstop -->

npm-shrinkwrap.json

Lines changed: 2 additions & 2 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)