Skip to content

Commit

Permalink
Update --isuptodate documentation (#584)
Browse files Browse the repository at this point in the history
  • Loading branch information
Tsingis authored Jan 19, 2025
1 parent 0282205 commit 5e5c178
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 1 deletion.
1 change: 1 addition & 0 deletions docs/ConfigurationOptions/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,5 +45,6 @@ grate --connectionstring="Server=(localdb)\MSSQLLocalDB;Integrated Security=true
| -ni<br>--noninteractive<br>--silent | false | **Silent** - tells grate not to ask for any input when it runs.
| -r<br>--repo<br>--repositorypath <repositorypath> | - | **Repository Path** - RepositoryPath - The repository. A string that can be anything. Used to track versioning along with the version. Defaults to `null`. |
| --version <version> | 1.0.0.0 | **Database Version** - specify the version of the current migration directly on the command line. |
| --isuptodate<br>--uptodatecheck | - | Outputs whether the database is up to date or not (whether any non-everytime scripts would be run) |
| -v<br>--verbosity &lt;Critical\|<br>Debug\|<br>Error\|<br>Information\|<br>None\|<br>Trace\|Warning&gt; | Information | **Verbosity level** (as defined here: https://docs.microsoft.com/dotnet/api/Microsoft.Extensions.Logging.LogLevel)
| -?<br>-h<br>--help | - | Show help and usage information |
1 change: 0 additions & 1 deletion docs/MigratingFromRoundhousE.md
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,6 @@ Rebuilding a decade old product from scratch takes time, and features have to be
Expect this list to shrink over time.

- `--defaultencoding`
- `--isuptodate`
- MSBuild Task.
- Multiple Environments per run. Scripts can target multiple environments (`blah.env.test.uat.sql`), but each migration can only target a single environment. If this is a limiting factor for you please raise an issue to discuss.
- Recovery Modes (`--simple`, `--recoverymode` etc). A `runAfterCreateDatabase` script using `alter {{DatabaseName}} ...` may work for you in the meantime.
Expand Down

0 comments on commit 5e5c178

Please sign in to comment.