isn/README.md

13 lines
364 B
Markdown
Raw Normal View History

2021-04-08 02:03:17 +01:00
# Usage
````sh
2021-05-14 21:48:01 +01:00
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
2021-04-08 02:03:17 +01:00
````