Skip to content

v1.2.0

Compare
Choose a tag to compare
@cpairgapdev cpairgapdev released this 26 Jul 14:46
· 50 commits to main since this release
1c70349

The following enhancements are introduced:

  • Download CASEs from cp.icr.io, an OCI compliant registry that stores CASEs as OCI artifacts. You can issue the below command to configure a repo which will download the CASEs from cp.icr.io registry.
oc ibm-pak config repo 'IBM Cloud-Pak OCI registry' -r oci:cp.icr.io/cpopen --enable
  • List all available CASEs to download, as well as list the versions and the latest versions available for CASEs that you already downloaded. You can list all the available CASEs to download by issuing the following command
    oc ibm-pak list
    In order to list the versions of already downloaded CASEs you can issue
    oc ibm-pak list --downloaded
    Get more help on list command by issuing the following
    oc ibm-pak list --help
  • Get command outputs in json or yaml.