ibm-mas / cli

Maximo Application Suite command line interface
https://ibm-mas.github.io/cli/
Eclipse Public License 2.0
24 stars 18 forks source link

[patch] Fix non-interactive support for manual cert mgmt #1324

Closed durera closed 2 weeks ago

durera commented 2 weeks ago

Adds --domain, --dns-provider, --cis-email, --cis-apikey, --cis-crn, --cis-subdomain, and --image-pull-policy as support command line parameters.

Also, fixed cos_resourcegroup, which should have been ibmcos_resourcegroup.

Also, moved params["mas_manual_cert_dir"] from params to self.manualCertsDir, because this is not used as a parameter in the PipelineRun template.