From 864a91c03dfd88647c134e133b9c6c9c4a556a63 Mon Sep 17 00:00:00 2001 From: alessio Date: Sat, 1 Apr 2017 20:37:50 +0200 Subject: [PATCH] doc layout --- README.md | 16 ++++++++-------- 1 file changed, 8 insertions(+), 8 deletions(-) diff --git a/README.md b/README.md index e6a9f1b..5c5e5d2 100644 --- a/README.md +++ b/README.md @@ -44,7 +44,7 @@ $ go get github.com/tockins/realize ``` #### Commands -##### Run +- ##### Run From project/projects root execute: ``` $ realize run @@ -85,7 +85,7 @@ If you want, you can specify additional arguments for your project. $ realize run --path="/print/printer" --no-run yourParams --yourFlags // right $ realize run yourParams --yourFlags --path="/print/printer" --no-run // wrong ``` -##### Add +- ##### Add Add a project to an existing config file or create a new one without run the pipeline. @@ -95,7 +95,7 @@ Add a project to an existing config file or create a new one without run the pip $ realize add ``` -##### Init +- ##### Init Like add, but with this command you can create a configuration step by step and customize each option. @@ -105,19 +105,19 @@ Like add, but with this command you can create a configuration step by step and $ realize init ``` -##### Remove +- ##### Remove Remove a project by its name ``` $ realize remove --name="myname" ``` -##### List +- ##### List Projects list in cli ``` $ realize list ``` -#### Color reference +- #### Color reference - Blue: outputs of the project - Red: errors @@ -125,9 +125,9 @@ $ realize list - Green: successfully completed action -#### Config sample +- #### Config sample -- For more examples check [Realize Examples](https://github.com/tockins/realize-examples) +For more examples check [Realize Examples](https://github.com/tockins/realize-examples) ``` settings: