Allow passing json configuration when calling provision
command
#2115
Labels
area/cli
Related to all activities around CLI
kind/feature
Categorizes issue or PR as related to a new feature.
Description
Allow passing kyma configuration ( in form of json file ) when calling
kyma provision
command:kyma provision --parameters=kyma.json
name
andregion
could be also provided as dedicated command options--name
and--region
)Reasons
Kyma Environment Broker supports passing additional parameters when creating/updating kyma environment.
Kyma CLI provision command should allow passing the config.json file to allow configuring OIDC providers.
Attachments
params-schema.json
BTP Cockpit Screenshot:
sample provisioning via BTP CLI:
btp create accounts/environment-instance --display-name fooo --environment kyma --service kymaruntime --plan trial --parameters config.json
The text was updated successfully, but these errors were encountered: