You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.