Commit Graph

10 Commits

Author SHA1 Message Date
Jeromy
2607bee4d6 Change config flag to accept config dir instead of file path 2014-09-17 06:03:58 +00:00
Jeromy
9e4b8586a9 Add config flag to cmd line interface 2014-09-17 02:49:36 +00:00
Brian Tiger Chow
7968b45e58 vendor dependencies with godep
dependencies are vendored into Godeps/_workspace and commit versions are
recorded in Godeps.json

update datastore to e89f0511
update go.crypto
2014-09-09 22:39:42 -07:00
Jeromy
aa5a34a6d1 add init command to generate crypto keys 2014-09-02 12:58:35 -07:00
Jeromy
c2cc4b1d70 a little cleanup, ipfs 'works' for basic file adds and cats 2014-08-29 17:22:40 -07:00
Jeromy
691d1b36bb integrate bitswap and blockservice into the core package 2014-08-29 11:34:50 -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
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
Juan Batiz-Benet
6626e6791b cli -> cmd/ipfs 2014-07-22 02:30:32 -07:00