pfs.md 958 字节
Newer Older
G
gongweibao 已提交
1 2 3 4 5 6 7 8 9 10 11 12 13 14
# PFS Client

## Description
The `pfs` command is a Command Line Interface to manage your files on Paddle Cloud

## Synopsis
```
paddle [options] pfs <subcommand> [parameters]
```

## Options
```
--profile (string)
	Use a specific profile from your credential file.
G
gongweibao 已提交
15 16 17 18

--help (string)
	Display more information about command

G
gongweibao 已提交
19 20
--version
	Output version information and exit
G
gongweibao 已提交
21

G
gongweibao 已提交
22 23
--debug
	Show detailed debugging log	
G
gongweibao 已提交
24 25 26
	
--only-show-errors (boolean) 
	Only errors and warnings are displayed. All other output is suppressed.
G
gongweibao 已提交
27 28 29
```

## Path Arguments
G
gongweibao 已提交
30
When using a command, we need to specify path arguments. There are two path argument type: `localpath` and `pfspath`.  
G
gongweibao 已提交
31
A `pfspath` begin with `/pfs`, eg: `/pfs/mydir/text1.txt`.
G
gongweibao 已提交
32

G
gongweibao 已提交
33 34
## order of Path Arguments
Commonly, if there are two path arguments. The first is the source, and the second is the destination.
G
gongweibao 已提交
35 36 37 38 39 40 41 42

## Subcommonds
- [rm](rm.md)
- [mv](mv.md)
- [cp](cp.md)
- [ls](ls.md)
- [mkdir](mkdir.md)
- [sync](sync.md)