File tree Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Expand file tree Collapse file tree 1 file changed +5
-0
lines changed Original file line number Diff line number Diff line change @@ -169,6 +169,11 @@ const commandDescriptions = {
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
171
"console" : `The console command allows gives you access to the APIs used by the Appwrite console.`,
172
+ "assistant": `The assistant command allows you to interact with the Appwrite Assistant AI`,
173
+ "migrations": `The migrations command allows you to migrate data between services.`,
174
+ "project": `The project command is for overall project administration.`,
175
+ "proxy": `The proxy command allows you to configure behavior for your attached domains.`,
176
+ "vcs": `The vcs command allows you to interact with VCS providers and manage your code repositories.`,
172
177
"main": chalk.redBright(`${logo}${description}`),
173
178
{% if sdk .test == " true" %}
174
179
{% for service in spec .services %}
You can’t perform that action at this time.
0 commit comments