Releases: ktorio/ktor-cli
Releases · ktorio/ktor-cli
0.3.1
Published 21 November 2024
Improvements
- Improve error messages line wrapping (KTOR-7796)
- Instant error message when project directory with default name does exist and not empty (KTOR-7782)
- Ktor CLI: Make project name and project directory name in location one entity (KTOR-7771)
- Add link to the web project generator into README.md (KTOR-7783)
- Ktor CLI: Add check for forbidden characters for project name in interactive mode (KTOR-7769)
- Ktor CLI: Make verbs for adding plugins consistent (KTOR-7770)
- Extract messages for localization and proofreading (KTOR-7764)
0.3.0
0.2.1
0.2.0
2.1.0-beta-1
Ktor CLI
Ktor CLI is a command-line tool that brings the capability to create and run Ktor applications from the command line.
Install CLI tools
macOS with Homebrew:
You can install Ktor CLI tools on macOS using Homebrew as follows:
- Add a Ktor repository using the
brew tap
command:brew tap ktorio/ktor
- Install Ktor CLI tools using
brew install
:brew install --build-from-source ktor
Linux or macOs without Homebrew
- Make sure you have
libcurl
andunzip
on your system - Move the release binary (
ktor-mac
orktor-linux
) to/usr/local/bin
folder and change the name toktor
:
mv ./ktor-linux /usr/local/bin/ktor
- Make it executable:
sudo chmod +x /usr/local/bin/ktor
- For macOs you have to also allow the system to execute the binary from third-party developer. In order to do this you have to open it with Finder using the context menu "Open":
0.0.1-tmp-3
Add fake jar task for snapcraft publication
0.0.1-tmp
Temporary release
0.0.1-tmp-2
KTOR-3420 Fix compilation and tests (#2) * KTOR-3420 Fix compilation and tests * KTOR-3922 Add support for macOs M1 target in CLI generator * KTOR-3929 Support colored logs for errors and success msgs * Rename run to start * Fix test