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

FEATURE - Cloud Foundry deploy configuration inquirer #2450

Open
3 tasks
kjose90 opened this issue Oct 10, 2024 · 0 comments
Open
3 tasks

FEATURE - Cloud Foundry deploy configuration inquirer #2450

kjose90 opened this issue Oct 10, 2024 · 0 comments
Assignees

Comments

@kjose90
Copy link
Member

kjose90 commented Oct 10, 2024

As a developer,
I want to prompt a user for cf deploy configuration,
so that I update and create the files as required for cloud foundry deployment.

Description

The new inquirer module offers prompts to gather necessary data for creating a Cloud Foundry deployment configuration:

  • A prompt will request the destination name.
  • If enabled, a prompt will ask whether to add a managed application router.
  • If enabled, a prompt will confirm if the user wants to overwrite any existing configuration.

Technical Design

@sap-ux/cf-deploy-config-inquirer
Consumed as part of a yeoman generator

Acceptance Criteria

Given I have a yeoman generator (or similar inquirer module)
when I execute getPrompts
then it will return the prompt

Notes

Tasks

  • Unit Tests added
  • Test Cases defined
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

1 participant