Skip to content

Commit c1e497d

Browse files
committed
Fix after merge
1 parent 90e4b9d commit c1e497d

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

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

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1337,6 +1337,16 @@ const push = new Command("push")
13371337
.description(commandDescriptions['push'])
13381338
.action(actionRunner(pushResources));
13391339

1340+
push
1341+
.command("all")
1342+
.description("Push all resource.")
1343+
.action(actionRunner(pushResources));
1344+
1345+
push
1346+
.command("project")
1347+
.description("Push project name, services and auth settings")
1348+
.action(actionRunner(pushProject));
1349+
13401350
push
13411351
.command("function")
13421352
.alias("functions")

0 commit comments

Comments
 (0)