ASP.NET: Executables

Various helper executables for interacting with your .NET application.

Helpers

aspnet-restart

Restarts ASP.NET application.

Usage

$ aspnet-restart
[bf] 2021-09-19 18:00:00 | restart: Restarting application.
[bf] 2021-09-19 18:00:00 | bf-svc: Restarting service 'aspnet'.

aspnet-start

Starts ASP.NET application.

circle-exclamation

Usage

$ aspnet-start
[bf] 2021-09-19 18:00:00 | start: Starting ASP.NET application.
[bf] 2021-09-19 18:00:00 | start:  .. /app/live/ASPNET_ASSEMBLY.

aspnet-switch-terminate

Stops ASP.NET application, switches live and published code, and terminates the container (you will need to have the restart policy set to 'always').

Usage

healthcheck

Uses bf-test-url to request the URL set by ASPNETCORE_URLS and exits with code 0 if response is HTTP 200 OK.

Usage

Last updated