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

Create capability command asks again to pass a parameter #44

Closed
cmoulliard opened this issue Sep 27, 2019 · 0 comments
Closed

Create capability command asks again to pass a parameter #44

cmoulliard opened this issue Sep 27, 2019 · 0 comments
Assignees
Labels
bug Something isn't working

Comments

@cmoulliard
Copy link
Contributor

cmoulliard commented Sep 27, 2019

Issue

Create capability command asks again to pass a parameter even if it has been defined within the command

hal capability create -n postgres-db -g database -t postgres -v 10 -p DB_NAME=sample-db -p DB_PASSWORD=admin -p DB_USER=admin
Selected category: database
Selected type: postgres
Selected version: 10
Set parameter: DB_NAME=sample-db
Set parameter: DB_PASSWORD=admin
Set parameter: DB_USER=admin
Selected Name: postgres-db
? Enter a value for string property DB_NAME:

This command is what the help command mentions

Examples:
  # Create a new database capability of type postgres 10 and sets up some parameters as the name of the database and the user/password to connect.
  hal capability create -n db-capability -g database -t postgres -v 10 -p DB_NAME=sample-db -p DB_PASSWORD=admin -p DB_USER=admin
@cmoulliard cmoulliard added the bug Something isn't working label Sep 28, 2019
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

No branches or pull requests

2 participants