You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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
The text was updated successfully, but these errors were encountered:
Issue
Create capability command asks again to pass a parameter even if it has been defined within the command
This command is what the help command mentions
The text was updated successfully, but these errors were encountered: