Join us on UmbraCollab tomorrow at 1PM CET! http...
# social
s
Join us on UmbraCollab tomorrow at 1PM CET! https://discord.gg/xkpFR2Q3?event=976414107299377172
p
@CodeSharePaul feature request/nice to have x-plat support with OS option e.g.
$env:Umbraco__CMS__Global__InstallMissingDatabase="true"
->
export Umbraco__CMS__Global__InstallMissingDatabase="true"
Or just appsettings.json generation
c
Yeah sure. Do you know the different variations to use and for which platforms?
p
export FOO="Bar" would work on Linux and macOS
but appsettings.json gen is probably smarter as it would work in new shell also
c
I see it now in your original message thanks.
p
oh ronald added new args to templates for rc2, that will make your life much easier, e.g. can set provider name whilst running the template
and InstallMissingDatabase no longer required for SQLite rc2+
c
I like the idea of the appsettings.json gen but it’s something else to explain to the user. This keeps it in one script
That’s cool
@User when is rc2 out?
p
it's under test already so hopefully today
dotnet new --install Umbraco.Templates::10.0.0-rc2 --nuget-source https://www.myget.org/F/umbracoprereleases/api/v3/index.json
c
nuget source would be a cool addition to PSW
4 Views