cloudfoundry / cloudfoundry/cli

Request: cf7 push --service mydb -S mysmtp

Open
#1,687 7 comments 0 reactions 1 assignee View on GitHub

@a-b is already working on this.

Since Oct 3, 2024.

enhancement unscheduled v7
Dominant language
Go
Stars
1.9k
Forks
990
Avg merge
1d 7h
Merged PRs (30d)
8

Description

What's the user value of this feature request?

Currently in cf7 push(and the legacy cf6 push) a user can modify the buildpacks of the app, and a range of other attributes, but they cannot specify the service instances to bind to.

Could we please add --service and an -S alias to the cf7 push command?

Who is the functionality for?

Developers

How often will this functionality be used by the user?

All the time.

Who else is affected by the change?

No one negatively affected.

Is your feature request related to a problem? Please describe.

It is frustrating that I cannot cf7 push and specify the set of service instances to bind to.

Describe the solution you'd like

cf7 push --service mydb -service mysmtp
cf7 push --service mydb -S mysmtp
cf7 push -S mydb -S mysmtp

Describe alternatives you've considered

Currently a user must setup service bindings via app manifests or via cf7 bind-service helper.

Contributor guide

Open the contributing guide

First steps

  1. Read the whole issue, then the project's contributing guide.
  2. Comment on the issue to say you are picking it up — it saves two people doing the same work.
  3. Fork the repository and make your change on a branch.
  4. Open a pull request that references the issue number.

Assessment

This issue has not been assessed yet.

Get new issues in your inbox

A short digest of beginner-friendly GitHub issues.