Hello,
I’m trying to build quasar CI pipeline, but it seems cli error output stream on windows 10 does not get any messages, all messages are put to default output stream. I tried searching info, but not found any info on how to do it.
Example output from CMD when I run commands:
D:\GitLab-Runner\builds\msNW1ix4\0\xx-projects\yy-project
λ quasar build 2> $null
Error Unknown command "build"
___
/ _ \ _ _ __ _ ___ __ _ _ __
| | | | | | |/ _` / __|/ _` | '__|
| |_| | |_| | (_| \__ \ (_| | |
\__\_\\__,_|\__,_|___/\__,_|_|
Running @quasar/cli v1.1.3
Example usage
$ quasar <command> <options>
Help for a command
$ quasar <command> --help
$ quasar <command> -h
Options
--version, -v Print Quasar CLI version
Commands
create Create a project folder
info Display info about your machine
(and your App if in a project folder)
upgrade Check (and optionally) upgrade Quasar packages
from a Quasar project folder
serve Create an ad-hoc server on App's distributables
help, -h Displays this message
--------------
=> IMPORTANT !
=> Trigger this inside of a Quasar project (and npm/yarn install) for more commands.
--------------
D:\GitLab-Runner\builds\msNW1ix4\0\xx-projects\yy-project
λ quasar build 1> $null
D:\GitLab-Runner\builds\msNW1ix4\0\xx-projects\yy-project
λ
quasar -v
1.1.3