File tree Expand file tree Collapse file tree 3 files changed +21
-14
lines changed Expand file tree Collapse file tree 3 files changed +21
-14
lines changed Original file line number Diff line number Diff line change
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 `
Original file line number Diff line number Diff line change 4
4
5
5
- View documentation for MinIO client:
6
6
7
- ` tldr mcli `
7
+ ` tldr mc.cli `
8
8
9
9
- View documentation for Midnight Commander:
10
10
Original file line number Diff line number Diff line change 1
1
# mcli
2
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/ > .
3
+ > This command is an alias of ` mc ` (MinIO client).
6
4
7
- - Add connection to a S3 server :
5
+ - View documentation for the original command :
8
6
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 `
You can’t perform that action at this time.
0 commit comments