File tree 2 files changed +17
-3
lines changed
2 files changed +17
-3
lines changed Original file line number Diff line number Diff line change @@ -55,20 +55,28 @@ primehub files list <path>
55
55
* path: The path to list
56
56
57
57
58
- ### Upload
58
+
59
+
60
+
61
+ ### upload
59
62
60
63
Upload shared files
61
64
65
+
62
66
```
63
67
primehub files upload <src> <path>
64
68
```
65
69
66
- * src: The local path to upload artifacts
70
+ * src: The local path to save artifacts
67
71
* path: The path of file or folder
68
72
69
73
70
74
* * (optional)* recursive
71
75
76
+
77
+
78
+
79
+
72
80
## Examples
73
81
74
82
We could use ` list ` to watch files or directory remotely.
@@ -107,4 +115,4 @@ Uses `upload` to upload a file or a directory with `--recursive` options.
107
115
108
116
```
109
117
$ primehub files upload ./my-download /jobArtifacts/job-202107290838-aoq173 --recursive
110
- ```
118
+ ```
Original file line number Diff line number Diff line change @@ -29,3 +29,9 @@ $ tree ./my-download
29
29
./my-download
30
30
`-- job-202107290838-aoq173
31
31
```
32
+
33
+ Uses ` upload ` to upload a file or a directory with ` --recursive ` options.
34
+
35
+ ```
36
+ $ primehub files upload ./my-download /jobArtifacts/job-202107290838-aoq173 --recursive
37
+ ```
You can’t perform that action at this time.
0 commit comments