You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
* implemented pre-commit prepareDvcFiles method
* implemented sync and push
* updated to use datasource-utils
* updated to use a published version of @hkube/datasource-utils
* splitted handlers to files, added error handling
* fix commands order
|--cpu|CPU requirements of the algorithm in cores |number|||
150
151
|--gpu|GPU requirements of the algorithm in cores |number|||
151
-
|--mem|memory requirements of the algorithm. Possible units are ['Ki', 'M', 'Mi', 'Gi', 'm', 'K', 'G', 'T', 'Ti', 'P', 'Pi', 'E', 'Ei']. Minimum is 4Mi|string|||
152
-
|--noWait|if true, does not wait for the build to finish|boolean||false|
153
-
|--setCurrent|if true, sets the new version as the current version|boolean||false|
152
+
|--mem|memory requirements of the algorithm. Possible units are ['Mi', 'Gi']. Minimum is 4Mi|string|||
153
+
|--noWait|if true, does not wait for the build to finish|boolean||false|
154
+
|--setCurrent|if true, sets the new version as the current version|boolean||false|
154
155
#### list
155
156
156
157
```shell
@@ -213,7 +214,7 @@ Options:
213
214
|--overwrite|overwrite an existing folder|boolean|||
214
215
|--cpu|CPU requirements of the algorithm in cores |number||0.1|
215
216
|--gpu|GPU requirements of the algorithm in cores |number||0|
216
-
|--mem|memory requirements of the algorithm. Possible units are ['Ki', 'M', 'Mi', 'Gi', 'm', 'K', 'G', 'T', 'Ti', 'P', 'Pi', 'E', 'Ei']. Minimum is 4Mi|string||512Mi|
217
+
|--mem|memory requirements of the algorithm. Possible units are ['Ki', 'M', 'Mi', 'Gi', 'm', 'K', 'G', 'T', 'Ti', 'P', 'Pi', 'E', 'Ei']. Minimum is 4Mi|string||512Mi|
217
218
### pipeline
218
219
---
219
220
```shell
@@ -243,8 +244,8 @@ Options:
243
244
244
245
|option|description|type|required|default|
245
246
|---|---|---|---|---|
246
-
|--file, -f|path for descriptor file|string|true||
247
-
|--readmeFile|path for readme file. example: --readmeFile="./readme.md|string|||
247
+
|-f, --file|path for descriptor file|string|true||
248
+
|--readmeFile|path for readme file. example: --readmeFile="./readme.md|string|||
248
249
### sync
249
250
---
250
251
```shell
@@ -262,9 +263,9 @@ Options:
262
263
263
264
|option|description|type|required|default|
264
265
|---|---|---|---|---|
265
-
|--algorithmName, -a|The name of the algorithm to sync data into [required]|string|true||
266
-
|--folder, -f|local folder to sync.|string||./|
267
-
|--bidirectional, --bidi|Sync files in both ways|boolean||false|
266
+
|-a, --algorithmName|The name of the algorithm to sync data into [required]|string|true||
267
+
|-f, --folder|local folder to sync.|string||./|
268
+
|--bidirectional, --bidi|Sync files in both ways|boolean||false|
268
269
#### create
269
270
270
271
```shell
@@ -276,10 +277,10 @@ Options:
276
277
277
278
|option|description|type|required|default|
278
279
|---|---|---|---|---|
279
-
|--algorithmName, -a|The name of the algorithm|string|true||
280
-
|--folder, -f|local folder to build from.|string||./|
280
+
|-a, --algorithmName|The name of the algorithm|string|true||
281
+
|-f, --folder|local folder to build from.|string||./|
0 commit comments