Github user nikhilkh commented on a diff in the pull request:
https://github.com/apache/cordova-cli/pull/232#discussion_r50897060
--- Diff: doc/cordova.txt ---
@@ -24,16 +21,21 @@ Project Commands
(including prepare && compile)
serve .............................. Run project with a local webserver
(including prepare)
-
-aliases:
+Aliases
build -> cordova-cli prepare && cordova-cli compile
emulate -> cordova-cli run --emulator
-Command-line Flags/Options
-
+Options
-v, --version ...................... prints out this utility's version
-d, --verbose ...................... debug mode produces verbose log
output for all activity,
- including output of sub-commands
cordova-cli invokes
--no-update-notifier ............... disables check for CLI updates
--nohooks .......................... suppress executing hooks
- (taking RegExp hook patterns
as parameters)
+ (taking RegExp hook patterns as
parameters)
+
+Examples
+ cordova-cli create myApp org.apache.cordova.myApp myApp
+ cordova-cli plugin add cordova-plugin-camera --save
+ cordova-cli platform add android --save
+ cordova-cli requirements android
+ cordova-cli buid android --verbose
--- End diff --
Fixed!
---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]