Skip to content

Commit

Permalink
Release notes for v3.1.0 #558
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Jul 10, 2024
1 parent 6ee7569 commit 1855152
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 5 deletions.
14 changes: 10 additions & 4 deletions docs/dev.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,9 @@ Options:
|`--prod`
|run Enonic XP distribution in non-development mode

|`--skip-start`
|If a new sandbox was created during project creation, do not start it

|`-f, --force`
|accept default answers to all prompts and run non-interactively

Expand Down Expand Up @@ -125,7 +128,7 @@ Options:
|project name (e.g. `com.example.myapp`). Can also be specified using `--name` flag

|`-n, --name`
|project name. Overrides [name] argument if specified
|project name. Overrides `[name]` argument if specified

|`-r, --repo, +
--repository`
Expand All @@ -150,8 +153,8 @@ Options:
|`--prod`
|run Enonic XP distribution in non-development mode

|`-a, --auth`
|authentication token for basic authentication in the following format <user:password>
|`--skip-start`
|If a new sandbox was created during project creation, do not start it

|`-f, --force`
|accept default answers to all prompts and run non-interactively
Expand Down Expand Up @@ -454,11 +457,14 @@ Options:
|use specific distro version

|`-a, --all`
|list all distro versions (including Betas and Release Candidates)
|include pre-releases when selecting XP version for the new sandbox

|`--prod`
|run Enonic XP distribution in non-development mode

|`--skip-start`
|Do not start the new sandbox after creation

|`-f, --force`
|accept default answers to all prompts and run non-interactively
|===
Expand Down
8 changes: 7 additions & 1 deletion docs/releases.adoc
Original file line number Diff line number Diff line change
@@ -1,6 +1,12 @@
= Release notes

== CLI 3
== CLI v3.1

=== Improvements

* Support `--skip-start` option for `sandbox create` and `project create` commands

== CLI v3.0

=== Features

Expand Down

0 comments on commit 1855152

Please sign in to comment.