Commit Graph

20 Commits

Author SHA1 Message Date
Brian Tiger Chow
2e512e81c9 test(config) add path assertion 2014-09-12 04:36:07 -07:00
Brian Tiger Chow
a5c0f67c8c fix(config) failing test
also replace *Datastore with Datastore
2014-09-12 04:20:46 -07:00
Matt Bell
f1e088508a config: Made WriteConfigFile create config parent directory if it doesn't exist 2014-09-11 13:06:51 -07:00
Matt Bell
5059654ec4 config: Broke out config directory into its own const 2014-09-11 13:05:59 -07:00
Jeromy
aa5a34a6d1 add init command to generate crypto keys 2014-09-02 12:58:35 -07:00
Jeromy
45fc43c9cf add pub/priv key code to identify, not complete yet 2014-09-01 16:09:03 -07:00
Jeromy
c2cc4b1d70 a little cleanup, ipfs 'works' for basic file adds and cats 2014-08-29 17:22:40 -07:00
Juan Batiz-Benet
c1ae1d2ad4 mkdir .go-ipfs bugfix 2014-08-20 18:26:28 -07:00
Juan Batiz-Benet
dd08e0ed62 config test: write local file 2014-08-07 06:18:20 -07:00
Juan Batiz-Benet
639d196a45 linted config 2014-07-31 02:35:17 -07:00
Juan Batiz-Benet
80323ebae8 config: redo to use other serialization functions 2014-07-31 02:32:03 -07:00
Juan Batiz-Benet
bf7cb198ea config: cleaned up ipfs config cmd 2014-07-31 01:08:37 -07:00
Peter Borzov
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
Aaron Hill
59ab19e3b6 Fix typo 2014-07-22 17:22:13 -04:00
Juan Batiz-Benet
3f97e7e385 goling: PeerId -> ID 2014-07-22 02:28:25 -07:00
Juan Batiz-Benet
f718bd6a92 go lint
link errors left:
- protocol buffers output is not lint-friendly
2014-07-22 02:20:08 -07:00
Juan Batiz-Benet
4e1c413e82 move tilde expnasion to util. 2014-07-05 17:34:44 -07:00
Juan Batiz-Benet
475ef0f032 config ptrs 2014-07-05 13:21:52 -07:00
Juan Batiz-Benet
381bfaa691 gofmt 2014-07-05 01:52:13 -07:00
Juan Batiz-Benet
d71bf674f7 config loading + writing 2014-07-05 01:35:52 -07:00