./smart-view-agent-installer-win-x64.ps1 C:\TOTVS\Agent smart-view-agent 7019 `
--smart-view-core `
DefaultConnectionString=Sqlite `
"ConnectionStrings__Sqlite=Data Source=c:\mydb.db;"
A configuração do smart-view-core é opcional, caso queria passar mais informações de configuração é preciso informar os parâmetros sempre utilizando chave=valor
./smart-view-agent-installer-win-x64.ps1 C:\TOTVS\Agent smart-view-agent 7019 `
--smart-view-core `
DefaultConnectionString=Sqlite `
"Security__0__ApiBaseUrl=http://localhost:8051/api"
"Security__0__CreateTokenEndpoint=http://localhost:8051/api/connect/token"
"Security__0__JwksEndpoint=http://localhost:8051/api/.well-known/security/jwks"