ptarmiganlabs / ctrl-q

Command line tool for interacting with Qlik Sense Enterprise servers
MIT License
13 stars 2 forks source link

Delete master dimension does not work? #537

Closed mountaindude closed 5 hours ago

mountaindude commented 3 days ago

What version of Ctrl-Q are you using?

4.0.0

What version of Node.js are you using? Not applicable if you use the standalone version of Ctrl-Q.

No response

What command did you use to start Ctrl-Q?

-

What operating system are you using?

-

What CPU architecture are you using?

-

What Qlik Sense versions are you using?

-

Describe the Bug

Seems the command ends prematurely?


PS C:\tools\ctrl-q> .\ctrl-q.exe qseow master-item-dim-delete `
>>     --host pro2-win1.lab.ptarmiganlabs.net `
>>     --auth-user-dir LAB `
>>     --auth-user-id goran `
>>     --app-id a3e0f5d2-000a-464f-998d-33d333b175d7 `
>>     --id-type name `
>>     --master-item 'Country' 'Sales month'
2024-11-15T14:45:46.074Z info: -----------------------------------------------------------
2024-11-15T14:45:46.079Z info: | Ctrl-Q
2024-11-15T14:45:46.079Z info: |
2024-11-15T14:45:46.079Z info: | Version      : 4.0.0
2024-11-15T14:45:46.079Z info: | Log level    : info
2024-11-15T14:45:46.079Z info: |
2024-11-15T14:45:46.079Z info: | Command      : master-item-dim-delete
2024-11-15T14:45:46.081Z info: |              : delete master dimension(s)
2024-11-15T14:45:46.081Z info: |
2024-11-15T14:45:46.081Z info: | Run Ctrl-Q with the '--help' option to see a list of all available options for this command.
2024-11-15T14:45:46.082Z info: |
2024-11-15T14:45:46.082Z info: | https://github.com/ptarmiganlabs/ctrl-q
2024-11-15T14:45:46.082Z info: ----------------------------------------------------------
2024-11-15T14:45:46.082Z info:
2024-11-15T14:45:46.086Z info: Get master dimensions
``

### Expected Behavior

_No response_

### To Reproduce

_No response_