underpost 2.8.847 → 2.8.851
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/README.md +49 -35
- package/cli.md +84 -84
- package/conf.js +1 -1
- package/docker-compose.yml +1 -1
- package/manifests/deployment/dd-template-development/deployment.yaml +2 -2
- package/package.json +1 -1
- package/src/api/user/user.service.js +9 -38
- package/src/cli/run.js +7 -0
- package/src/client/Default.index.js +6 -2
- package/src/client/components/core/Account.js +1 -1
- package/src/client/components/core/Content.js +11 -7
- package/src/client/components/core/Css.js +195 -15
- package/src/client/components/core/CssCore.js +1 -1
- package/src/client/components/core/Docs.js +4 -4
- package/src/client/components/core/Input.js +6 -1
- package/src/client/components/core/LoadingAnimation.js +8 -15
- package/src/client/components/core/LogIn.js +3 -0
- package/src/client/components/core/LogOut.js +1 -1
- package/src/client/components/core/Modal.js +21 -10
- package/src/client/components/core/PanelForm.js +2 -3
- package/src/client/components/core/Recover.js +2 -1
- package/src/client/components/core/Router.js +22 -23
- package/src/client/components/core/SignUp.js +1 -0
- package/src/client/components/core/SocketIo.js +3 -3
- package/src/client/components/core/VanillaJs.js +48 -17
- package/src/client/components/core/Worker.js +3 -1
- package/src/client/components/default/CssDefault.js +17 -3
- package/src/client/components/default/MenuDefault.js +243 -50
- package/src/client/components/default/RoutesDefault.js +8 -14
- package/src/client/public/default/assets/background/dark.jpg +0 -0
- package/src/client/public/default/assets/background/dark.svg +557 -0
- package/src/client/public/default/assets/logo/underpost.gif +0 -0
- package/src/index.js +1 -1
- package/src/mailer/MailerProvider.js +37 -0
- package/src/server/client-build.js +1 -8
package/README.md
CHANGED
|
@@ -35,6 +35,13 @@ template
|
|
|
35
35
|
|
|
36
36
|
|
|
37
37
|
|
|
38
|
+
|
|
39
|
+
|
|
40
|
+
|
|
41
|
+
|
|
42
|
+
|
|
43
|
+
|
|
44
|
+
|
|
38
45
|
|
|
39
46
|
|
|
40
47
|
|
|
@@ -46,7 +53,7 @@ template
|
|
|
46
53
|
<!-- badges -->
|
|
47
54
|
|
|
48
55
|
|
|
49
|
-
[](https://github.com/underpostnet/engine/actions/workflows/docker-image.yml) [](https://github.com/underpostnet/engine/actions/workflows/coverall.yml) [](https://www.npmjs.com/package/underpost) [](https://github.com/underpostnet/engine/actions/workflows/docker-image.yml) [](https://github.com/underpostnet/engine/actions/workflows/coverall.yml) [](https://www.npmjs.com/package/underpost) [](https://socket.dev/npm/package/underpost/overview/2.8.851) [](https://coveralls.io/github/underpostnet/engine?branch=master) [](https://www.npmjs.org/package/underpost) [](https://www.npmjs.com/package/underpost)
|
|
50
57
|
|
|
51
58
|
|
|
52
59
|
<!-- end-badges -->
|
|
@@ -64,6 +71,13 @@ template
|
|
|
64
71
|
|
|
65
72
|
|
|
66
73
|
|
|
74
|
+
|
|
75
|
+
|
|
76
|
+
|
|
77
|
+
|
|
78
|
+
|
|
79
|
+
|
|
80
|
+
|
|
67
81
|
|
|
68
82
|
|
|
69
83
|
|
|
@@ -116,43 +130,43 @@ Run dev client server
|
|
|
116
130
|
npm run dev
|
|
117
131
|
```
|
|
118
132
|
<!-- -->
|
|
119
|
-
## underpost ci/cd cli v2.8.
|
|
133
|
+
## underpost ci/cd cli v2.8.851
|
|
120
134
|
|
|
121
135
|
### Usage: `underpost [options] [command]`
|
|
122
|
-
|
|
123
|
-
|
|
124
|
-
|
|
125
|
-
|
|
136
|
+
|
|
137
|
+
```
|
|
138
|
+
Options:
|
|
139
|
+
-V, --version output the version number
|
|
140
|
+
-h, --help display help for command
|
|
126
141
|
|
|
127
142
|
Commands:
|
|
128
|
-
|
|
129
|
-
|
|
130
|
-
|
|
131
|
-
|
|
132
|
-
|
|
133
|
-
|
|
134
|
-
|
|
135
|
-
|
|
136
|
-
|
|
137
|
-
|
|
138
|
-
|
|
139
|
-
|
|
140
|
-
|
|
141
|
-
|
|
142
|
-
|
|
143
|
-
|
|
144
|
-
|
|
145
|
-
|
|
146
|
-
|
|
147
|
-
|
|
148
|
-
|
|
149
|
-
|
|
150
|
-
|
|
151
|
-
|
|
152
|
-
|
|
153
|
-
|
|
154
|
-
|
|
143
|
+
new <app-name> Initializes a new Underpost project with a predefined structure.
|
|
144
|
+
start [options] <deploy-id> [env] Initiates application servers, build pipelines, or other defined services based on the deployment ID.
|
|
145
|
+
clone [options] <uri> Clones a specified GitHub repository into the current directory.
|
|
146
|
+
pull [options] <path> <uri> Pulls the latest changes from a specified GitHub repository.
|
|
147
|
+
cmt [options] <path> <commit-type> [module-tag] [message] Manages commits to a GitHub repository, supporting various commit types and options.
|
|
148
|
+
push [options] <path> <uri> Pushes committed changes from a local repository to a remote GitHub repository.
|
|
149
|
+
env <deploy-id> [env] Sets environment variables and configurations related to a specific deployment ID.
|
|
150
|
+
config [options] <operator> [key] [value] Manages Underpost configurations using various operators.
|
|
151
|
+
root Displays the root path of the npm installation.
|
|
152
|
+
cluster [options] [pod-name] Manages Kubernetes clusters, defaulting to Kind cluster initialization.
|
|
153
|
+
deploy [options] [deploy-list] [env] Manages application deployments, defaulting to deploying development pods.
|
|
154
|
+
secret [options] <platform> Manages secrets for various platforms.
|
|
155
|
+
dockerfile-image-build [options] Builds a Docker image from a specified Dockerfile with various options for naming, saving, and loading.
|
|
156
|
+
dockerfile-pull-base-images [options] Pulls required Underpost Dockerfile base images and optionally loads them into clusters.
|
|
157
|
+
install Quickly imports Underpost npm dependencies by copying them.
|
|
158
|
+
db [options] <deploy-list> Manages database operations, including import, export, and collection management.
|
|
159
|
+
script [options] <operator> <script-name> [script-value] Supports a variety of built-in Underpost global scripts, their preset lifecycle events, and arbitrary custom scripts.
|
|
160
|
+
cron [options] [deploy-list] [job-list] Manages cron jobs, including initialization, execution, and configuration updates.
|
|
161
|
+
fs [options] [path] Manages file storage, defaulting to file upload operations.
|
|
162
|
+
test [options] [deploy-list] Manages and runs tests, defaulting to the current Underpost default test suite.
|
|
163
|
+
monitor [options] <deploy-id> [env] Manages health server monitoring for specified deployments.
|
|
164
|
+
ssh [options] Import and start ssh server and client based on current default deployment ID.
|
|
165
|
+
run [options] <runner-id> [path] Runs a script from the specified path.
|
|
166
|
+
lxd [options] Manages LXD containers and virtual machines.
|
|
167
|
+
baremetal [options] [workflow-id] [hostname] [ip-address] Manages baremetal server operations, including installation, database setup, commissioning, and user management.
|
|
168
|
+
help [command] display help for command
|
|
169
|
+
|
|
155
170
|
```
|
|
156
|
-
|
|
171
|
+
|
|
157
172
|
<a target="_top" href="https://github.com/underpostnet/pwa-microservices-template/blob/master/cli.md">See complete CLI Docs here.</a>
|
|
158
|
-
|
package/cli.md
CHANGED
|
@@ -1,45 +1,46 @@
|
|
|
1
|
-
## underpost ci/cd cli v2.8.
|
|
1
|
+
## underpost ci/cd cli v2.8.851
|
|
2
2
|
|
|
3
3
|
### Usage: `underpost [options] [command]`
|
|
4
|
-
|
|
5
|
-
|
|
6
|
-
|
|
7
|
-
|
|
4
|
+
|
|
5
|
+
```
|
|
6
|
+
Options:
|
|
7
|
+
-V, --version output the version number
|
|
8
|
+
-h, --help display help for command
|
|
8
9
|
|
|
9
10
|
Commands:
|
|
10
|
-
|
|
11
|
-
|
|
12
|
-
|
|
13
|
-
|
|
14
|
-
|
|
15
|
-
|
|
16
|
-
|
|
17
|
-
|
|
18
|
-
|
|
19
|
-
|
|
20
|
-
|
|
21
|
-
|
|
22
|
-
|
|
23
|
-
|
|
24
|
-
|
|
25
|
-
|
|
26
|
-
|
|
27
|
-
|
|
28
|
-
|
|
29
|
-
|
|
30
|
-
|
|
31
|
-
|
|
32
|
-
|
|
33
|
-
|
|
34
|
-
|
|
35
|
-
|
|
36
|
-
|
|
11
|
+
new <app-name> Initializes a new Underpost project with a predefined structure.
|
|
12
|
+
start [options] <deploy-id> [env] Initiates application servers, build pipelines, or other defined services based on the deployment ID.
|
|
13
|
+
clone [options] <uri> Clones a specified GitHub repository into the current directory.
|
|
14
|
+
pull [options] <path> <uri> Pulls the latest changes from a specified GitHub repository.
|
|
15
|
+
cmt [options] <path> <commit-type> [module-tag] [message] Manages commits to a GitHub repository, supporting various commit types and options.
|
|
16
|
+
push [options] <path> <uri> Pushes committed changes from a local repository to a remote GitHub repository.
|
|
17
|
+
env <deploy-id> [env] Sets environment variables and configurations related to a specific deployment ID.
|
|
18
|
+
config [options] <operator> [key] [value] Manages Underpost configurations using various operators.
|
|
19
|
+
root Displays the root path of the npm installation.
|
|
20
|
+
cluster [options] [pod-name] Manages Kubernetes clusters, defaulting to Kind cluster initialization.
|
|
21
|
+
deploy [options] [deploy-list] [env] Manages application deployments, defaulting to deploying development pods.
|
|
22
|
+
secret [options] <platform> Manages secrets for various platforms.
|
|
23
|
+
dockerfile-image-build [options] Builds a Docker image from a specified Dockerfile with various options for naming, saving, and loading.
|
|
24
|
+
dockerfile-pull-base-images [options] Pulls required Underpost Dockerfile base images and optionally loads them into clusters.
|
|
25
|
+
install Quickly imports Underpost npm dependencies by copying them.
|
|
26
|
+
db [options] <deploy-list> Manages database operations, including import, export, and collection management.
|
|
27
|
+
script [options] <operator> <script-name> [script-value] Supports a variety of built-in Underpost global scripts, their preset lifecycle events, and arbitrary custom scripts.
|
|
28
|
+
cron [options] [deploy-list] [job-list] Manages cron jobs, including initialization, execution, and configuration updates.
|
|
29
|
+
fs [options] [path] Manages file storage, defaulting to file upload operations.
|
|
30
|
+
test [options] [deploy-list] Manages and runs tests, defaulting to the current Underpost default test suite.
|
|
31
|
+
monitor [options] <deploy-id> [env] Manages health server monitoring for specified deployments.
|
|
32
|
+
ssh [options] Import and start ssh server and client based on current default deployment ID.
|
|
33
|
+
run [options] <runner-id> [path] Runs a script from the specified path.
|
|
34
|
+
lxd [options] Manages LXD containers and virtual machines.
|
|
35
|
+
baremetal [options] [workflow-id] [hostname] [ip-address] Manages baremetal server operations, including installation, database setup, commissioning, and user management.
|
|
36
|
+
help [command] display help for command
|
|
37
|
+
|
|
37
38
|
```
|
|
38
39
|
|
|
39
40
|
## Commands:
|
|
40
|
-
|
|
41
41
|
|
|
42
42
|
### `new` :
|
|
43
|
+
|
|
43
44
|
```
|
|
44
45
|
Usage: underpost new [options] <app-name>
|
|
45
46
|
|
|
@@ -50,11 +51,11 @@ Arguments:
|
|
|
50
51
|
|
|
51
52
|
Options:
|
|
52
53
|
-h, --help display help for command
|
|
53
|
-
|
|
54
|
+
|
|
54
55
|
```
|
|
55
|
-
|
|
56
56
|
|
|
57
57
|
### `start` :
|
|
58
|
+
|
|
58
59
|
```
|
|
59
60
|
Usage: underpost start [options] <deploy-id> [env]
|
|
60
61
|
|
|
@@ -70,11 +71,11 @@ Options:
|
|
|
70
71
|
--run Starts application servers and monitors their health.
|
|
71
72
|
--build Triggers the client-side application build process.
|
|
72
73
|
-h, --help display help for command
|
|
73
|
-
|
|
74
|
+
|
|
74
75
|
```
|
|
75
|
-
|
|
76
76
|
|
|
77
77
|
### `clone` :
|
|
78
|
+
|
|
78
79
|
```
|
|
79
80
|
Usage: underpost clone [options] <uri>
|
|
80
81
|
|
|
@@ -87,11 +88,11 @@ Options:
|
|
|
87
88
|
--bare Performs a bare clone, downloading only the .git files.
|
|
88
89
|
-g8 Uses the g8 repository extension for cloning.
|
|
89
90
|
-h, --help display help for command
|
|
90
|
-
|
|
91
|
+
|
|
91
92
|
```
|
|
92
|
-
|
|
93
93
|
|
|
94
94
|
### `pull` :
|
|
95
|
+
|
|
95
96
|
```
|
|
96
97
|
Usage: underpost pull [options] <path> <uri>
|
|
97
98
|
|
|
@@ -105,11 +106,11 @@ Arguments:
|
|
|
105
106
|
Options:
|
|
106
107
|
-g8 Uses the g8 repository extension for pulling.
|
|
107
108
|
-h, --help display help for command
|
|
108
|
-
|
|
109
|
+
|
|
109
110
|
```
|
|
110
|
-
|
|
111
111
|
|
|
112
112
|
### `cmt` :
|
|
113
|
+
|
|
113
114
|
```
|
|
114
115
|
Usage: underpost cmt [options] <path> <commit-type> [module-tag] [message]
|
|
115
116
|
|
|
@@ -129,11 +130,11 @@ Options:
|
|
|
129
130
|
--copy Copies the generated commit message to the clipboard.
|
|
130
131
|
--info Displays information about available commit types.
|
|
131
132
|
-h, --help display help for command
|
|
132
|
-
|
|
133
|
+
|
|
133
134
|
```
|
|
134
|
-
|
|
135
135
|
|
|
136
136
|
### `push` :
|
|
137
|
+
|
|
137
138
|
```
|
|
138
139
|
Usage: underpost push [options] <path> <uri>
|
|
139
140
|
|
|
@@ -147,11 +148,11 @@ Options:
|
|
|
147
148
|
-f Forces the push, overwriting the remote repository history.
|
|
148
149
|
-g8 Uses the g8 repository extension for pushing.
|
|
149
150
|
-h, --help display help for command
|
|
150
|
-
|
|
151
|
+
|
|
151
152
|
```
|
|
152
|
-
|
|
153
153
|
|
|
154
154
|
### `env` :
|
|
155
|
+
|
|
155
156
|
```
|
|
156
157
|
Usage: underpost env [options] <deploy-id> [env]
|
|
157
158
|
|
|
@@ -166,11 +167,11 @@ Arguments:
|
|
|
166
167
|
|
|
167
168
|
Options:
|
|
168
169
|
-h, --help display help for command
|
|
169
|
-
|
|
170
|
+
|
|
170
171
|
```
|
|
171
|
-
|
|
172
172
|
|
|
173
173
|
### `config` :
|
|
174
|
+
|
|
174
175
|
```
|
|
175
176
|
Usage: underpost config [options] <operator> [key] [value]
|
|
176
177
|
|
|
@@ -185,11 +186,11 @@ Arguments:
|
|
|
185
186
|
Options:
|
|
186
187
|
--plain Prints the configuration value in plain text.
|
|
187
188
|
-h, --help display help for command
|
|
188
|
-
|
|
189
|
+
|
|
189
190
|
```
|
|
190
|
-
|
|
191
191
|
|
|
192
192
|
### `root` :
|
|
193
|
+
|
|
193
194
|
```
|
|
194
195
|
Usage: underpost root [options]
|
|
195
196
|
|
|
@@ -197,11 +198,11 @@ Displays the root path of the npm installation.
|
|
|
197
198
|
|
|
198
199
|
Options:
|
|
199
200
|
-h, --help display help for command
|
|
200
|
-
|
|
201
|
+
|
|
201
202
|
```
|
|
202
|
-
|
|
203
203
|
|
|
204
204
|
### `cluster` :
|
|
205
|
+
|
|
205
206
|
```
|
|
206
207
|
Usage: underpost cluster [options] [pod-name]
|
|
207
208
|
|
|
@@ -255,11 +256,11 @@ Options:
|
|
|
255
256
|
--k3s Initializes the cluster using K3s (Lightweight
|
|
256
257
|
Kubernetes).
|
|
257
258
|
-h, --help display help for command
|
|
258
|
-
|
|
259
|
+
|
|
259
260
|
```
|
|
260
|
-
|
|
261
261
|
|
|
262
262
|
### `deploy` :
|
|
263
|
+
|
|
263
264
|
```
|
|
264
265
|
Usage: underpost deploy [options] [deploy-list] [env]
|
|
265
266
|
|
|
@@ -306,11 +307,11 @@ Options:
|
|
|
306
307
|
bundles (only static public or storage
|
|
307
308
|
client files).
|
|
308
309
|
-h, --help display help for command
|
|
309
|
-
|
|
310
|
+
|
|
310
311
|
```
|
|
311
|
-
|
|
312
312
|
|
|
313
313
|
### `secret` :
|
|
314
|
+
|
|
314
315
|
```
|
|
315
316
|
Usage: underpost secret [options] <platform>
|
|
316
317
|
|
|
@@ -328,11 +329,11 @@ Options:
|
|
|
328
329
|
--list Lists all available secrets for the
|
|
329
330
|
platform.
|
|
330
331
|
-h, --help display help for command
|
|
331
|
-
|
|
332
|
+
|
|
332
333
|
```
|
|
333
|
-
|
|
334
334
|
|
|
335
335
|
### `dockerfile-image-build` :
|
|
336
|
+
|
|
336
337
|
```
|
|
337
338
|
Usage: underpost dockerfile-image-build [options]
|
|
338
339
|
|
|
@@ -359,11 +360,11 @@ Options:
|
|
|
359
360
|
cache.
|
|
360
361
|
--k3s-load Loads the image into a K3s cluster.
|
|
361
362
|
-h, --help display help for command
|
|
362
|
-
|
|
363
|
+
|
|
363
364
|
```
|
|
364
|
-
|
|
365
365
|
|
|
366
366
|
### `dockerfile-pull-base-images` :
|
|
367
|
+
|
|
367
368
|
```
|
|
368
369
|
Usage: underpost dockerfile-pull-base-images [options]
|
|
369
370
|
|
|
@@ -377,11 +378,11 @@ Options:
|
|
|
377
378
|
--version Sets a custom version for the base images.
|
|
378
379
|
--k3s-load Loads the image into a K3s cluster.
|
|
379
380
|
-h, --help display help for command
|
|
380
|
-
|
|
381
|
+
|
|
381
382
|
```
|
|
382
|
-
|
|
383
383
|
|
|
384
384
|
### `install` :
|
|
385
|
+
|
|
385
386
|
```
|
|
386
387
|
Usage: underpost install [options]
|
|
387
388
|
|
|
@@ -389,11 +390,11 @@ Quickly imports Underpost npm dependencies by copying them.
|
|
|
389
390
|
|
|
390
391
|
Options:
|
|
391
392
|
-h, --help display help for command
|
|
392
|
-
|
|
393
|
+
|
|
393
394
|
```
|
|
394
|
-
|
|
395
395
|
|
|
396
396
|
### `db` :
|
|
397
|
+
|
|
397
398
|
```
|
|
398
399
|
Usage: underpost db [options] <deploy-list>
|
|
399
400
|
|
|
@@ -423,11 +424,11 @@ Options:
|
|
|
423
424
|
--ns <ns-name> Optional: Specifies the namespace context for
|
|
424
425
|
database operations.
|
|
425
426
|
-h, --help display help for command
|
|
426
|
-
|
|
427
|
+
|
|
427
428
|
```
|
|
428
|
-
|
|
429
429
|
|
|
430
430
|
### `script` :
|
|
431
|
+
|
|
431
432
|
```
|
|
432
433
|
Usage: underpost script [options] <operator> <script-name> [script-value]
|
|
433
434
|
|
|
@@ -449,11 +450,11 @@ Options:
|
|
|
449
450
|
execution.
|
|
450
451
|
--pod-name <pod-name> Optional: Specifies the pod name for script execution.
|
|
451
452
|
-h, --help display help for command
|
|
452
|
-
|
|
453
|
+
|
|
453
454
|
```
|
|
454
|
-
|
|
455
455
|
|
|
456
456
|
### `cron` :
|
|
457
|
+
|
|
457
458
|
```
|
|
458
459
|
Usage: underpost cron [options] [deploy-list] [job-list]
|
|
459
460
|
|
|
@@ -474,11 +475,11 @@ Options:
|
|
|
474
475
|
--dashboard-update Updates dashboard cron data with the current job
|
|
475
476
|
configurations.
|
|
476
477
|
-h, --help display help for command
|
|
477
|
-
|
|
478
|
+
|
|
478
479
|
```
|
|
479
|
-
|
|
480
480
|
|
|
481
481
|
### `fs` :
|
|
482
|
+
|
|
482
483
|
```
|
|
483
484
|
Usage: underpost fs [options] [path]
|
|
484
485
|
|
|
@@ -496,11 +497,11 @@ Options:
|
|
|
496
497
|
--force Forces the action, overriding any warnings or conflicts.
|
|
497
498
|
--storage-file-path <storage-file-path> Specifies a custom file storage path.
|
|
498
499
|
-h, --help display help for command
|
|
499
|
-
|
|
500
|
+
|
|
500
501
|
```
|
|
501
|
-
|
|
502
502
|
|
|
503
503
|
### `test` :
|
|
504
|
+
|
|
504
505
|
```
|
|
505
506
|
Usage: underpost test [options] [deploy-list]
|
|
506
507
|
|
|
@@ -522,11 +523,11 @@ Options:
|
|
|
522
523
|
--kind-type <kind-type> Optional: Specifies the Kind cluster type for
|
|
523
524
|
tests.
|
|
524
525
|
-h, --help display help for command
|
|
525
|
-
|
|
526
|
+
|
|
526
527
|
```
|
|
527
|
-
|
|
528
528
|
|
|
529
529
|
### `monitor` :
|
|
530
|
+
|
|
530
531
|
```
|
|
531
532
|
Usage: underpost monitor [options] <deploy-id> [env]
|
|
532
533
|
|
|
@@ -549,11 +550,11 @@ Options:
|
|
|
549
550
|
--sync Synchronizes with current proxy deployments and
|
|
550
551
|
traffic configurations.
|
|
551
552
|
-h, --help display help for command
|
|
552
|
-
|
|
553
|
+
|
|
553
554
|
```
|
|
554
|
-
|
|
555
555
|
|
|
556
556
|
### `ssh` :
|
|
557
|
+
|
|
557
558
|
```
|
|
558
559
|
Usage: underpost ssh [options]
|
|
559
560
|
|
|
@@ -563,18 +564,18 @@ Options:
|
|
|
563
564
|
--generate Generates new ssh credential and stores it in current private
|
|
564
565
|
keys file storage.
|
|
565
566
|
-h, --help display help for command
|
|
566
|
-
|
|
567
|
+
|
|
567
568
|
```
|
|
568
|
-
|
|
569
569
|
|
|
570
570
|
### `run` :
|
|
571
|
+
|
|
571
572
|
```
|
|
572
573
|
Usage: underpost run [options] <runner-id> [path]
|
|
573
574
|
|
|
574
575
|
Runs a script from the specified path.
|
|
575
576
|
|
|
576
577
|
Arguments:
|
|
577
|
-
runner-id The runner ID to run. Options: spark-template, rmi, kill, secret, gpu-env, tf-gpu-test, dev-cluster, cyberia-ide, engine-ide, ssh-deploy, ide, monitor, db-client, cluster, deploy, tf-vae-test, deploy-job.
|
|
578
|
+
runner-id The runner ID to run. Options: spark-template, rmi, kill, secret, gpu-env, tf-gpu-test, dev-cluster, cyberia-ide, engine-ide, template-deploy, ssh-deploy, ide, monitor, db-client, cluster, deploy, tf-vae-test, deploy-job.
|
|
578
579
|
path The absolute or relative directory path where the script is located.
|
|
579
580
|
|
|
580
581
|
Options:
|
|
@@ -589,11 +590,11 @@ Options:
|
|
|
589
590
|
--container-name <container-name> Optional: Specifies the container name for test execution.
|
|
590
591
|
--namespace <namespace> Optional: Specifies the namespace for test execution.
|
|
591
592
|
-h, --help display help for command
|
|
592
|
-
|
|
593
|
+
|
|
593
594
|
```
|
|
594
|
-
|
|
595
595
|
|
|
596
596
|
### `lxd` :
|
|
597
|
+
|
|
597
598
|
```
|
|
598
599
|
Usage: underpost lxd [options]
|
|
599
600
|
|
|
@@ -634,11 +635,11 @@ Options:
|
|
|
634
635
|
--auto-expose-k8s-ports <vm-id> Automatically exposes common Kubernetes
|
|
635
636
|
ports for the specified VM.
|
|
636
637
|
-h, --help display help for command
|
|
637
|
-
|
|
638
|
+
|
|
638
639
|
```
|
|
639
|
-
|
|
640
640
|
|
|
641
641
|
### `baremetal` :
|
|
642
|
+
|
|
642
643
|
```
|
|
643
644
|
Usage: underpost baremetal [options] [workflow-id] [hostname] [ip-address]
|
|
644
645
|
|
|
@@ -672,6 +673,5 @@ Options:
|
|
|
672
673
|
baremetal operations.
|
|
673
674
|
--ls Lists available boot resources and machines.
|
|
674
675
|
-h, --help display help for command
|
|
675
|
-
|
|
676
|
+
|
|
676
677
|
```
|
|
677
|
-
|
package/conf.js
CHANGED
package/docker-compose.yml
CHANGED
|
@@ -17,7 +17,7 @@ spec:
|
|
|
17
17
|
spec:
|
|
18
18
|
containers:
|
|
19
19
|
- name: dd-template-development-blue
|
|
20
|
-
image: localhost/rockylinux9-underpost:v2.8.
|
|
20
|
+
image: localhost/rockylinux9-underpost:v2.8.851
|
|
21
21
|
# resources:
|
|
22
22
|
# requests:
|
|
23
23
|
# memory: "124Ki"
|
|
@@ -100,7 +100,7 @@ spec:
|
|
|
100
100
|
spec:
|
|
101
101
|
containers:
|
|
102
102
|
- name: dd-template-development-green
|
|
103
|
-
image: localhost/rockylinux9-underpost:v2.8.
|
|
103
|
+
image: localhost/rockylinux9-underpost:v2.8.851
|
|
104
104
|
# resources:
|
|
105
105
|
# requests:
|
|
106
106
|
# memory: "124Ki"
|
package/package.json
CHANGED