summaryrefslogtreecommitdiff
path: root/man/bst-workspace.1
diff options
context:
space:
mode:
Diffstat (limited to 'man/bst-workspace.1')
-rw-r--r--man/bst-workspace.128
1 files changed, 28 insertions, 0 deletions
diff --git a/man/bst-workspace.1 b/man/bst-workspace.1
new file mode 100644
index 000000000..bf1c78928
--- /dev/null
+++ b/man/bst-workspace.1
@@ -0,0 +1,28 @@
+.TH "BST WORKSPACE" "1" "27-Jul-2017" "" "bst workspace Manual"
+.SH NAME
+bst\-workspace \- Manipulate developer workspaces
+.SH SYNOPSIS
+.B bst workspace
+[OPTIONS] COMMAND [ARGS]...
+.SH DESCRIPTION
+Manipulate developer workspaces
+.SH COMMANDS
+.PP
+\fBclose\fP
+ Close a workspace
+ See \fBbst workspace-close(1)\fP for full documentation on the \fBclose\fP command.
+
+.PP
+\fBlist\fP
+ List open workspaces
+ See \fBbst workspace-list(1)\fP for full documentation on the \fBlist\fP command.
+
+.PP
+\fBreset\fP
+ Reset a workspace to its original state
+ See \fBbst workspace-reset(1)\fP for full documentation on the \fBreset\fP command.
+
+.PP
+\fBopen\fP
+ Open a new workspace
+ See \fBbst workspace-open(1)\fP for full documentation on the \fBopen\fP command.