We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The new inquirer module offers prompts to gather necessary data for creating a Cloud Foundry deployment configuration:
@sap-ux/cf-deploy-config-inquirer Consumed as part of a yeoman generator
@sap-ux/cf-deploy-config-inquirer
Given I have a yeoman generator (or similar inquirer module) when I execute getPrompts then it will return the prompt
The text was updated successfully, but these errors were encountered:
kjose90
No branches or pull requests
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:
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
The text was updated successfully, but these errors were encountered: