From 5c57700e60548a72cec422aca7545416771a90ea Mon Sep 17 00:00:00 2001 From: Martin Ficzel Date: Thu, 25 Feb 2016 09:39:52 +0100 Subject: [PATCH] [DOCS] Moved settings-section behind the examples --- README.md | 28 ++++++++++++++-------------- 1 file changed, 14 insertions(+), 14 deletions(-) diff --git a/README.md b/README.md index 5ccc571..6e143b9 100644 --- a/README.md +++ b/README.md @@ -21,9 +21,21 @@ clone a remote Flow/Neos setup into the local Flow/Neos installation that execut The data is replaced with the information from the remote host. Make sure you understand that before actually using the commands.** -### sitegeist:magicwand:clone:list +### CLI-Examples +``` +# show all available presets +./flow clone:list + +# clone from remote host with the information stored in the master preset +./flow clone:preset master + +# clone remote host with the information stored in the master preset +./flow clone:remotehost --host=host --user=user --port=port --path=path --context=context +``` + +### Settings.yaml -Show the presets that are defined in the configuration path. `Sitegeist.MagicWand.clonePresets` +The presets that are defined in the configuration path. `Sitegeist.MagicWand.clonePresets` ``` Sitegeist: @@ -46,18 +58,6 @@ Sitegeist: The settings should be added to the global `Settings.yaml` of the project, so that every developer with SSH-access to the remote server can easily clone the setup. -### CLI-Examples -``` -# show all available presets -./flow clone:list - -# clone from remote host with the information stored in the master preset -./flow clone:preset master - -# clone remote host with the information stored in the master preset -./flow clone:remotehost --host=host --user=user --port=port --path=path --context=context -``` - ## Quick backup and restore mechanisms for persistent data Sometimes it's useful to quickly backup an integral persistent state of an application, to then perform some risky