File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change 2222 "windows-arm64": "pkg -t node16-win-arm64 -o build/appwrite-cli-win-arm64.exe package.json"
2323 },
2424 "dependencies": {
25- "axios": "^0.27.2 ",
25+ "axios": "1.5.0 ",
2626 "chalk": "4.1.2",
2727 "cli-table3": "^0.6.2",
2828 "commander": "^9.2.0",
Original file line number Diff line number Diff line change 11const { exec, execSync } = require ( 'child_process' ) ;
22
3- execSync ( "node index client --endpoint 'https://stage.cloud .appwrite.io/v1' --projectId console --key=35y3h5h345 --selfSigned true" , { stdio : 'inherit' } ) ;
3+ execSync ( "node index client --endpoint 'https://qa .appwrite.io/v1' --projectId console --key=35y3h5h345 --selfSigned true" , { stdio : 'inherit' } ) ;
44
55var output ;
66console . log ( '\nTest Started' ) ;
You can’t perform that action at this time.
0 commit comments