dotnet-restore
Restores the dependencies and tools of a .NET project.
dotnet-publish
Publish a .NET application and its dependencies to a directory for deployment to a hosting system.
dotnet-ef
Perform design-time development tasks for Entity Framework Core.
dotnet-build
Builds a .NET application and its dependencies.
dotnet-add-reference
Add .NET project-to-project references.
dotnet-add-package
Add or update a .NET package reference in a project file.
dot
Render an image of a linear directed network graph from a graphviz file.Layouts: dot, neato, twopi, circo, fdp, sfdp, osage & patchwork.
linear directed
graphviz
neato
twopi
circo
fdp
sfdp
osage
patchwork
dolt
An SQL database that you can fork, clone, branch, merge, push and pull just like a Git repository.Some subcommands such as commit have their own usage documentation.
commit
dolt-version
Display the current dolt CLI version.
dolt-status
Display the status of the database session.
dolt-sql
Run an SQL query. Multiple SQL statements must be separated by semicolons.
dolt-merge
Join two or more development histories together.
dolt-init
Create an empty Dolt data repository.
dolt-gc
Search the repository for data that are no longer referenced and no longer needed.
dolt-fetch
Download objects and refs from another repository.
dolt-config
Read and write local (per repository) and global (per user) Dolt configuration variables.
dolt-commit
Commit staged changes to tables.
dolt-clone
Clone a repository into a new directory.
dolt-checkout
Checkout the work tree or tables to a branch or commit.
dolt-branch
Manage Dolt branches.