1
0
mirror of https://github.com/minio/mc.git synced 2025-11-13 12:22:45 +03:00
Files
mc/docs/commands/config.md
2015-04-28 11:03:34 -07:00

21 lines
325 B
Markdown

#### config
```go
NAME:
mc config - Generate configuration "/home/harsha/.mc/config.json" file.
USAGE:
mc config generate
FLAGS:
--alias Add URL aliases into config
EXAMPLES:
1. Generate mc config
$ mc config generate
2. Add alias URLs
$ mc config --alias "zek https://s3.amazonaws.com/"
```