microsoft / go-sqlcmd

The new sqlcmd, CLI for SQL Server and Azure SQL (winget install sqlcmd / sqlcmd create mssql / sqlcmd open ads)
https://learn.microsoft.com/sql/tools/sqlcmd/go-sqlcmd-utility
MIT License
323 stars 56 forks source link

Rename --name flag to --container-name #487

Open dlevy-msft opened 6 months ago

dlevy-msft commented 6 months ago

Rename the --name flag to --container-name to make it clearer to read and eliminate confusion from it being right next to --host-name. Keep --name as an alias to --container-name so that existing scripts will continue to work.