osis / cf-apps-ios

An iOS Client for Cloud Foundry
https://cf-apps.cfapps.io
Apache License 2.0
16 stars 8 forks source link

Pushing Applications? #88

Open osis opened 7 years ago

osis commented 7 years ago

This is a frequent request but not sure how this would work. Looks like ths flow would be something like...

  1. Get link to git repo - Could be hard unless you limit to github.com and allow people to type in the path? Could also allow for native sharing of repos from other github clients.

  2. Configuration - There are tons of options for applications. Streamlining this process might look like requiring a manifest.yml and allowing for input a name.

  3. Bits Management - Would have to download and then upload the bits for deployment.

This is all doable, just not convinced that it's worth the investment at the moment.