yuniql icon indicating copy to clipboard operation
yuniql copied to clipboard

Print configuration values with yuniql config

Open rdagumampan opened this issue 4 years ago • 1 comments

To help investigate issues and verify the environment setup, it would be helpful to print configuration values with yuniql config

Print as table just like when you issue yuniql list

yuniql config
Property Value Source
Platform sqlserver Environment variable
Workspace c:\temp\yuniql\samples\basic-sample-sqlserver Environment variable
ConnectionString Server=localhost,1400;Database=helloyuniql;User Id=SA;Password=P@ssw0rd! Environment variable
IsDebug False Default
IsAutoCreateDatabase False Default

Print as json

yuniql config -o json

rdagumampan avatar Jan 25 '21 10:01 rdagumampan

I created a PR for this issue ! open for discussion :)

zwdOr20 avatar Apr 08 '21 13:04 zwdOr20