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 bad6462 commit 428e139Copy full SHA for 428e139
tests/languages/cli/test.js
@@ -1,6 +1,6 @@
1
const { exec, execSync } = require('child_process');
2
3
-execSync("node index client --endpoint 'https://8080-appwrite-appwrite-pdthqc4qqbr.ws-us60.gitpod.io/v1' --projectId 6013fbefdfa41 --key=35y3h5h345 --selfSigned true", { stdio: 'inherit' });
+execSync("node index client --endpoint 'https://8080-appwrite-appwrite-pdthqc4qqbr.ws-us60.gitpod.io/v1' --projectId console --key=35y3h5h345 --selfSigned true", { stdio: 'inherit' });
4
5
var output;
6
console.log('\nTest Started');
0 commit comments