Skip to content

Commit

Permalink
Merge pull request #105 from InfuseAI/chore/update-files-doc
Browse files Browse the repository at this point in the history
[Chore] Update files example
  • Loading branch information
ctiml committed Dec 27, 2022
2 parents 61efd9c + a8abfaa commit d8bea5f
Show file tree
Hide file tree
Showing 2 changed files with 12 additions and 12 deletions.
12 changes: 6 additions & 6 deletions docs/CLI/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -119,18 +119,18 @@ We could use `list` to watch files or directory remotely.

```
$ primehub files list /
name size lastModified
------------- ------ --------------
jobArtifacts/ 0
name size lastModified phfsUri
------------- ------ -------------- ---------------------
jobArtifacts/ 0 phfs:///jobArtifacts/
```

You might go deeply into a sub-directory:

```
$ primehub files list /jobArtifacts/job-202107290838-aoq173/
name size lastModified
---------- ------ --------------
.metadata/ 0
name size lastModified phfsUri
---------- ------ -------------- ------------------
.metadata/ 0 phfs:///.metadata/
```

Then `download` a file directly or a directory with `--recursive` options
Expand Down
12 changes: 6 additions & 6 deletions primehub/extras/templates/examples/files.md
Original file line number Diff line number Diff line change
Expand Up @@ -4,18 +4,18 @@ We could use `list` to watch files or directory remotely.

```
$ primehub files list /
name size lastModified
------------- ------ --------------
jobArtifacts/ 0
name size lastModified phfsUri
------------- ------ -------------- ---------------------
jobArtifacts/ 0 phfs:///jobArtifacts/
```

You might go deeply into a sub-directory:

```
$ primehub files list /jobArtifacts/job-202107290838-aoq173/
name size lastModified
---------- ------ --------------
.metadata/ 0
name size lastModified phfsUri
---------- ------ -------------- ------------------
.metadata/ 0 phfs:///.metadata/
```

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

0 comments on commit d8bea5f

Please sign in to comment.