Skip to content

Releases: OpenFunction/cli

v0.6.0

Choose a tag to compare

@wrongerror wrongerror released this 27 May 14:31

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

v0.6.0-rc.0 Pre-release
Pre-release

Choose a tag to compare

@release-drafter release-drafter released this 25 May 13:41
ee4826d

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

Choose a tag to compare

@tpiperatgod tpiperatgod released this 14 Feb 07:05

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

Choose a tag to compare

@tpiperatgod tpiperatgod released this 03 Jan 04:58
938c414

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

Choose a tag to compare

@tpiperatgod tpiperatgod released this 22 Dec 10:56

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

Choose a tag to compare

@tpiperatgod tpiperatgod released this 21 Dec 09:30
6c4b685

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