Hacktoberfest 2026: le issue che i maintainer hanno segnato per ottobre, aperte e adatte ai principianti. Sfoglia le issue Hacktoberfest

Allow setting application features in deployment

Aperta
#3,522 0 commenti 0 reazioni 0 assegnatari Vedi su GitHub

Nessuno ha ancora preso questa issue.

Valutazione

Difficoltà
4/5
Tempo stimato
3-5 giorni
Idoneità per principianti
35/100
Tipo di issue
Funzionalità
Chiarezza
Abbastanza chiara
Stato di attività
Ferma
Stack tecnologico
go
Ambito
api, cli, cloud

Direzione di ricerca

Inizia dal comando cf push e analizza l’API Cloud Foundry v3 update-an-app-feature collegata nell’issue. Determina come debba essere rappresentato l’input --features richiesto durante il deployment, quindi verifica che cf push possa lasciare l’applicazione con le funzionalità richieste abilitate senza richiedere un riavvio.

Scritto dal modello di indicizzazione a partire dal testo della issue.

Descrizione

When doing a "cf push" I am able to add information such as a manifest using -f flag.
I would like to add a flag for application features -
https://v3-apidocs.cloudfoundry.org/version/3.195.0/index.html#update-an-app-feature
something like:
cf push --features '{"file-based-vcap-services":enabled}'

This is important as it's not something that is opened in the manifest.
although I think it should have been.

What's the user value of this feature request?
The developer using the CLI can push the application in a ready state without needing to do a restart.

Who is the functionality for?
Operations and developers that are using the cloud foundry platform.

How often will this functionality be used by the user?
Since we use blue-green deployment it will be used massively.

Who else is affected by the change?
There is no affect on whoever is not using the new flag.

Is your feature request related to a problem? Please describe.
The problem is that application features are not exposed in the manifest of an app, I can't change them using a manifest.

Describe the solution you'd like
cf push --features '{"file-based-vcap-services":enabled}'

Describe alternatives you've considered

Additional context
This feature request is related to the new binding feature: file-based-vcap-services which from my perspective should be also configurable in the manifest but unfortunately it's not.

Lingua principale
Go
Stelle
1.9k
Fork
990
Merge medio
1g 7h
PR unite (30g)
8

Guida per i contributori

Apri la guida per i contributori

Come iniziare

  1. Leggi tutta la issue e poi la guida ai contributi del progetto.
  2. Commenta sulla issue per dire che te ne occupi tu — evita che due persone facciano lo stesso lavoro.
  3. Fai un fork del repository e lavora su un branch.
  4. Apri una pull request che faccia riferimento al numero della issue.

Altre issue di cloudfoundry/cli

Tutte le issue di cloudfoundry/cli

Issue simili

Altre issue su Go

Ricevi le nuove issue nella tua casella

Un breve riepilogo di issue GitHub adatte ai principianti.