1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00
Commit Graph

31 Commits

Author SHA1 Message Date
Harshavardhana
a40c08bfae Travis possible build fix 2015-04-11 16:35:29 -07:00
Frederick F. Kautz IV
63a0ab89fe Adding config test 2015-04-11 16:05:32 -07:00
Frederick F. Kautz IV
fa62b85a5a Using switch instead of if statement for path 2015-04-10 23:34:34 -07:00
Harshavardhana
1e8c803478 Remove docs directory, approaching self documentation 2015-04-10 21:09:45 -07:00
Frederick F. Kautz IV
84c5c244b9 Removing fatal side effects from get bash completion config 2015-04-10 17:50:44 -07:00
Frederick F. Kautz IV
37741a292a Updating how config files are retrieved 2015-04-10 14:29:12 -07:00
Harshavardhana
ad35fe72d0 Move colors to console package, now implement colored
- Fatal, Fatalf, Fatalln
 - Error, Errorln
 - Info, Infof, Infoln
2015-04-10 01:14:47 -07:00
Frederick F. Kautz IV
ab2fb8f1c6 Killing an unused function 2015-04-09 20:26:24 -07:00
Frederick F. Kautz IV
a7ffa3aba7 Updating error printing in cmd-config 2015-04-09 20:21:17 -07:00
Harshavardhana
bec4dc2b6c Avoid using versions for ./mc update, use build time instead.
Also a minor fix in glob matching should be a proper HostURL
2015-04-09 03:53:32 -07:00
Anand Babu (AB) Periasamy
99240bfb2d config bug fixes and removed default-host support 2015-04-09 02:41:59 -07:00
Harshavardhana
6e9fe6dc56 mc client interface now provides typed errors 2015-04-08 22:21:01 -07:00
Harshavardhana
e8baa6c8e9 Add ./mc update command 2015-04-08 21:41:59 -07:00
Harshavardhana
8ea467294f iodine deps now coming in from minio-io/pkg/iodine 2015-04-08 18:19:51 -07:00
Harshavardhana
abd2bd729b Update documentation 2015-04-08 17:02:50 -07:00
Harshavardhana
3eac44879f Now mc on windows uses C:\Users\<Username>\mc as the config directory 2015-04-08 15:14:56 -07:00
Harshavardhana
44d0f86e54 Add coloring outside of iodine, moving iodine messages to log.Debug 2015-04-06 12:50:15 -07:00
Harshavardhana
9e7c367545 Move from mgutz/ansi to fatih/color package on popularity and cleaner API.
This package also supports Windows console coloring.
2015-04-06 12:17:34 -07:00
Frederick F. Kautz IV
8e438a7473 Adding iodine to cmd-config 2015-04-06 12:08:17 -07:00
Anand Babu (AB) Periasamy
02e7e35d7b first step to rewrite copy cmd 2015-04-03 12:56:28 -07:00
Anand Babu (AB) Periasamy
a88f206f4b better args/url parssing 2015-03-27 14:19:32 -07:00
Harshavardhana
bcf41c53c2 Move From codegangsta/cli to minio-io/cli fork 2015-03-24 20:24:51 -07:00
Harshavardhana
d1550045b3 Donut command 2015-03-22 20:03:39 -07:00
Anand Babu (AB) Periasamy
b0479c729c glob matching for host configuration in config file 2015-03-20 02:53:46 -07:00
Anand Babu (AB) Periasamy
b855e37945 new config file format and some restructuring 2015-03-19 18:09:56 -07:00
Harshavardhana
a911f67262 Add a way to update alias using --alias <aliasname> <url> 2015-03-19 14:24:27 -07:00
Harshavardhana
b378a0d8ae If config.json is not created yet, don't eagerly error out - handle it gracefully 2015-03-17 23:09:12 -07:00
Anand Babu (AB) Periasamy
dc47ae2449 improvements to config file and alias 2015-03-17 22:35:58 -07:00
Anand Babu (AB) Periasamy
b3110539a4 alias support 2015-03-17 22:35:58 -07:00
Harshavardhana
302aa7084b Call don't interfere with config.json updates while calling only --completion 2015-03-16 11:35:51 -07:00
Harshavardhana
5416124514 Move bash completion to ./mc config subcommand 2015-03-15 18:36:35 -07:00