Skip to content

Commit 224c3fd

Browse files
committed
chore(cli): Updating project commands descriptions
1 parent 8e639d1 commit 224c3fd

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -171,7 +171,7 @@ const pull = new Command("pull")
171171

172172
pull
173173
.command("project")
174-
.description("Pulling your {{ spec.title|caseUcfirst }} project name")
174+
.description("Pulling your {{ spec.title|caseUcfirst }} project name, services and auth settings")
175175
.action(actionRunner(pullProject));
176176

177177
pull

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

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1186,7 +1186,7 @@ push
11861186

11871187
push
11881188
.command("project")
1189-
.description("Push project name.")
1189+
.description("Push project name, services and auth settings")
11901190
.action(actionRunner(pushProject));
11911191

11921192
push

0 commit comments

Comments
 (0)