Pushing ManifestV3 with no start
Hello, Just to be sure, is it currently possible to do a pushManifestV3 with a no-start parameter? It seems that it's possible with the pushManifest method but I need the labels feature. If it is not the case will it be implemented soon?
Also: Is there any workaround if this will not be implemented?
Also: Is there any workaround if this will not be implemented?
First I used the other method pushApplication that has a nostart option, then i manually update the labels.
Finally I ended up by writing my own synchronous CF Cli using cf api v3 documentation
By now we have also gone with a custom solution of
- PushManifestV3
- UpdateMetadata
- Stop application if required.
This is sufficient for our case. However, this does start the app for a split second, which might not be applicable for more volatile systems. So it would still be nice to have this as part of the client.