From 6de1165fa529e2bd2ca7e3729d7d8bd1aadc3d07 Mon Sep 17 00:00:00 2001 From: alansemenov Date: Wed, 17 Jan 2024 16:14:20 +0100 Subject: [PATCH] Force using latest release of XP for a new sandbox --- docs/index.adoc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/docs/index.adoc b/docs/index.adoc index 1022866..5714e2c 100644 --- a/docs/index.adoc +++ b/docs/index.adoc @@ -39,15 +39,15 @@ TIP: To upgrade, use `enonic latest`. If there are new versions you will see ins . A sandbox is a local development instance running on a specific version of Enonic XP. Create a sandbox called `mysandbox` by running this command in your terminal: - enonic sandbox create mysandbox -t essentials + enonic sandbox create mysandbox -t essentials -f -Accept using the most recent release of Enonic XP when prompted. +NOTE: `-f` flag will force using the most recent release of Enonic XP. Start the sandbox with this command: enonic sandbox start mysandbox --dev -TIP: Dev mode will automatically load changes in your code while you are developing. +NOTE: Dev mode will automatically load changes in your code while you are developing. image::sandbox-start.gif["Booting the sandbox in the terminal", width="1024px"]