You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -40,7 +48,7 @@ export class BuildCommand extends Command {
40
48
groups: [MetadataGroup.PAID],
41
49
summary: 'Create a deploy build on Appflow',
42
50
description: `
43
-
This command creates a deploy build on Ionic Appflow. While the build is running, it prints the remote build log to the terminal.
51
+
This command creates a deploy build on Ionic Appflow. While the build is running, it prints the remote build log to the terminal. If the build is successful, it downloads the created web build zip file in the current directory.
44
52
45
53
Customizing the build:
46
54
- The ${input('--environment')} and ${input('--channel')} options can be used to customize the groups of values exposed to the build.
@@ -118,6 +126,15 @@ Apart from ${input('--commit')}, every option can be specified using the full na
0 commit comments