We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8e639d1 commit 224c3fdCopy full SHA for 224c3fd
templates/cli/lib/commands/pull.js.twig
@@ -171,7 +171,7 @@ const pull = new Command("pull")
171
172
pull
173
.command("project")
174
- .description("Pulling your {{ spec.title|caseUcfirst }} project name")
+ .description("Pulling your {{ spec.title|caseUcfirst }} project name, services and auth settings")
175
.action(actionRunner(pullProject));
176
177
templates/cli/lib/commands/push.js.twig
@@ -1186,7 +1186,7 @@ push
1186
1187
push
1188
1189
- .description("Push project name.")
+ .description("Push project name, services and auth settings")
1190
.action(actionRunner(pushProject));
1191
1192
0 commit comments