Documentation fixes

This commit is contained in:
Juan Ferrer 2020-11-17 14:11:15 +01:00
parent c2f83f63f8
commit 2ed8f78d69
2 changed files with 6 additions and 6 deletions

View File

@ -40,8 +40,8 @@ Execute *myvc* with the desired command.
$ myvc [-w|--workspace] [-e|--env] [-h|--help] command $ myvc [-w|--workspace] [-e|--env] [-h|--help] command
``` ```
The default working directory is the current one and unless otherwise indicated, The default workspace directory is the current working directory and unless
the default environment is *production*. otherwise indicated, the default environment is *production*.
Commands for database versioning: Commands for database versioning:
@ -68,9 +68,9 @@ configuration file in the root folder of this project.
### Environments ### Environments
Create database connection configuration files for each environment at main Create database connection configuration for each environment at main project
project folder using standard MySQL *.ini*. The predefined environment names folder using standard MySQL *ini* configuration files. The predefined
are *production* and *testing*. environment names are *production* and *test*.
```text ```text
db.[environment].ini db.[environment].ini

View File

@ -1,6 +1,6 @@
{ {
"name": "myvc", "name": "myvc",
"version": "1.0.12", "version": "1.0.13",
"author": "Verdnatura Levante SL", "author": "Verdnatura Levante SL",
"description": "MySQL Version Control", "description": "MySQL Version Control",
"license": "GPL-3.0", "license": "GPL-3.0",