diff --git a/README.md b/README.md index f60746d..e0ab101 100644 --- a/README.md +++ b/README.md @@ -8,9 +8,8 @@ development, so any help is welcomed! Feel free to contribute. ## Requirements -* Node.js >= 14.0 * Git -* Docker (Local server) +* Docker (Optional, used to manage local server) ## Installation @@ -33,7 +32,8 @@ $ npx myvc Execute *myvc* with the desired command. ```text -$ [npx] myvc [-w|--workspace ] [-r|--remote ] [-d|--debug] [-h|--help] [] +$ [npx] myvc [-w|--workspace ] [-r|--remote ] [-d|--debug] +[-h|--help] [] ``` The default workspace directory is the current working directory and unless @@ -95,7 +95,7 @@ From now on, you can use the project as if it were a standard git repository desired remote. ```text -$ myvc push [] [--save-commit] +$ myvc push [] [--commit] ``` ### Routines @@ -148,7 +148,6 @@ You can create your local fixture and structure files. * *dump/structure.sql* * *dump/fixtures.sql* - ## Versioning commands ### init @@ -194,6 +193,9 @@ name mixing a color with a plant name. $ myvc version [] [-o|--hold] ``` +By default it also cleans all already applied versions older than +*maxOldVersions*, you can provide de *--hold* option to prevent this behavior. + ## Local server commands ### dump diff --git a/package.json b/package.json index 3e7f85f..54f34c9 100644 --- a/package.json +++ b/package.json @@ -1,6 +1,6 @@ { "name": "myvc", - "version": "1.4.2", + "version": "1.4.3", "author": "Verdnatura Levante SL", "description": "MySQL Version Control", "license": "GPL-3.0",