Skip to content

Commit 99b0193

Browse files
committed
fix cli compile
1 parent 4301a17 commit 99b0193

File tree

5 files changed

+962
-62
lines changed

5 files changed

+962
-62
lines changed

cli/bootstrap/script_bootstrap.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,6 +77,7 @@ func main() (interface{}, error) {
7777
bash: `echo "Hello world"
7878
`,
7979

80+
oracledb: `SELECT 'Hello world' AS message`,
8081
powershell: `Write-Output "Hello world"`,
8182

8283
php: `<?php
@@ -112,5 +113,5 @@ inventory:
112113
- name: Print debug message
113114
debug:
114115
msg: "Hello, world!"
115-
`
116+
`,
116117
};

cli/gen/core/OpenAPI.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -54,7 +54,7 @@ export const OpenAPI: OpenAPIConfig = {
5454
PASSWORD: undefined,
5555
TOKEN: getEnv("WM_TOKEN"),
5656
USERNAME: undefined,
57-
VERSION: '1.425.1',
57+
VERSION: '1.447.5',
5858
WITH_CREDENTIALS: true,
5959
interceptors: {
6060
request: new Interceptors(),

cli/gen/services.gen.ts

Lines changed: 506 additions & 26 deletions
Large diffs are not rendered by default.

0 commit comments

Comments
 (0)