connection command group lets you create, list, update, and delete named connections to data sources.
Connections are stored as encrypted .conn files. See Connection files for details on where they are stored and how they work.
connection list
Lists all saved connections.connection create
Creates a new named connection and saves it as an encrypted.conn file.
Example
drivers connectionprops.
connection update
Updates an existing named connection by merging, replacing, or removing connection properties.
*At least one of
--connectionstring or --unset is required. --replace and --unset cannot be used together.
Examples
Merge new properties into an existing connection:
connection delete
Deletes a saved connection.
Example