Skip to content

Commit 71b8ca6

Browse files
committed
Specify the console project when checking endpoint
In the future, Appwrite won't default to the console project so specifying a project will be required.
1 parent 66ae91f commit 71b8ca6

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

templates/cli/lib/commands/generic.js.twig

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -82,6 +82,7 @@ const client = new Command("client")
8282
}
8383

8484
let client = new Client().setEndpoint(endpoint);
85+
client.setProject('console');
8586
if (selfSigned || globalConfig.getSelfSigned()) {
8687
client.setSelfSigned(true);
8788
}

0 commit comments

Comments
 (0)