Releases: ork-cli/ork
Releases · ork-cli/ork
v0.2.0
Ork v0.2.0 Release 🚀
Installation
macOS/Linux:
curl -sSL https://raw.githubusercontent.com/ork-cli/ork/main/install.sh | shWith Go:
go install github.com/ork-cli/ork@v0.2.0Or download binaries below for your platform.
Changelog
New Features
- 257ece5: feat: Add
ork restartcommand to restart services and enhance networking support (#9) (@hary-singh) - 4031c01: feat: Add log formatting and styled output for the
ork logscommand (#7) (@hary-singh) - be1ce48: feat: Enhance
upand service orchestration with consistent UI and error handling (#5) (@hary-singh)
Bug Fixes
- 97d9f96: fix: Detect and handle already running services during startup (#8) (@hary-singh)
Other Changes
- ad7a68d: Feat: Add comprehensive error handling and user interface enhancements (#4) (@hary-singh)
- c6b0adb: refactor: Enhance the
downcommand with improved UI, error handling, and feedback (#6) (@hary-singh)
Full Changelog: v0.1.0...v0.2.0
v0.1.0
Ork v0.1.0 Release 🚀
Installation
macOS/Linux:
curl -sSL https://raw.githubusercontent.com/ork-cli/ork/main/install.sh | shWith Go:
go install github.com/ork-cli/ork@v0.1.0Or download binaries below for your platform.
Changelog
Bug Fixes
- 5006555: fix: Configure Homebrew cask with proper token authentication (Harry Dhillon harry@harryy.dev)
Other Changes
- 231e112: Add Docker integration with container management and configuration tests (Harry Dhillon harry@harryy.dev)
- 6d207c5: Add GitHub Actions workflow for CI with test, lint, and build jobs (#1) (Harry Dhillon 39445797+hary-singh@users.noreply.github.com)
- 35820d6: Add
logscommand for viewing and streaming container logs. (Harry Dhillon harry@harryy.dev) - f834230: Add configuration loading, validation, and example
ork.yml(Harry Dhillon harry@harryy.dev) - fea5d43: Add initial README with project overview and usage examples (Harry Dhillon harry@harryy.dev)
- 58cf8f6: Add section comments and expand Docker integration features (Harry Dhillon harry@harryy.dev)
- 94a0820: Add tests for orchestrator service management, dependency resolution, and Docker helper functions. (Harry Dhillon harry@harryy.dev)
- c9fbb96: Add unit tests for configuration validation (Harry Dhillon harry@harryy.dev)
- 47f8e56: Expand CLI with
downandpscommands, improveuporchestration (Harry Dhillon harry@harryy.dev) - 7629273: Initialize the project with the CLI framework and 'up' command (Harry Dhillon harry@harryy.dev)
Full Changelog: ...v0.1.0