Hacktoberfest 2026: los issues que los mantenedores marcaron para octubre, abiertos y aptos para principiantes. Explorar issues de Hacktoberfest

Allow setting application features in deployment

Abierto
#3,522 0 comentarios 0 reacciones 0 asignados Ver en GitHub

Nadie ha tomado este issue todavía.

Evaluación

Dificultad
4/5
Tiempo estimado
3-5 días
Aptitud para principiantes
35/100
Tipo de issue
Nueva funcionalidad
Claridad
Bastante claro
Estado de actividad
Estancado
Stack tecnológico
go
Área
api, cli, cloud

Línea de trabajo

Comienza con el comando cf push y revisa la API de Cloud Foundry v3 update-an-app-feature enlazada en el issue. Determina cómo debe representarse la entrada --features solicitada durante el despliegue y verifica después que cf push pueda dejar la aplicación con las funciones solicitadas habilitadas sin requerir un reinicio.

Escrito por el modelo de indexación a partir del texto del issue.

Descripción

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.

Lenguaje dominante
Go
Estrellas
1.9k
Forks
990
Merge medio
1 d 7 h
PR fusionados (30 d)
8

Guía de contribución

Abrir la guía de contribución

Primeros pasos

  1. Lee el issue completo y luego la guía de contribución del proyecto.
  2. Comenta en el issue que vas a ocuparte — evita que dos personas hagan lo mismo.
  3. Haz un fork del repositorio y trabaja en una rama.
  4. Abre un pull request que haga referencia al número del issue.

Más de cloudfoundry/cli

Todos los issues de cloudfoundry/cli

Issues similares

Más issues de Go

Recibe los nuevos issues en tu correo

Un resumen breve de issues de GitHub para principiantes.