split source code for each command.

This commit is contained in:
2023-05-10 18:17:35 +09:00
parent dd0b0ba68f
commit 97007233c6
22 changed files with 620 additions and 553 deletions

View File

@ -29,7 +29,7 @@ $ mdrs logout neurodata:
```
### whoami
Print effective user name
Print current user name
```
$ mdrs whoami neurodata:
```
@ -52,12 +52,6 @@ Create a new folder
$ mdrs mkdir neurodata:/NIU/Repository/TEST
```
### metadata
Get a folder metadata
```
$ mdrs metadata neurodata:/NIU/Repository/TEST
```
### upload
Upload the file or directory
```
@ -86,6 +80,12 @@ $ mdrs rm neurodata:/NIU/Repository/TEST2/sample2.dat
$ mdrs rm -r neurodata:/NIU/Repository/TEST2/dataset
```
### metadata
Get a folder metadata
```
$ mdrs metadata neurodata:/NIU/Repository/TEST
```
### file-metadata
Get the file metadata
```