Skip to content
This repository has been archived by the owner on Jan 28, 2022. It is now read-only.

Releases: cloudfoundry-incubator/cflocal

v0.2.0 - Feature Complete

19 Mar 04:48
Compare
Choose a tag to compare

Push works now!

Linux and Windows versions coming soon!

v0.1.1 - Fix Argument Parsing

17 Mar 16:40
Compare
Choose a tag to compare

App name should be parsed first to match help text.

v0.1.0 - Almost Feature Complete

17 Mar 05:39
Compare
Choose a tag to compare

Stage, launch, push, pull, and export CF apps -- in Docker.
See README.md.

Known issues: cf local push doesn't quite work yet.

v0.0.2 - Support for local directory in app container

08 Dec 05:32
Compare
Choose a tag to compare

This release introduces a -d option to cf local run.
This option mounts /home/vcap/app to a local directory of your choosing:

$ cf local pull my-cf-app
$ cf local run -p 3000 -d local-dir my-cf-app
$ cd local-dir
$ # now I'm inside the running app root

If the directory is empty (or non-existent), the droplet app is copied to it.
If the directory is not empty, its contents are used in place of the app contents.

v0.0.1 - First working beta

08 Nov 03:19
Compare
Choose a tag to compare
Update README.md