-
Notifications
You must be signed in to change notification settings - Fork 36
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
1 changed file
with
32 additions
and
17 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,31 +1,46 @@ | ||
# Changelog | ||
|
||
All notable changes to this project will be documented in this file. | ||
This project adheres to [Semantic Versioning](https://semver.org/spec/v2.0.0.html). | ||
# Helidon CLI | ||
|
||
## [Unreleased] | ||
The Helidon CLI lets you easily create a Helidon project by picking from | ||
a set of archetypes. It also supports a developer loop that performs | ||
continuous compilation and application restart so you can easily | ||
iterate over source code changes. | ||
|
||
### Notes | ||
## Download | ||
|
||
### Fixes | ||
Download the latest Helidon CLI: | ||
|
||
### Improvements | ||
* [Mac OS](http://helidon.io/cli/latest/darwin/helidon) | ||
* [Linux amd64](http://helidon.io/cli/latest/linux/helidon) | ||
|
||
## Experimental | ||
and put it in your PATH. | ||
|
||
## Thanks! | ||
Windows builds to come. | ||
|
||
## [1.4.4] | ||
## Create a New Project | ||
|
||
### Notes | ||
``` | ||
helidon init | ||
``` | ||
|
||
### Fixes | ||
Then answer the questions. | ||
|
||
### Improvements | ||
## Developer Loop | ||
|
||
## Experimental | ||
``` | ||
cd myproject | ||
helidon dev | ||
``` | ||
|
||
As you make source code changes the project will automatically recompile and | ||
restart your application. | ||
|
||
## Versions | ||
|
||
### [2.0.0] | ||
|
||
Initial Helidon CLI | ||
|
||
[2.0.0]: https://github.com/oracle/helidon-build-tools/compare/2.0.0-M1...HEAD | ||
|
||
## Thanks! | ||
|
||
[Unreleased]: https://github.com/oracle/helidon-build-tools/compare/2.0.0-RC3...HEAD | ||
[1.4.4]: https://github.com/oracle/helidon-build-tools/compare/1.4.3..1.4.4 |