Skip to content

Commit 7170cf3

Browse files
committed
fix
1 parent 27b7390 commit 7170cf3

File tree

3 files changed

+21
-14
lines changed

3 files changed

+21
-14
lines changed

pages/common/mc.cli.md

Lines changed: 17 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,17 @@
1+
# mcli
2+
3+
> MinIO Client for object storage and filesystems.
4+
> May be named `mc` on some systems.
5+
> More information: <https://minio.github.io/mc/>.
6+
7+
- Add connection to a S3 server:
8+
9+
`mcli alias set {{local}} {{http://localhost:9000}} {{access_key}} {{secret_key}}`
10+
11+
- Create a bucket:
12+
13+
`mcli mb {{local/bucket_name}}`
14+
15+
- List buckets and their content recursively:
16+
17+
`mcli ls {{local}} --recursive`

pages/common/mc.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
55
- View documentation for MinIO client:
66

7-
`tldr mcli`
7+
`tldr mc.cli`
88

99
- View documentation for Midnight Commander:
1010

pages/common/mcli.md

Lines changed: 3 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,17 +1,7 @@
11
# mcli
22

3-
> MinIO Client for object storage and filesystems.
4-
> May be named `mc` on some systems.
5-
> More information: <https://minio.github.io/mc/>.
3+
> This command is an alias of `mc` (MinIO client).
64
7-
- Add connection to a S3 server:
5+
- View documentation for the original command:
86

9-
`mcli alias set {{local}} {{http://localhost:9000}} {{access_key}} {{secret_key}}`
10-
11-
- Create a bucket:
12-
13-
`mcli mb {{local/bucket_name}}`
14-
15-
- List buckets and their content recursively:
16-
17-
`mcli ls {{local}} --recursive`
7+
`tldr mc.cli.md`

0 commit comments

Comments
 (0)