Re: CF CLI: how do you use `no-start` with `cf push`
Dr Nic Williams <drnicwilliams@...>
I use no-start because ‘cf push’ doesn’t have flags to set env vars/service bindings.
If the response to that is “use manifest.yml” then perhaps get rid off all the push flags and force ppl to use manifest.yml. As it stands now, we can cf push most attributes of the manifest.yml, except env vars and service bindings.
From: cf-dev@... <cf-dev@...> on behalf of Hjortshoj, Julian <Julian.Hjortshoj@...>
Sent: Friday, June 29, 2018 3:06:03 AM To: cf-dev@... Subject: Re: [cf-dev] CF CLI: how do you use `no-start` with `cf push` We have not tried the v3 api, but yes, that sounds correct to me, and v3-create-app seems like a reasonable substitute.
From: cf-dev@... [cf-dev@...] on behalf of Zach Robinson [zrobinson@...]
Sent: Wednesday, June 27, 2018 4:58 PM To: cf-dev@... Subject: Re: [cf-dev] CF CLI: how do you use `no-start` with `cf push` thanks to all that have replied.
i'd like to ask a clarifying question. it sounds like most of these use-cases are "set up some environment for the app". this implies to me that these workflows are for new apps and not for updating existing ones. does that sound right? are their use-cases
for "no-start" when updating an app?
thanks!
-zach
On Wed, Jun 27, 2018 at 4:30 PM Abby Chau <achau@...> wrote:
|
|