Data API Service Command Line Interface
You may use the Data API Server program with additional parameters to manage the database:
$ plass.id.data.api.exe [{/seed | /reseed}] [/sync-users] [{/demo | /demo1 | /demo2}]
Where:
seedinitialize Catalog tablesreseedrecreates (empties) the database and initialize Catalog tablesWarning!
Usingreseedimmediately DELETES ALL CONTENT in your database. The physical database is dropped, then recreated before seed is performed.sync-usersorsyncreads users from the Identity API and transfers the IdentityServer globally unique user-id +demoadds some users and a small number of AM and PM files with sample data.demo1adds some users and a medium number of AM and PM files with sample data.demo2adds some users and a larger number of AM and PM files with sample data. to the corresponding officers, based on e-mail comparison.
the syntax is described in Documenting command-line syntax