3434
3535# create an Android native mobile application
3636forcedroid create
37- [--apptype=application type (native or native_kotlin , leave empty for native_kotlin)]
37+ [--apptype=application type (native_kotlin or native , leave empty for native_kotlin)]
3838 --appname=application name
3939 --packagename=app package identifier (e.g. com.mycompany.myapp)
4040 --organization=organization name (your company's/organization's name)
@@ -44,16 +44,35 @@ forcedroid create
4444
4545# create an Android native mobile application from a template
4646forcedroid createwithtemplate
47- --templaterepouri=template repo URI or Mobile SDK template name
47+ [--templatesource=git repo URL (optionally with #branch) or local path to a templates suite (root must contain templates.json)]
48+ [--templaterepouri=template repo URI or Mobile SDK template name]
49+ [--template=template name within the templates suite (e.g. ReactNativeTemplate)]
4850 --appname=application name
4951 --packagename=app package identifier (e.g. com.mycompany.myapp)
5052 --organization=organization name (your company's/organization's name)
5153 [--outputdir=output directory (leave empty for current directory)]
5254
5355 OR
5456
55- # list available Mobile SDK templates
57+ # show version of Mobile SDK
58+ forcedroid version
59+
60+ OR
61+
62+ # list available Mobile SDK templates to create an Android native mobile application
5663forcedroid listtemplates
64+ [--templatesource=git repo URL (optionally with #branch) or local path to a templates suite (root must contain templates.json)]
65+ [--doc=include verbose documentation from template.json files]
66+ [--json=output response in JSON format]
67+
68+ OR
69+
70+ # list details for a specific Mobile SDK template to create an Android native mobile application
71+ forcedroid describetemplate
72+ [--templatesource=git repo URL (optionally with #branch) or local path to a templates suite (root must contain templates.json)]
73+ [--template=template name within the templates suite (e.g. ReactNativeTemplate)]
74+ [--doc=include verbose documentation from template.json files]
75+ [--json=output response in JSON format]
5776
5877 OR
5978
@@ -62,11 +81,6 @@ forcedroid checkconfig
6281 --configpath=path to store or syncs config to validate
6382 --configtype=type of config to validate (store or syncs)
6483
65- OR
66-
67- # show version of Mobile SDK
68- forcedroid version
69-
7084 OR
7185
7286forcedroid
0 commit comments