diff --git a/README.md b/README.md index a65be0e..7de008b 100644 --- a/README.md +++ b/README.md @@ -121,8 +121,9 @@ The supported commands are divided into groups according to their target, at thi * By adding `--range` you need to add value in form of `number:number` in case of number ordering or in the format of `Tyyyy-mm-dd-hh-mm-ss:yyyy-mm-dd-hh-mm-ss` in case of date order. > When using the range with dates, only the year value is mandatory and all other values are optional. It is fine to have a range specified like `T2023-01:2023-02`. It will take all migrations created in January of 2023. Notice the T at the beginning of the Date range. It helps to separate date ordering from number order. * You can execute a migration against a specific project (options `--project --api-key `) or environment stored in the local configuration file (option `--environment `). - * To execute your `rollback` scripts instead of `run` scripts use the switch `--rollback` or shortly `-b`. + * To execute your `rollback` scripts instead of `run` scripts, use the switch option `--rollback` or shortly `-b`. * After each run of a migration script, the CLI logs the execution into a status file. This file holds data for the next run to prevent running the same migration script more than once. You can choose to override this behavior, for example for debugging purposes, by using the `--force` parameter. + > Note: For every migration there is only one record in the status file. Calling run/rollback continously overrides the that record with new data. * You can choose whether you want to keep executing the migration scripts even if one migration script fails (option `--continue-on-error`) or whether you want to get additional information logged by HttpService into the console (option `--log-http-service-errors-to-console`). * `backup --action [backup|restore|clean]` - This command enables you to use [Kontent.ai backup manager](https://github.com/kontent-ai/backup-manager-js)