Skip to content

Commit d8bea5f

Browse files
authored
Merge pull request #105 from InfuseAI/chore/update-files-doc
[Chore] Update files example
2 parents 61efd9c + a8abfaa commit d8bea5f

File tree

2 files changed

+12
-12
lines changed

2 files changed

+12
-12
lines changed

docs/CLI/files.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -119,18 +119,18 @@ We could use `list` to watch files or directory remotely.
119119

120120
```
121121
$ primehub files list /
122-
name size lastModified
123-
------------- ------ --------------
124-
jobArtifacts/ 0
122+
name size lastModified phfsUri
123+
------------- ------ -------------- ---------------------
124+
jobArtifacts/ 0 phfs:///jobArtifacts/
125125
```
126126

127127
You might go deeply into a sub-directory:
128128

129129
```
130130
$ primehub files list /jobArtifacts/job-202107290838-aoq173/
131-
name size lastModified
132-
---------- ------ --------------
133-
.metadata/ 0
131+
name size lastModified phfsUri
132+
---------- ------ -------------- ------------------
133+
.metadata/ 0 phfs:///.metadata/
134134
```
135135

136136
Then `download` a file directly or a directory with `--recursive` options

primehub/extras/templates/examples/files.md

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -4,18 +4,18 @@ We could use `list` to watch files or directory remotely.
44

55
```
66
$ primehub files list /
7-
name size lastModified
8-
------------- ------ --------------
9-
jobArtifacts/ 0
7+
name size lastModified phfsUri
8+
------------- ------ -------------- ---------------------
9+
jobArtifacts/ 0 phfs:///jobArtifacts/
1010
```
1111

1212
You might go deeply into a sub-directory:
1313

1414
```
1515
$ primehub files list /jobArtifacts/job-202107290838-aoq173/
16-
name size lastModified
17-
---------- ------ --------------
18-
.metadata/ 0
16+
name size lastModified phfsUri
17+
---------- ------ -------------- ------------------
18+
.metadata/ 0 phfs:///.metadata/
1919
```
2020

2121
Then `download` a file directly or a directory with `--recursive` options

0 commit comments

Comments
 (0)