ptarmiganlabs / ctrl-q

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

`qseow version` command fails #536

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.

.\ctrl-q.exe qseow version

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

PS C:\tools\ctrl-q> .\ctrl-q.exe qseow version
2024-11-15T14:03:44.446Z info: -----------------------------------------------------------
2024-11-15T14:03:44.449Z info: | Ctrl-Q
2024-11-15T14:03:44.449Z info: |
2024-11-15T14:03:44.449Z info: | Version      : 4.0.0
2024-11-15T14:03:44.451Z info: | Log level    : info
2024-11-15T14:03:44.451Z info: |
2024-11-15T14:03:44.451Z info: | Command      : version
2024-11-15T14:03:44.451Z info: |              : show version info
2024-11-15T14:03:44.451Z info: |
2024-11-15T14:03:44.451Z info: | Run Ctrl-Q with the '--help' option to see a list of all available options for this command.
2024-11-15T14:03:44.451Z info: |
2024-11-15T14:03:44.452Z info: | https://github.com/ptarmiganlabs/ctrl-q
2024-11-15T14:03:44.452Z info: ----------------------------------------------------------
2024-11-15T14:03:44.452Z info:
build.cjs:107198
    logger.verbose(`Version: ${appVersion}`);
    ^

ReferenceError: logger is not defined
    at _Command.<anonymous> (build.cjs:107198:5)
    at _Command.listener [as _actionHandler] (build.cjs:1439:21)
    at build.cjs:2229:24
    at _Command._chainOrCall (build.cjs:2137:16)
    at _Command._parseCommand (build.cjs:2227:31)
    at build.cjs:2038:31
    at _Command._chainOrCall (build.cjs:2137:16)
    at _Command._dispatchSubcommand (build.cjs:2034:29)
    at _Command._parseCommand (build.cjs:2197:23)
    at build.cjs:2038:31

Node.js v22.11.0

Expected Behavior

No response

To Reproduce

No response