Closed pats closed 1 year ago
Thanks for the report! If I'm not mistaken, npx @app-config/main
may work. I'll check on the difference there on the cli
package.
Released a fix for this in v2.8.5, give it a try!
Please reopen
Still doesn't work
npx @app-config/main
returns
'ac' is not recognized as an internal or external command,
operable program or batch file.
same goes to npx @app-config/cli vars
it doesn't work in powershell on windows
does't work in wsl either.
is ac
this command? https://linux.die.net/man/1/ac
sudo apt-get install apt-file
sudo apt-file update
apt-file search /bin/ac
result:
acct: /usr/bin/ac
ok so i was complete wrong...
ac
actually is supposed to come from this repo.
but if you're using yarn 3 with nodeLinker: pnpm
like me, then you have to install @app-config/cli @app-config/node
and then you have to run yarn app-config create -f json5
instead of npx @app-config/cli create -f json5
@airtonix good point!
pnpm --package=@app-config/cli dlx app-config vars
works great :)
Hi,
There is a problem with current implementation of CLI. Simply, on windows doesn't work.
Running in command line (PowerShell)
Log details:
None of commands described in docs works as expected.
Kind regards, PS