Skip to content

Commit b05ed6c

Browse files
authored
Update console.md
1 parent 3e3df1f commit b05ed6c

File tree

1 file changed

+39
-39
lines changed

1 file changed

+39
-39
lines changed

docs/console.md

Lines changed: 39 additions & 39 deletions
Original file line numberDiff line numberDiff line change
@@ -19,81 +19,81 @@ To download binary build please check the [github repository](https://github.com
1919
### apply
2020
For check available options use command `apply --help`.
2121

22-
* `-f [file] [file] or --files [file] [file]` - [required] List of files containing migrations.
23-
* `-c [string] [string] or --connectionStrings [string] [string]` - [required] List of connection strings to which migrations will be applied.
24-
* `-s [string] or --strategy [string]` - [default = CSharpClasses] Select strategy for read migrations.
25-
* `-g [string] or --group [string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
26-
* `-t [string] or --tablename [string]` - You can change the name of the table in which the migrations will be stored.
22+
* `-f=[file] [file] or --files=[file] [file]` - [required] List of files containing migrations.
23+
* `-c=[string] [string] or --connectionStrings=[string] [string]` - [required] List of connection strings to which migrations will be applied.
24+
* `-s=[string] or --strategy=[string]` - [default = CSharpClasses] Select strategy for read migrations.
25+
* `-g=[string] or --group=[string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
26+
* `-t=[string] or --tablename=[string]` - You can change the name of the table in which the migrations will be stored.
2727

2828
### revert
2929
For check available options use command `revert --help`.
3030

31-
* `-m [number] or --migration [number]` - [required] The parameter specifies the number of the migration to which you want to roll back the changes
32-
* `-f [file] [file] or --files [file] [file]` - [required] List of files containing migrations.
33-
* `-c [string] [string] or --connectionStrings [string] [string]` - [required] List of connection strings to which migrations will be applied
34-
* `-s [string] or --strategy [string]` - [default = CSharpClasses] Select strategy for read migrations.
35-
* `-g [string] or --group [string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
36-
* `-t [string] or --tablename [string]` - You can change the name of the table in which the migrations will be stored.
31+
* `-m=[number] or --migration=[number]` - [required] The parameter specifies the number of the migration to which you want to roll back the changes
32+
* `-f=[file] [file] or --files=[file] [file]` - [required] List of files containing migrations.
33+
* `-c=[string] [string] or --connectionStrings [string] [string]` - [required] List of connection strings to which migrations will be applied
34+
* `-s=[string] or --strategy [string]` - [default = CSharpClasses] Select strategy for read migrations.
35+
* `-g=[string] or --group=[string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
36+
* `-t=[string] or --tablename=[string]` - You can change the name of the table in which the migrations will be stored.
3737

3838
### force-revert
3939
For check available options use command `force-revert --help`.
4040

41-
* `-m [number] or --migration [number]` - [required] The parameter specifies the number of the migration which will be reverted (if it was applied before) and after it applied once again
42-
* `-f [file] [file] or --files [file] [file]` - [required] List of files containing migrations.
43-
* `-c [string] [string] or --connectionStrings [string] [string]` - [required] List of connection strings to which migrations will be applied.
44-
* `-s [string] or --strategy [string]` - [default = CSharpClasses] Select strategy for read migrations.
45-
* `-g [string] or --group [string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
46-
* `-t [string] or --tablename [string]` - You can change the name of the table in which the migrations will be stored.
41+
* `-m=[number] or --migration [number]` - [required] The parameter specifies the number of the migration which will be reverted (if it was applied before) and after it applied once again
42+
* `-f=[file] [file] or --files=[file] [file]` - [required] List of files containing migrations.
43+
* `-c=[string] [string] or --connectionStrings=[string] [string]` - [required] List of connection strings to which migrations will be applied.
44+
* `-s=[string] or --strategy=[string]` - [default = CSharpClasses] Select strategy for read migrations.
45+
* `-g=[string] or --group=[string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
46+
* `-t=[string] or --tablename=[string]` - You can change the name of the table in which the migrations will be stored.
4747

4848
### add-migration
4949
For check available options use command `force-revert --help`.
5050

51-
* `-m [number] or --migrationnumber [number]` - [required] Migration number for the new migration file(s)
52-
* `-p [file] or --parameters [string]=[string] [string]=[string]` - [required] List of parameters.
53-
* `-s [string] or --strategy [string]` - [default = CSharpClasses] Select strategy for generate migrations.
54-
* `-g [string] or --group [string]` - Adding group to new migration.
55-
* `-i [string] or --issue [string]` - Adding issue to new migration.
56-
* `-d [string] or --description [string]` - You can specify description for new migration.
51+
* `-m=[number] or --migrationnumber=[number]` - [required] Migration number for the new migration file(s)
52+
* `-p=[file] or --parameters=[string]=[string] [string]=[string]` - [required] List of parameters.
53+
* `-s=[string] or --strategy=[string]` - [default = CSharpClasses] Select strategy for generate migrations.
54+
* `-g=[string] or --group=[string]` - Adding group to new migration.
55+
* `-i=[string] or --issue=[string]` - Adding issue to new migration.
56+
* `-d=[string] or --description=[string]` - You can specify description for new migration.
5757

5858
### revert-all
5959
For check available options use command `force-revert --help`.
6060

61-
* `-f [file] [file] or --files [file] [file]` - [required] List of files containing migrations.
62-
* `-c [string] [string] or --connectionStrings [string] [string]` - [required] List of connection strings to which migrations will be applied.
63-
* `-s [string] or --strategy [string]` - [default = CSharpClasses] Select strategy for read migrations.
64-
* `-g [string] or --group [string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
65-
* `-t [string] or --tablename [string]` - You can change the name of the table in which the migrations will be stored.
61+
* `-f=[file] [file] or --files=[file] [file]` - [required] List of files containing migrations.
62+
* `-c=[string] [string] or --connectionStrings=[string] [string]` - [required] List of connection strings to which migrations will be applied.
63+
* `-s=[string] or --strategy=[string]` - [default = CSharpClasses] Select strategy for read migrations.
64+
* `-g=[string] or --group=[string]` - If you specify some group or groups (separated by commas), migrations will be filtered by these groups
65+
* `-t=[string] or --tablename=[string]` - You can change the name of the table in which the migrations will be stored.
6666

6767
### apply-profile
6868
For check available options use command `apply-profile --help`.
6969

70-
* `-p [file] or --profile [file]` - Path to file contains profile (check `Profile file` section below).
70+
* `-p=[file] or --profile=[file]` - Path to file contains profile (check `Profile file` section below).
7171

7272
### revert-profile
7373
For check available options use command `revert-profile --help`.
7474

75-
* `-m [number] or --migration [number]` - [required] The parameter specifies the number of the migration to which you want to roll back the changes
76-
* `-p [file] or --profile [file]` - Path to file contains profile (check `Profile file` section below).
75+
* `-m=[number] or --migration=[number]` - [required] The parameter specifies the number of the migration to which you want to roll back the changes
76+
* `-p=[file] or --profile=[file]` - Path to file contains profile (check `Profile file` section below).
7777

7878
### force-revert-profile
7979
For check available options use command `force-revert-profile --help`.
8080

81-
* `-m [number] or --migration [number]` - [required] The parameter specifies the number of the migration which will be reverted (if it was applied before) and after it applied once again
82-
* `-p [file] or --profile [file]` - Path to file contains profile (check `Profile file` section below).
81+
* `-m=[number] or --migration=[number]` - [required] The parameter specifies the number of the migration which will be reverted (if it was applied before) and after it applied once again
82+
* `-p=[file] or --profile=[file]` - Path to file contains profile (check `Profile file` section below).
8383

8484
### add-migration-profile
8585
For check available options use command `add-migration-profile --help`.
8686

87-
* `-m [number] or --migrationnumber [number]` - [required] Migration number for the new migration file(s)
88-
* `-p [file] or --profile [file]` - Path to file contains profile (check `Profile file` section below).
89-
* `-g [string] or --group [string]` - Adding group to new migration.
90-
* `-i [string] or --issue [string]` - Adding issue to new migration.
91-
* `-d [string] or --description [string]` - You can specify description for new migration.
87+
* `-m=[number] or --migrationnumber=[number]` - [required] Migration number for the new migration file(s)
88+
* `-p=[file] or --profile=[file]` - Path to file contains profile (check `Profile file` section below).
89+
* `-g=[string] or --group=[string]` - Adding group to new migration.
90+
* `-i=[string] or --issue=[string]` - Adding issue to new migration.
91+
* `-d=[string] or --description=[string]` - You can specify description for new migration.
9292

9393
### revert-all-profile
9494
For check available options use command `revert-all-profile --help`.
9595

96-
* `-p [file] or --profile [file]` - Path to file contains profile (check `Profile file` section below).
96+
* `-p=[file] or --profile=[file]` - Path to file contains profile (check `Profile file` section below).
9797

9898
## Strategies
9999

0 commit comments

Comments
 (0)