nordnet / cordova-hot-code-push-cli

[DEPRECATED] - This is a command line utility for Cordova Hot Code Push Plugin.
https://github.com/nordnet/cordova-hot-code-push-cli/issues/79
144 stars 139 forks source link

Deploy via FTP #23

Closed airamrguez closed 6 years ago

airamrguez commented 8 years ago

Fixes #4

This PR breaks the current JSON schema of the .chcplogin file to support multiple deployment modes.

FTP schema

{
  "pushMode": "ftp",
  "ftp": {
    "host": "host",
    "port": "21",
    "path": "/public_html/...",
    "username": "username",
    "password": "password"
  }
}

Amazon s3 login

{
  "pushMode": "s3",
  "s3": {
    "key": "accessKey",
    "secret": "secretKey"
  }
}
nikDemyankov commented 8 years ago

Very nice, thanks! Will check it out.

frimoldi commented 8 years ago

Any updates on this one ? It's pretty cool

nikDemyankov commented 8 years ago

Right now I'm rewriting CLI client. So, when it's ready - I will add this feature. As you can see - it is in milestone for v1.2.0, which is under construction. Unfortunately, I can't give you the exact date, sorry...

ghost commented 7 years ago

unable to sync: CredentialsError: Missing credentials in config Failed to connect via FTP

nordnet-deprecation-bot commented 6 years ago

👋 Hi! Thank you for your interest in this repo.

đŸ˜ĸ We are not using nordnet/cordova-hot-code-push-cli anymore, and we lack the manpower and the experience needed to maintain it. We are aware of the inconveniece that this may cause you. Feel free to use it as is, or create your own fork.

🔒 This will now be closed & locked.

ℹī¸ Please see #79 for more information.