Skip to content

Commit 72bc680

Browse files
Merge pull request #681 from appwrite/feat-cli-console-project
2 parents 237fe97 + cb131ec commit 72bc680

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)