Web Studio is here! An enhanced experience to make it easier to create, preview, and collaborate on your website contentLearn More
Agility CMS & .NET CLI Cheatsheet
.NET CLI Commands
dotnet build
=> Builds your .NET project.
dotnet run
=> Builds & runs your .NET project.
dotnet clean
=> Cleans the build outputs of your .NET project.
dotnet publish -c Release -o ./publish
=> Generates release publish folder for deployment
Agility CMS CLI
dotnet run update preview
=> Generates strongly typed C# models
In this Article:
Was this article helpful?