Socket
Socket
Sign inDemoInstall

nativescript-cloud

Package Overview
Dependencies
39
Maintainers
7
Versions
123
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.19.3 to 1.20.0

3

docs/cloud-publish-android.md

@@ -11,3 +11,3 @@ # tns cloud publish android

---|---
General | `$ tns cloud publish android <path to authentication.json> --accountId <Account Identifier> --key-store-path <File Path> --key-store-password <Password> [--env.*] --track <Track>`
General | `$ tns cloud publish android <path to authentication.json> --accountId <Account Identifier> --key-store-path <File Path> --key-store-password <Password> [--env.*] --track <Track> [--androidReleaseStatus <Status>]`

@@ -26,2 +26,3 @@ ### Arguments

* `--track` - Specifies the Google Play release track for which to publish the application. In case the flag is not passed, the CLI will prompt you to specify it. In a non-interactive terminal, CLI defaults to 'beta' track.
* `--androidReleaseStatus` - Specifies the Google Play release status. Acceptable values are `completed`, `draft`, `halted` and `inProgress`. The default value which will be used it `completed`.

@@ -28,0 +29,0 @@ <% if(isHtml) { %>

@@ -17,2 +17,3 @@ "use strict";

track: { type: "string", default: constants_1.DEFAULT_ANDROID_PUBLISH_TRACK, hasSensitiveValue: false },
androidReleaseStatus: { type: "string", hasSensitiveValue: false },
appleApplicationSpecificPassword: { type: "string", hasSensitiveValue: true },

@@ -19,0 +20,0 @@ appleSessionBase64: { type: "string", hasSensitiveValue: true },

@@ -81,2 +81,3 @@ "use strict";

projectDir: this.$projectData.projectDir,
androidReleaseStatus: this.$options.androidReleaseStatus
});

@@ -83,0 +84,0 @@ });

@@ -72,3 +72,4 @@ "use strict";

platform: this.$devicePlatformsConstants.Android,
track: publishData.track
track: publishData.track,
androidReleaseStatus: publishData.androidReleaseStatus,
}, publishData, this.getAndroidError.bind(this));

@@ -75,0 +76,0 @@ }));

{
"name": "nativescript-cloud",
"version": "1.19.3",
"version": "1.20.0",
"description": "Used for cloud support in NativeScript CLI",

@@ -108,3 +108,4 @@ "main": "lib/bootstrap.js",

"docs": "docs"
}
},
"buildVersion": "357"
}
SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc