This repository was archived by the owner on Jun 8, 2021. It is now read-only.
forked from apache/cordova-cli
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathcordova.txt
More file actions
40 lines (26 loc) · 1.41 KB
/
cordova.txt
File metadata and controls
40 lines (26 loc) · 1.41 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
Synopsis
cordova-cli command [options]
Global Commands
create ............................. Create a project
help ............................... Get help for a command
Project Commands
info ............................... Generate project information
platform ........................... Manage project platforms
plugin ............................. Manage project plugins
prepare ............................ Copy files into platform(s) for building
compile ............................ Build platform(s)
run ................................ Run project
(including prepare && compile)
serve .............................. Run project with a local webserver
(including prepare)
aliases:
build -> cordova-cli prepare && cordova-cli compile
emulate -> cordova-cli run --emulator
Experimental Commands
These commands require the --experimental flag.
save ............................... Save installed platforms/plugins
restore ............................ Restore saved platforms/plugins
Command-line Flags/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