Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pushing ManifestV3 with no start #1187

Open
hugoo10 opened this issue Jul 25, 2023 · 3 comments
Open

Pushing ManifestV3 with no start #1187

hugoo10 opened this issue Jul 25, 2023 · 3 comments

Comments

@hugoo10
Copy link

hugoo10 commented Jul 25, 2023

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?

@LitschiW
Copy link

LitschiW commented Oct 7, 2024

Also: Is there any workaround if this will not be implemented?

@hugoo10
Copy link
Author

hugoo10 commented Oct 7, 2024

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

@LitschiW
Copy link

By now we have also gone with a custom solution of

  1. PushManifestV3
  2. UpdateMetadata
  3. 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.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants