Hacktoberfest 2026:メンテナが10月に向けて印を付けた、オープンで初心者向けの issue。 Hacktoberfest の issue を見る

Allow setting application features in deployment

オープン
#3,522 コメント 0 件 リアクション 0 件 担当者 0 名 GitHub で見る

まだ誰も着手していません。

評価

難易度
4/5
見積もり時間
3〜5日
初心者へのやさしさ
35/100
issue の種類
機能追加
明瞭さ
おおむね明確
活発さ
停滞
技術スタック
go
領域
api, cli, cloud

調査の方向性

cf push コマンドから始め、issue にリンクされている Cloud Foundry v3 update-an-app-feature API を確認します。デプロイ時に要求された --features 入力をどのように表現すべきかを判断し、その後、cf push が再起動を必要とせずに、要求された機能を有効にした状態でアプリケーションを維持できることを検証します。

索引モデルが issue の本文から書いたものです。

説明

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.

主要言語
Go
スター
1.9k
フォーク
990
平均マージ
1日 7時間
マージ済み PR(30日)
8

コントリビューションガイド

コントリビューションガイドを開く

はじめの一歩

  1. issue を最後まで読み、次にプロジェクトのコントリビューションガイドを読みます。
  2. 着手することを issue にコメントします — 二人が同じ作業をするのを防げます。
  3. リポジトリをフォークし、ブランチを切って変更します。
  4. issue 番号を参照したプルリクエストを送ります。

cloudfoundry/cli のほかの issue

cloudfoundry/cli の issue をすべて見る

似ている issue

Go の issue をもっと見る

新しい issue をメールで受け取る

初心者向けの GitHub issue を短くまとめたダイジェスト。