You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/console.md
+39-39Lines changed: 39 additions & 39 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -19,81 +19,81 @@ To download binary build please check the [github repository](https://github.com
19
19
### apply
20
20
For check available options use command `apply --help`.
21
21
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.
27
27
28
28
### revert
29
29
For check available options use command `revert --help`.
30
30
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.
37
37
38
38
### force-revert
39
39
For check available options use command `force-revert --help`.
40
40
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.
47
47
48
48
### add-migration
49
49
For check available options use command `force-revert --help`.
50
50
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.
57
57
58
58
### revert-all
59
59
For check available options use command `force-revert --help`.
60
60
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.
66
66
67
67
### apply-profile
68
68
For check available options use command `apply-profile --help`.
69
69
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).
71
71
72
72
### revert-profile
73
73
For check available options use command `revert-profile --help`.
74
74
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).
77
77
78
78
### force-revert-profile
79
79
For check available options use command `force-revert-profile --help`.
80
80
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).
83
83
84
84
### add-migration-profile
85
85
For check available options use command `add-migration-profile --help`.
86
86
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.
92
92
93
93
### revert-all-profile
94
94
For check available options use command `revert-all-profile --help`.
95
95
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).
0 commit comments