Re: CF CLI: how do you use `no-start` with `cf push`
Mike Youngstrom
We mostly use it to do things to an application before starting it that cannot be done in a manifest. For example, setting computed environment variables, or binding services that need service-parameters. I think "--no-start" can be removed and we could use v3-create-app instead. Mike
On Wed, Jun 27, 2018 at 10:18 AM Abby Chau <achau@...> wrote:
|
|