Skip to content

Releases: OpenFunction/cli

v0.6.0

27 May 14:31
Compare
Choose a tag to compare

What's Changed

✨ New

  • enhance logs functionality to handle build stage log (#48) @jilichao
  • feat: add logs subcommand (#46) @loheagn
  • Adjust the flags for "ofn install" and "ofn uninstall". (#39) @tpiperatgod
  • Support running on mac (#37) @arugal

🏗️ Maintenance

📝 Documentation

Other changes

🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod, @wentevill and @wrongerror

v0.6.0-rc.0

25 May 13:41
ee4826d
Compare
Choose a tag to compare
v0.6.0-rc.0 Pre-release
Pre-release

What's Changed

✨ New

  • enhance logs functionality to handle build stage log (#48) @jilichao
  • feat: add logs subcommand (#46) @loheagn
  • Adjust the flags for "ofn install" and "ofn uninstall". (#39) @tpiperatgod
  • Support running on mac (#37) @arugal

🏗️ Maintenance

📝 Documentation

Other changes

🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod, @wentevill and @wrongerror

v0.5.3

14 Feb 07:05
Compare
Choose a tag to compare

Change

  • Adjust the condition of Shipwright so that it is always enabled #31

Feature

  • Add version subcommand #30

Bugfix

  • Fix the issue where the spinner was not terminating correctly #26
  • Use the correct prompts to circumvent exceptions when executing on unsupported operating systems #29

Thanks to all contributors @24sama @tpiperatgod !

v0.5.2

03 Jan 04:58
938c414
Compare
Choose a tag to compare

Enhancement

  • Change the default version of OpenFunction to the latest stable version #24
  • Add the --force option to force the operation #24
  • Use the spinner instead of the original process display #24
  • Adjust the function hierarchy to make some functions more generic #24

v0.5.1

22 Dec 10:56
Compare
Choose a tag to compare

Fix

  • Fix the issue that ofn install cannot install the latest version of OpenFunction #19
  • Update readme #17

Enhancement

  • Add OpenFunction logo at the end of installation #19
  • Adjust the uninstallation process of the Knative component #19

v0.5.0

21 Dec 09:30
6c4b685
Compare
Choose a tag to compare

This is the first release of OpenFunction CLI

Features

  • Add ofn install/uninstall subcommand to install/uninstall OpenFunction and its dependencies #5
  • Add ofn demo subcommand to demostrate OpenFunction installation and its usage using Kind #8