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 @@ -15,7 +15,7 @@ const whoami = new Command("whoami")
15
15
})
16
16
.action(actionRunner(async () => {
17
17
if (globalConfig.getEndpoint() === '' || globalConfig.getCookie() === '') {
18
- error("No user is signed in");
18
+ error("No user is signed in. Run appwrite login. ..... ");
19
19
return;
20
20
}
21
21
Original file line number Diff line number Diff line change @@ -168,7 +168,7 @@ const commandDescriptions = {
168
168
"client": `The client command allows you to configure your CLI`,
169
169
"login": `The login command allows you to authenticate and manage a user account.`,
170
170
"logout": `The logout command allows you to logout of your {{ spec .title | caseUcfirst }} account.`,
171
- "whoami": `The whoami command gives a basic account information about the logged in user.`,
171
+ "whoami": `The whoami command gives information about the currently logged in user.`,
172
172
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
173
173
"assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
174
174
"messaging": `The messaging command allows you to send messages.`,
You can’t perform that action at this time.
0 commit comments