stencila site branch delete
Usage
stencila site branch delete [OPTIONS] <BRANCH_NAME>Examples
# Delete a feature branch (with confirmation)
stencila site branch delete feature-xyz
# Delete a branch without confirmation
stencila site branch delete feature-xyz --force
# Delete a branch from another workspace
stencila site branch delete feature-xyz --path /path/to/workspaceArguments
<BRANCH_NAME> |
Options
-p, --path | |
-f, --force | truefalse |
Notes
Protected branches (main, master) cannot be deleted Deletion is asynchronous and happens in the background Cache will be purged automatically for the deleted branch