We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 56b9742 commit def5c9cCopy full SHA for def5c9c
tests/languages/cli/test.js
@@ -1,7 +1,7 @@
1
const { exec, execSync } = require("child_process");
2
3
execSync(
4
- "node index client --endpoint 'http://mockapi/v1' --projectId console --key=35y3h5h345 --selfSigned true",
+ "node index client --endpoint 'http://mockapi/v1' --project-id console --key=35y3h5h345 --self-signed true",
5
{ stdio: "inherit" }
6
);
7
0 commit comments