Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Release notes for v3.1.0 #559

Merged
merged 1 commit into from
Jul 11, 2024
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
21 changes: 15 additions & 6 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 @@ -280,6 +283,9 @@ Options:
|Option
|Description

|`name`
|sandbox name to deploy to (overrides associated sandbox)

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

Expand All @@ -289,8 +295,8 @@ Options:
|`-c, --continuous`
|watch changes and deploy project continuously

|`name`
|sandbox name to deploy to (overrides associated sandbox)
|`--skip-start`
|Do not start the new sandbox after deployment

|`-f, --force`
|accept default answers to all prompts and run non-interactively
Expand Down Expand Up @@ -454,11 +460,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`, `project create` and `project deploy` commands

== CLI v3.0

=== Features

Expand Down
Loading