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:

committed by
Juan Batiz-Benet

parent
4b1bae8bc8
commit
20bce47491
@ -41,6 +41,7 @@ Use "ipfs help <command>" for more information about a command.
|
||||
cmdIpfsCat,
|
||||
cmdIpfsLs,
|
||||
cmdIpfsRefs,
|
||||
cmdIpfsConfig,
|
||||
cmdIpfsVersion,
|
||||
cmdIpfsCommands,
|
||||
cmdIpfsMount,
|
||||
|
Reference in New Issue
Block a user