1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-06-29 01:12:24 +08:00

ipfs config cmd with git-style get/set

Adds "ipfs config" command designed in git style.
See specific config's values with:

        $ipfs config datastore.path
        ~/.go-ipfs/datastore

Assign a new value with:

        $ipfs config datastore.path ~/.go-ipfs/datastore

Open the config file in your default $EDITOR:

        ipfs config edit
This commit is contained in:
Peter Borzov
2014-07-29 21:45:56 -04:00
committed by Juan Batiz-Benet
parent 4b1bae8bc8
commit 20bce47491
4 changed files with 159 additions and 3 deletions

View File

@ -41,6 +41,7 @@ Use "ipfs help <command>" for more information about a command.
cmdIpfsCat,
cmdIpfsLs,
cmdIpfsRefs,
cmdIpfsConfig,
cmdIpfsVersion,
cmdIpfsCommands,
cmdIpfsMount,