Harshavardhana
d97cfaa55d
Fix trace formatting ( #2805 )
2019-06-19 15:11:03 -07:00
ebozduman
83a9d8b91d
Adds missing codebase MinIO and min.io changes ( #2745 )
2019-04-16 22:31:54 -07:00
Sidhartha Mani
c75abbb3f9
use colorjson for all other mc outputs ( #2683 )
...
- Update to MarshalIndent instead of Marshal
- Allow unmarshalling
2019-02-28 14:33:13 -08:00
Harshavardhana
cb4f46854b
Fix command line names and documentation ( #2602 )
2018-11-19 17:19:53 -08:00
Harshavardhana
9226796558
Fix a typo in config set success message ( #2588 )
2018-11-01 16:46:44 +05:30
Harshavardhana
7b69f0064d
Add 'mc admin restart' message ( #2574 )
2018-10-18 17:46:20 -07:00
Harshavardhana
073ed250fe
Update madmin API with latest server changes ( #2516 )
2018-08-17 18:55:05 -07:00
Aditya Manthramurthy
793cda2ca0
New Admin API client-side implementation ( #2350 )
2018-01-23 12:32:58 -08:00
Aditya Manthramurthy
ca96cfc6e6
Move pkg/probe from vendor dir to package dir ( #2236 )
...
The probe package is no longer available in the Minio server
repo. This change just moves probe from the vendor directory to its
own dir under `pkg`.
This is a maintenance fix.
2017-08-14 11:13:38 -07:00
Harshavardhana
018bcbf629
cli/docs: Fix all cli docs to be consistent in terms of usage. ( #2119 )
...
ALIAS should be called as TARGET for all cli commands.
2017-04-11 12:06:02 +01:00
Anis Elleuch
bf657a33e3
admin: Add set config command ( #2051 )
...
Which works this way:
```
cat config.json | mc admin config set myminio/
```
2017-03-03 15:18:23 -08:00