[
https://issues.apache.org/jira/browse/CB-9121?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14575055#comment-14575055
]
ASF GitHub Bot commented on CB-9121:
------------------------------------
Github user omefire commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/215#discussion_r31843167
--- Diff: src/cli.js ---
@@ -226,7 +227,9 @@ function cli(inputArgs) {
downstreamArgs.push('--' + flag);
}
});
-
+ if (args.buildConfig) {
+ downstreamArgs.push('--buildConfig=' + args.buildConfig);
--- End diff --
don't we need a corresponding PR for cordova-lib ?
> Add support for build configuration to be specified using the CLI
> -----------------------------------------------------------------
>
> Key: CB-9121
> URL: https://issues.apache.org/jira/browse/CB-9121
> Project: Apache Cordova
> Issue Type: Improvement
> Components: CLI
> Affects Versions: 5.2
> Reporter: Nikhil Khandelwal
> Assignee: Nikhil Khandelwal
> Priority: Minor
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]