kyma-project / cli

Simple set of commands to manage a Kyma installation
Apache License 2.0
111 stars 118 forks source link

Allow passing json configuration when calling `provision` command #2115

Closed kwiatekus closed 3 weeks ago

kwiatekus commented 1 month ago

Description

Allow passing kyma configuration ( in form of json file ) when calling kyma provision command:

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: Screenshot 2024-05-23 at 13 19 54

sample provisioning via BTP CLI: btp create accounts/environment-instance --display-name fooo --environment kyma --service kymaruntime --plan trial --parameters config.json