This is the first release of OpenFunction CLI
[CHANGE]
[FEATURE]
- Add
install
,uninstall
anddemo
subcommands
[ENHANCEMENT]
[BUGFIX]
[CHANGE]
[FEATURE]
[ENHANCEMENT]
[BUGFIX]
- Fix the issue that ofn install cannot install the latest version of OpenFunction #19
[CHANGE]
[FEATURE]
[ENHANCEMENT]
- Change the default version of OpenFunction to the latest stable version
- Add the
--force
option to force the operation - Use the spinner instead of the original process display
- Adjust the function hierarchy to make some functions more generic
[BUGFIX]
[CHANGE]
- Adjust the condition of Shipwright so that it is always enabled
[FEATURE]
- Add
version
subcommand
[ENHANCEMENT]
[BUGFIX]
- Fix the issue where the spinner was not terminating correctly
- Use the correct prompts to circumvent exceptions when executing on unsupported operating systems
- 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
- use main repo client (#41) @wentevill
- docs: adjust changelog, readme, release (#35) @tpiperatgod
- remove redundant https:// (#45) @jilichao Full Changelog: https://github.com/OpenFunction/cli/compare/v0.5.3...v0.6.0-rc.0
🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod and @wentevill
- 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
- use main repo client (#41) @wentevill
- docs: adjust changelog, readme, release (#35) @tpiperatgod
- bugfixed in logs subcommand (#51) @wrongerror
- Adjust CHANGELOG.md RELEASE.md (#50) @wrongerror
- remove redundant https:// (#45) @jilichao Full Changelog: https://github.com/OpenFunction/cli/compare/v0.5.3...v0.6.0
🎉 Thanks to all contributors @arugal, @benjaminhuo, @jilichao, @loheagn, @tpiperatgod, @wentevill and @wrongerror