isn/README.md

14 lines
364 B
Markdown

# Usage
````sh
dotnet user-secrets set ConnectionStrings:DefaultConnection "Server=<lame-pgserver>;Port=<lame-pgport>;Database=<lame-dbname>;Username=<lame-dbusername>;Password=<lame-dbpass>;"
nuget-host&
# get an api-key from <http://localhost:5000/ApkKeys>
nuget-cli push -k <lame-api-key> -s http://localhost:5000/packages your-lame-versionned.nupkg
````