Skip to content

Commit

Permalink
Merge pull request #1244 from Icenium/ab-2-12-docs/view-manifest
Browse files Browse the repository at this point in the history
We now download the manifest for the app package
  • Loading branch information
ikoevska committed Oct 1, 2015
2 parents 0a0d14b + c5cb48e commit c27cc0d
Show file tree
Hide file tree
Showing 7 changed files with 7 additions and 7 deletions.
2 changes: 1 addition & 1 deletion docs/man_pages/project/testing/build-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WARNING: This command is not applicable to mobile website projects. To view the
### Options
* `--debug` - If set, applies the Debug build configuration. <% if(isHtml) { %> For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--release` - If set, applies the Release build configuration. <% if(isHtml) { %>For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--download` - If set, downloads the application package to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--download` - If set, downloads the application package and its decrypted `AndroidManifest.xml` to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--companion` - Produces a QR code for deployment in the companion app.
* `--certificate` - Sets the certificate that you want to use for code signing your Android app. You can set a certificate by index or name. <% if(isHtml) { %>To list available certificates, run `$ appbuilder certificate`<% } %>
* `--save-to` - If set, downloads the application package and saves it to the specified file path, instead of the project root. You do not need to set the `--download` switch.
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/testing/build-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WARNING: This command is not applicable to mobile website projects. To view the
### Options
* `--debug` - If set, applies the Debug build configuration.<% if(isHtml) { %> For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--release` - If set, applies the Release build configuration.<% if(isHtml) { %>For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--download` - If set, downloads the application package to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--download` - If set, downloads the application package and its decrypted `Info.plist` to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--companion` - Produces a QR code for deployment in the companion app. <% if(isHtml) { %>When deploying to the companion app, you do not need to set a certificate or provision.<% } %>
* `--certificate` - Sets the certificate that you want to use for code signing your iOS or Android app. You can set a certificate by index or name. <% if(isHtml) { %>Unless the `--companion` switch is set, you must specify a certificate. The certificate must match the provisioning profile. To list available certificates, run `$ appbuilder certificate`<% } %>
* `--provision` - Sets the provisioning profile that you want to use for code signing your iOS app. You can set a provisioning profile by index or name. <% if(isHtml) { %>Unless the `--companion` switch is set, you must specify a provisioning profile. The provisioning profile must match the certificate. To list available provisioning profiles, run `$ appbuilder provision`<% } %>
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/testing/build-wp8.md
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ When you build without the `--download` switch, you can deploy the app package o
### Options
* `--debug` - If set, applies the Debug build configuration.<% if(isHtml) { %> For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--release` - If set, applies the Release build configuration.<% if(isHtml) { %> For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--download` - If set, downloads the application package to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--download` - If set, downloads the application package and its decrypted `WMAppManifest.xml` to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--companion` - Produces a QR code for deployment in the companion app.
* `--save-to` - If set, downloads the application package and saves it to the specified file path, instead of the project root. You do not need to set the `--download` switch.

Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/project/testing/build.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WARNING: This command is not applicable to mobile website projects. To view the
### Options
* `--debug` - If set, applies the Debug build configuration.<% if(isHtml) { %> For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--release` - If set, applies the Release build configuration.<% if(isHtml) { %> For more information about build configurations, see [build configurations](http://docs.telerik.com/platform/appbuilder/build-configurations/overview).<% } %>
* `--download` - If set, downloads the application package to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--download` - If set, downloads the application package and its decrypted manifest to the root of the project, instead of producing a QR code.<% if(isHtml) { %>Set this option if you want to manually deploy the app package later. You cannot set both the `--companion` and `--download` switches. If you want to download the application package to a specified file path, use the `--save-to` option instead.<% } %>
* `--companion` - Produces a QR code for deployment in the companion app. <% if(isHtml) { %>When deploying to the companion app, you do not need to set a certificate or provision.<% } %>
* `--certificate` - Sets the certificate that you want to use for code signing your iOS or Android app. You can set a certificate by index or name. <% if(isHtml) { %>If you build for iOS, unless the `--companion` switch is set, you must specify a certificate. The certificate must match the provisioning profile. To list available certificates, run `$ appbuilder certificate`<% } %>
* `--provision` - Sets the provisioning profile that you want to use for code signing your iOS app. You can set a provisioning profile by index or name. <% if(isHtml) { %>If you build for iOS, unless the `--companion` switch is set, you must specify a provisioning profile. The provisioning profile must match the certificate. To list available provisioning profiles, run `$ appbuilder provision`<% } %>
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/publishing/appmanager-upload-android.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ WARNING: This command is not applicable to mobile website projects. To view the
<% if((isConsole && (isNativeScript || isCordova)) || isHtml) { %>
### Options
* `--certificate` - Sets the certificate that you want to use for code signing your Android app. You can set a certificate by index or name. <% if(isHtml) { %>To list available certificates, run `$ appbuilder certificate`<% } %>
* `--download` - If set, downloads the application package to the root of the project.
* `--download` - If set, downloads the application package and its decrypted `AndroidManifest.xml` to the root of the project.
* `--publish` - If set, after the upload completes, automatically publishes the application package for the members of its distribution groups. You can set additional distribution groups with the `--groups` option.
* `--public` - If set, the published application will be available for download without requiring AppManager user credentials.
* `--send-email` - If set, after publishing your app, Telerik AppManager sends an email with the link to the app to the distribution groups, assigned to the published app.<% if(isHtml) { %> This option is applicable only when the `--publish` switch is set.<% } %>
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/publishing/appmanager-upload-ios.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@ WARNING: This command is not applicable to mobile website projects. To view the
### Options
* `--certificate` - Sets the certificate that you want to use for code signing your iOS app. You can set a certificate by index or name. <% if(isHtml) { %>To list available certificates, run `$ appbuilder certificate`<% } %>
* `--provision` - Sets the provisioning profile that you want to use for code signing your iOS app. You can set a provisioning profile by index or name.<% if(isHtml) { %>To list available provisioning profiles, run `$ appbuilder provision`<% } %>
* `--download` - If set, downloads the application package to the root of the project.
* `--download` - If set, downloads the application package and its decrypted `Info.plist` to the root of the project.
* `--publish` - If set, after the upload completes, automatically publishes the application package for the members of its distribution groups. You can set additional distribution groups with the `--groups` option.
* `--public` - If set, the published application will be available for download without requiring AppManager user credentials.
* `--send-email` - If set, after publishing your app, Telerik AppManager sends an email with the link to the app to the distribution groups, assigned to the published app.<% if(isHtml) { %> This option is applicable only when the `--publish` switch is set.<% } %>
Expand Down
2 changes: 1 addition & 1 deletion docs/man_pages/publishing/appmanager-upload-wp8.md
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ WARNING: This command is not applicable to NativeScript projects. To view the co

<% } %>
### Options
* `--download` - If set, downloads the application package to the root of the project.
* `--download` - If set, downloads the application package and its decrypted `WMAppManifest.xml` to the root of the project.
* `--publish` - If set, after the upload completes, automatically publishes the application package for the members of its distribution groups. You can set additional distribution groups with the `--groups` option.
* `--public` - If set, the published application will be available for download without requiring AppManager user credentials.
* `--send-email` - If set, after publishing your app, Telerik AppManager sends an email with the link to the app to the distribution groups, assigned to the published app.<% if(isHtml) { %> This option is applicable only when the `--publish` switch is set.<% } %>
Expand Down

0 comments on commit c27cc0d

Please sign in to comment.