File tree Expand file tree Collapse file tree 1 file changed +5
-5
lines changed
templates/cli/lib/commands Expand file tree Collapse file tree 1 file changed +5
-5
lines changed Original file line number Diff line number Diff line change @@ -314,33 +314,33 @@ pull
314
314
pull
315
315
.command("function")
316
316
.alias("functions")
317
- .description("Pulling your {{ spec .title | caseUcfirst }} cloud function")
317
+ .description("Pull your {{ spec .title | caseUcfirst }} cloud function")
318
318
.option("--no-code", "Don't pull the function's code")
319
319
.option("--with-variables", `Pull function variables. ${chalk.red('recommend for testing purposes only')}`)
320
320
.action(actionRunner(pullFunctions))
321
321
322
322
pull
323
323
.command("collection")
324
324
.alias("collections")
325
- .description("Pulling your {{ spec .title | caseUcfirst }} collections")
325
+ .description("Pull your {{ spec .title | caseUcfirst }} collections")
326
326
.action(actionRunner(pullCollection))
327
327
328
328
pull
329
329
.command("bucket")
330
330
.alias("buckets")
331
- .description("Pulling your Appwrite buckets")
331
+ .description("Pull your Appwrite buckets")
332
332
.action(actionRunner(pullBucket))
333
333
334
334
pull
335
335
.command("team")
336
336
.alias("teams")
337
- .description("Pulling your Appwrite teams")
337
+ .description("Pull your Appwrite teams")
338
338
.action(actionRunner(pullTeam))
339
339
340
340
pull
341
341
.command("topic")
342
342
.alias("topics")
343
- .description("Initialise your Appwrite messaging topics")
343
+ .description("Pull your Appwrite messaging topics")
344
344
.action(actionRunner(pullMessagingTopic))
345
345
346
346
module.exports = {
You can’t perform that action at this time.
0 commit comments