Skip to content

Commit 051891b

Browse files
committed
chore(cli): Allowing the use of deploy like push
1 parent bce40e8 commit 051891b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1115,6 +1115,7 @@ const pushMessagingTopic = async ({ all, yes } = {}) => {
11151115
}
11161116

11171117
const push = new Command("push")
1118+
.alias('deploy')
11181119
.description(commandDescriptions['push'])
11191120
.option(`--all`, `Flag to push all resources`)
11201121
.option(`--yes`, `Flag to confirm all warnings`)

0 commit comments

Comments
 (0)