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
*`--valid-value` - When set, prints the valid values for all valid project properties or for the selected property.
16
-
<% if(isCordova) { %>
16
+
<% if(isCordova) { %>
17
17
*`--debug` - When set, prints information about your project settings for the Debug build configuration. This switch is applicable to the `$ appbuilder prop print` and `$ appbuilder prop print CorePlugins` commands.<% if(isHtml) { %> For more information about build configurations, see [Managing Build Configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
18
18
*`--release` - When set, prints information about your project settings for the Release build configuration. This switch is applicable to the `$ appbuilder prop print` and `$ appbuilder prop print CorePlugins` commands.<% if(isHtml) { %> For more information about build configurations, see [Managing Build Configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
19
19
<% } %>
20
20
### Attributes
21
21
*`<Property Name>` is the name of the project property as listed by `$ appbuilder prop print`
22
22
<% } %>
23
-
<% if(isHtml) { %>
23
+
<% if(isHtml) { %>
24
24
### Related Commands
25
25
26
26
Command | Description
27
27
----------|----------
28
-
[edit-configuration](edit-configuration.html) | `<ConfigurationFile>` is the configuration file that you want to open.
28
+
[edit-configuration](edit-configuration.html) | Opens a configuration file for editing.
29
29
[mobileframework](mobileframework.html) | Lists all supported versions of the current development framework.
30
30
[mobileframework set](mobileframework-set.html) | Sets the selected development framework version for the project.
31
31
[prop](prop.html) | Lets you manage the properties for your project.
Copy file name to clipboardExpand all lines: docs/man_pages/project/configuration/prop-remove.md
+5-5
Original file line number
Diff line number
Diff line change
@@ -5,7 +5,7 @@ Usage | Synopsis
5
5
------|-------
6
6
General | `$ appbuilder prop remove <Property Name> <Value> [Value]*`
7
7
<% if(isCordova) { %>Disable plugins for the Debug build configuration | `$ appbuilder prop remove CorePlugins <Value> [Value]* --debug`
8
-
Disable plugins for the Release build configuration | `$ appbuilder prop remove CorePlugins <Value> [Value]* --release`<% } %>
8
+
Disable plugins for the Release build configuration | `$ appbuilder prop remove CorePlugins <Value> [Value]* --release`<% } %>
9
9
10
10
Disables options for the selected project property, if the property accepts multiple values.
11
11
@@ -14,12 +14,12 @@ Disables options for the selected project property, if the property accepts mult
14
14
15
15
*`--debug` - Removes the specified plugin(s) from the Debug build configuration only. This switch is applicable only to `$ appbuilder prop remove CorePlugins` commands.<% if(isHtml) { %> For more information about build configurations, see [Managing Build Configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
16
16
*`--release` - Removes the specified plugin(s) from the Release build configuration only. This switch is applicable only to `$ appbuilder prop remove CorePlugins` commands.<% if(isHtml) { %> For more information about build configurations, see [Managing Build Configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
17
-
<% } %>
17
+
<% } %>
18
18
### Attributes
19
19
*`<Property Name>` is the name of the project property as listed by `$ appbuilder prop print`
20
20
*`<Value>` is a current value of the property as listed by `$ appbuilder prop print <Property Name>`. You can separate multiple values with a space.
21
-
<% } %>
22
-
<% if(isHtml) { %>
21
+
<% } %>
22
+
<% if(isHtml) { %>
23
23
### Command Limitations
24
24
25
25
* You can set the `--debug` and `--release` switches only for the `CorePlugins` property for Apache Cordova projects.
@@ -28,7 +28,7 @@ Disables options for the selected project property, if the property accepts mult
28
28
29
29
Command | Description
30
30
----------|----------
31
-
[edit-configuration](edit-configuration.html) | `<ConfigurationFile>` is the configuration file that you want to open.
31
+
[edit-configuration](edit-configuration.html) | Opens a configuration file for editing.
32
32
[mobileframework](mobileframework.html) | Lists all supported versions of the current development framework.
33
33
[mobileframework set](mobileframework-set.html) | Sets the selected development framework version for the project.
34
34
[prop](prop.html) | Lets you manage the properties for your project.
Copy file name to clipboardExpand all lines: docs/man_pages/project/configuration/resource-create.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -8,7 +8,7 @@ General | `$ appbuilder resource create [--icon <File Path>] [--splash <File Pat
8
8
Creates image resources for all mobile platforms from a single high-resolution image and saves them to the `App_Resources` folder of the current project. The image source must be a `PNG` image.
Copy file name to clipboardExpand all lines: docs/man_pages/project/configuration/webview-set.md
+3-3
Original file line number
Diff line number
Diff line change
@@ -6,7 +6,7 @@ Usage | Synopsis
6
6
Android | $ appbuilder webview set android <WebViewName>
7
7
iOS | $ appbuilder webview set ios <WebViewName>
8
8
9
-
Sets the selected web view for the current project. <% if(isHtml) { %>Setting a pluggable web view also enables the respective Apache Cordova plugin for your project. For more information, see [Configure the Web View for Your Project](http://docs.telerik.com/platform/appbuilder/configuring-your-project/configure-web-views).<% } %>
9
+
Sets the selected web view for the current project. <% if(isHtml) { %>Setting a pluggable web view also enables the respective Apache Cordova plugin for your project. For more information, see [Configure the Web View for Your Project](http://docs.telerik.com/platform/appbuilder/configuring-your-project/configure-web-views).<% } %>
10
10
11
11
<% if(isConsole) { %>
12
12
<% if(isNativeScript) { %>
@@ -28,7 +28,7 @@ WARNING: This command is not applicable to NativeScript projects. To view the co
28
28
29
29
*`<Web View Name>` is the web view name as listed by `$ appbuilder webview`
30
30
<% } %>
31
-
<% if(isHtml) { %>
31
+
<% if(isHtml) { %>
32
32
### Command Limitations
33
33
34
34
* You cannot run this command on NativeScript projects.
@@ -38,7 +38,7 @@ WARNING: This command is not applicable to NativeScript projects. To view the co
38
38
39
39
Command | Description
40
40
----------|----------
41
-
[edit-configuration](edit-configuration.html) | `<ConfigurationFile>` is the configuration file that you want to open.
41
+
[edit-configuration](edit-configuration.html) | Opens a configuration file for editing.
42
42
[mobileframework](mobileframework.html) | Lists all supported versions of the current development framework.
43
43
[mobileframework set](mobileframework-set.html) | Sets the selected development framework version for the project.
44
44
[prop](prop.html) | Lets you manage the properties for your project.
0 commit comments