1
0
mirror of https://github.com/ipfs/kubo.git synced 2025-09-16 20:15:08 +08:00

9 Commits

Author SHA1 Message Date
f1e088508a config: Made WriteConfigFile create config parent directory if it doesn't exist 2014-09-11 13:06:51 -07:00
c2cc4b1d70 a little cleanup, ipfs 'works' for basic file adds and cats 2014-08-29 17:22:40 -07:00
c1ae1d2ad4 mkdir .go-ipfs bugfix 2014-08-20 18:26:28 -07:00
80323ebae8 config: redo to use other serialization functions 2014-07-31 02:32:03 -07:00
bf7cb198ea config: cleaned up ipfs config cmd 2014-07-31 01:08:37 -07:00
20bce47491 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
2014-07-31 00:24:41 -07:00
f718bd6a92 go lint
link errors left:
- protocol buffers output is not lint-friendly
2014-07-22 02:20:08 -07:00
381bfaa691 gofmt 2014-07-05 01:52:13 -07:00
d71bf674f7 config loading + writing 2014-07-05 01:35:52 -07:00