ndc-sqlserver-cli is used to configure a deployment of ndc-sqlserver.
Create a configuration in a new directory using the following commands:
-
Initialize a configuration:
CONNECTION_URI='<sqlserver-connection-string>' cargo run --bin ndc-sqlserver-cli -- --context='<directory>' initialize
-
Update the configuration by introspecting the database:
CONNECTION_URI='<sqlserver-connection-string>' cargo run --bin ndc-sqlserver-cli -- --context='<directory>' update