Skip to content

v0.5.0

Compare
Choose a tag to compare
@archerzz archerzz released this 25 Sep 10:33
· 273 commits to master since this release

Change Logs

Plug-in API changes

  • Support loading Cloud Foundry CLI config data version 4 or above
  • Add UsageStatsLastUpdate in BXConfigData
  • Add quiet mode to UI. The purpose is to provide capability to suppress unnecessary output so that plugin can provide a quite mode, which is particularly useful for automation.
    • Add Quiet to UI. Also support environment variable IBMCLOUD_QUIET.
    • Deprecate UI.Say. See below APIs for better options.
    • Add UI.Verbose which will print to StdErr, and it will be suppressed under quiet mode.
    • Add UI.Info which will print to StdErr, and it will be suppressed under quiet mode. This API is recommended for printing auxiliary messages.
    • Add UI.Print which will print to StdOut. If you have meaningful data to output, prefer to use this API.
    • Change UI.Failed to print FAILED to StdErr, and that word will be suppressed under quiet mode.