Commit Graph

11 Commits

Author SHA1 Message Date
Sky Young
2fed6b4768 Rename to flocore 2018-05-07 16:30:08 -07:00
OstlerDev
4a9658184a btc -> flo 2018-01-15 16:43:07 -08:00
Braydon Fuller
de8b314561 cli: update help command for daemon 2016-09-21 13:27:17 -04:00
Braydon Fuller
61caf6974a cli: parse json params 2016-06-03 15:41:14 -04:00
Braydon Fuller
92bae5f09a general: code cleanup, refactoring and formatting 2016-04-27 11:36:26 -04:00
Braydon Fuller
92382d69cc Add --testnet option to create command. 2015-10-21 15:28:28 -04:00
Braydon Fuller
9ab989a68a Remove aliases for commands 2015-10-20 17:09:28 -04:00
Braydon Fuller
83058eae26 Only use local install if config file exists. 2015-10-20 14:56:09 -04:00
Braydon Fuller
e046f7294e Changes to be able to run with only a configuration file.
- Adds parameter to cli methods to be able to specify the location of services modules. This is useful for packages that wrap bitcore-node to be able to pass along a node_modules directory with services.
- Adds another parameter for including additional services in the default settings.
- Will use the `process.env.HOME + '/.bitcore` as the default configuration location.
- There are now two `getDefaultConfig`, one that will instatiate a `~/.bitcore` directory with a default if it doesn't exist, and `getBaseDefaultConfig` that will return a basic configuration without additional services enabled.
- Changes logic to use the global install if a local node_modules version is not available, this would previously assume that it was a local install because of the existence of a configuration file.
2015-10-20 12:33:53 -04:00
Stephen Pair
05eb5a03f2 remove debug output from bitcore cli utility 2015-10-20 15:49:01 +00:00
Braydon Fuller
58894bc4b2 Expose cli methods. 2015-10-18 16:20:51 -04:00