Skip to content

Releases: ork-cli/ork

v0.2.0

18 Oct 05:17
257ece5

Choose a tag to compare

Ork v0.2.0 Release 🚀

Installation

macOS/Linux:

curl -sSL https://raw.githubusercontent.com/ork-cli/ork/main/install.sh | sh

With Go:

go install github.com/ork-cli/ork@v0.2.0

Or download binaries below for your platform.

Changelog

New Features

  • 257ece5: feat: Add ork restart command to restart services and enhance networking support (#9) (@hary-singh)
  • 4031c01: feat: Add log formatting and styled output for the ork logs command (#7) (@hary-singh)
  • be1ce48: feat: Enhance up and service orchestration with consistent UI and error handling (#5) (@hary-singh)

Bug Fixes

Other Changes

  • ad7a68d: Feat: Add comprehensive error handling and user interface enhancements (#4) (@hary-singh)
  • c6b0adb: refactor: Enhance the down command with improved UI, error handling, and feedback (#6) (@hary-singh)

Full Changelog: v0.1.0...v0.2.0

v0.1.0

12 Oct 23:30
5006555

Choose a tag to compare

Ork v0.1.0 Release 🚀

Installation

macOS/Linux:

curl -sSL https://raw.githubusercontent.com/ork-cli/ork/main/install.sh | sh

With Go:

go install github.com/ork-cli/ork@v0.1.0

Or download binaries below for your platform.

Changelog

Bug Fixes

Other Changes


Full Changelog: ...v0.1.0