Skip to content

Commit

Permalink
fix cli compile
Browse files Browse the repository at this point in the history
  • Loading branch information
rubenfiszel committed Jan 17, 2025
1 parent 4301a17 commit 99b0193
Show file tree
Hide file tree
Showing 5 changed files with 962 additions and 62 deletions.
3 changes: 2 additions & 1 deletion cli/bootstrap/script_bootstrap.ts
Original file line number Diff line number Diff line change
Expand Up @@ -77,6 +77,7 @@ func main() (interface{}, error) {
bash: `echo "Hello world"
`,

oracledb: `SELECT 'Hello world' AS message`,
powershell: `Write-Output "Hello world"`,

php: `<?php
Expand Down Expand Up @@ -112,5 +113,5 @@ inventory:
- name: Print debug message
debug:
msg: "Hello, world!"
`
`,
};
2 changes: 1 addition & 1 deletion cli/gen/core/OpenAPI.ts
Original file line number Diff line number Diff line change
Expand Up @@ -54,7 +54,7 @@ export const OpenAPI: OpenAPIConfig = {
PASSWORD: undefined,
TOKEN: getEnv("WM_TOKEN"),
USERNAME: undefined,
VERSION: '1.425.1',
VERSION: '1.447.5',
WITH_CREDENTIALS: true,
interceptors: {
request: new Interceptors(),
Expand Down
532 changes: 506 additions & 26 deletions cli/gen/services.gen.ts

Large diffs are not rendered by default.

Loading

0 comments on commit 99b0193

Please sign in to comment.