|
14 | 14 |
|
15 | 15 | This document is autogenerated from <a href='https://github.com/ipfs/docs/blob/master/scripts/cli.sh'>scripts/cli.sh</a>. For issues and support, check out the <a href='https://github.com/ipfs/docs'>docs repository</a> on GitHub.
|
16 | 16 |
|
17 |
| -*Generated on 2019-07-16 15:20:49, from go-ipfs 0.4.21.* |
| 17 | +*Generated on 2019-08-30 18:40:23, from go-ipfs 0.4.22.* |
18 | 18 |
|
19 | 19 | - [ipfs](#ipfs)
|
20 | 20 | - [ipfs add](#ipfs-add)
|
@@ -541,10 +541,10 @@ OPTIONS
|
541 | 541 | DESCRIPTION
|
542 | 542 |
|
543 | 543 | 'ipfs block put' is a plumbing command for storing raw IPFS blocks.
|
544 |
| - It reads from stdin, and <key> is a base58 encoded multihash. |
| 544 | + It reads from stdin, and outputs the block's CID to stdout. |
545 | 545 |
|
546 |
| - By default CIDv0 is going to be generated. Setting 'mhtype' to anything other |
547 |
| - than 'sha2-256' or format to anything other than 'v0' will result in CIDv1. |
| 546 | + Unless specified, this command returns dag-pb CIDv0 CIDs. Setting 'mhtype' to anything |
| 547 | + other than 'sha2-256' or format to anything other than 'v0' will result in CIDv1. |
548 | 548 |
|
549 | 549 |
|
550 | 550 | ```
|
@@ -1010,6 +1010,17 @@ SYNOPSIS
|
1010 | 1010 | DESCRIPTION
|
1011 | 1011 |
|
1012 | 1012 | Available profiles:
|
| 1013 | + 'randomports': |
| 1014 | + Use a random port number for swarm. |
| 1015 | + 'server': |
| 1016 | + Disables local host discovery, recommended when |
| 1017 | + running IPFS on machines with public IPv4 addresses. |
| 1018 | + 'local-discovery': |
| 1019 | + Sets default values to fields affected by the server |
| 1020 | + profile, enables discovery in local networks. |
| 1021 | + 'test': |
| 1022 | + Reduces external interference of IPFS daemon, this |
| 1023 | + is useful when using the daemon in test environments. |
1013 | 1024 | 'default-networking':
|
1014 | 1025 | Restores default network settings.
|
1015 | 1026 | Inverse profile of the test profile.
|
@@ -1045,17 +1056,6 @@ DESCRIPTION
|
1045 | 1056 | functionality - performance of content discovery and data
|
1046 | 1057 | fetching may be degraded.
|
1047 | 1058 |
|
1048 |
| - 'randomports': |
1049 |
| - Use a random port number for swarm. |
1050 |
| - 'server': |
1051 |
| - Disables local host discovery, recommended when |
1052 |
| - running IPFS on machines with public IPv4 addresses. |
1053 |
| - 'local-discovery': |
1054 |
| - Sets default values to fields affected by the server |
1055 |
| - profile, enables discovery in local networks. |
1056 |
| - 'test': |
1057 |
| - Reduces external interference of IPFS daemon, this |
1058 |
| - is useful when using the daemon in test environments. |
1059 | 1059 |
|
1060 | 1060 | SUBCOMMANDS
|
1061 | 1061 | ipfs config profile apply <profile> - Apply profile to config.
|
@@ -4517,9 +4517,29 @@ DESCRIPTION
|
4517 | 4517 | ## ipfs update
|
4518 | 4518 |
|
4519 | 4519 | ```
|
4520 |
| -ipfs-update is an 'external' command. |
4521 |
| -It does not currently appear to be installed. |
4522 |
| -Please refer to the ipfs documentation for instructions. |
| 4520 | +NAME: |
| 4521 | + ipfs-update - Update ipfs. |
| 4522 | +
|
| 4523 | +USAGE: |
| 4524 | + ipfs-update [global options] command [command options] [arguments...] |
| 4525 | +
|
| 4526 | +VERSION: |
| 4527 | + 1.5.3-dev |
| 4528 | +
|
| 4529 | +COMMANDS: |
| 4530 | + versions Print out all available versions. |
| 4531 | + version Print out currently installed version. |
| 4532 | + install Install a version of ipfs. |
| 4533 | + stash stashes copy of currently installed ipfs binary |
| 4534 | + revert Revert to previously installed version of ipfs. |
| 4535 | + fetch Fetch a given version of ipfs. Default: latest. |
| 4536 | + help, h Shows a list of commands or help for one command |
| 4537 | +
|
| 4538 | +GLOBAL OPTIONS: |
| 4539 | + --verbose Print verbose output. |
| 4540 | + --distpath value specify the distributions build to use |
| 4541 | + --help, -h show help |
| 4542 | + --version, -v print the version |
4523 | 4543 | ```
|
4524 | 4544 |
|
4525 | 4545 | ## ipfs urlstore
|
|
0 commit comments