Skip to content

v0.2.0

Compare
Choose a tag to compare
@weieigao weieigao released this 06 Jul 15:33
· 347 commits to master since this release

Change Logs

Plugin API changes:

  • Update PluginMetadata to support multiple aliases of plugin, namespace and command.
  • Update PluginContext.IsLoggedIn() to return true no matter user has logged in to IAM token service or UAA token service

Other changes:

  • Support new configuration directory ~/.ibmcloud (to replace ~/.bluemix in future)
  • Support environment variable prefix IBMCLOUD_ (to replace BLUEMIX_ in future)
  • Add CFEETargeted field in configuration file
  • Add plugin update check settings (UpdateCheckInterval, UpdateRetryCheckInterval, UpdateNotificationInterval) in configuration file
  • UAARepository returns InvalidGrantTypeError if error response of invalid_grant code is received.