Skip to content

Commit

Permalink
Fix the development commands doc page
Browse files Browse the repository at this point in the history
  • Loading branch information
alansemenov committed Jan 18, 2024
1 parent 7fd5662 commit ecfb187
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion docs/dev.adoc
Original file line number Diff line number Diff line change
Expand Up @@ -166,7 +166,7 @@ $ enonic project create -n myProject -d myFolder -r starter-vanilla -v 1.0.0-SHA
[#project-sandbox]
=== Sandbox

Project create will configure the default sandbox for your project. To change it later run this command inside the project folder:
`create` command will link the project to a sandbox. To change it later, run this command inside the project folder:

$ enonic project sandbox [name]

Expand Down Expand Up @@ -437,14 +437,17 @@ TIP: If all params are present and correct, sandbox is created immediately witho
.Example creating a sandbox called 'myBox' using the latest version of Enonic XP
----
$ enonic sandbox create myBox -f
----

.Example creating a sandbox called 'myBox' using the latest version of Enonic XP and "Headless Demo" template
----
$ enonic sandbox create myBox -t "Headless Demo" -f
----

.Example creating a sandbox called 'myBox' using the latest version of Enonic XP and without a template (no apps will be preinstalled)
----
$ enonic sandbox create myBox --skip-template -f
----

.Example creating sandbox called 'myBox' using Enonic XP version 7.2.1
----
Expand Down

0 comments on commit ecfb187

Please sign in to comment.