Skip to content

Commit

Permalink
update readme
Browse files Browse the repository at this point in the history
  • Loading branch information
kMutagene committed Nov 15, 2024
1 parent 0b3683e commit 146b823
Showing 1 changed file with 17 additions and 0 deletions.
17 changes: 17 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,7 @@ Read more at [avpr.nfdi4plants.org/about](https://avpr.nfdi4plants.org/about)
- [Triggering a image release](#triggering-a-image-release)
- [OpenAPI endpoint documentation via Swagger UI](#openapi-endpoint-documentation-via-swagger-ui)
- [Testing](#testing)
- [Release packages to production](#release-packages-to-production)

# General

Expand Down Expand Up @@ -349,3 +350,19 @@ There are 2 solutions that contain test projects:
Run the tests with `dotnet test` in the respective test project folders or on the respective solution.

[🔼 Back to top](#table-of-contents)

## Release packages to production

Automated package releases are currently only performed to the preview index.

If you are an authorized user with an API key, packages can be pushed to prod with the `AVPRCI` CLI tool in this repo:

in the repo root, run:

```shell
dotnet run --project .\src\AVPRCI\AVPRCI.fsproj -- publish --api-key yourKeyHere --dry-run
```

to see what would be published, and remove the `--dry-run` flag to actually publish the packages.

[🔼 Back to top](#table-of-contents)

0 comments on commit 146b823

Please sign in to comment.