summaryrefslogtreecommitdiff
path: root/man/bst-artifact.1
diff options
context:
space:
mode:
authorAlexFazakas <alex.fazakas97@gmail.com>2019-07-02 15:43:26 +0000
committerbst-marge-bot <marge-bot@buildstream.build>2019-07-02 15:43:26 +0000
commit5a1afb26cd9f70b8ef719966c24baabe8ac0816b (patch)
tree93cfddfaad042f42a7408d54c241f99ff376db19 /man/bst-artifact.1
parent2219874cdca548dd7f164ef3a0f77f5affeea2b0 (diff)
downloadbuildstream-5a1afb26cd9f70b8ef719966c24baabe8ac0816b.tar.gz
runcli.py: Don't set project to 'None'
Calling runcli with project set to None results in setting the directory to the string 'None'. Instead, only set it when the given project argument is not None.
Diffstat (limited to 'man/bst-artifact.1')
-rw-r--r--man/bst-artifact.116
1 files changed, 8 insertions, 8 deletions
diff --git a/man/bst-artifact.1 b/man/bst-artifact.1
index dbb359bc6..7f65dce5b 100644
--- a/man/bst-artifact.1
+++ b/man/bst-artifact.1
@@ -1,4 +1,4 @@
-.TH "BST ARTIFACT" "1" "27-Jun-2019" "" "bst artifact Manual"
+.TH "BST ARTIFACT" "1" "01-Jul-2019" "" "bst artifact Manual"
.SH NAME
bst\-artifact \- Manipulate cached artifacts
.SH SYNOPSIS
@@ -8,10 +8,6 @@ bst\-artifact \- Manipulate cached artifacts
Manipulate cached artifacts
.SH COMMANDS
.PP
-\fBcheckout\fP
- Checkout contents of an artifact
- See \fBbst artifact-checkout(1)\fP for full documentation on the \fBcheckout\fP command.
-.PP
\fBpull\fP
Pull a built artifact
See \fBbst artifact-pull(1)\fP for full documentation on the \fBpull\fP command.
@@ -20,10 +16,14 @@ Manipulate cached artifacts
Push a built artifact
See \fBbst artifact-push(1)\fP for full documentation on the \fBpush\fP command.
.PP
+\fBdelete\fP
+ Remove artifacts from the local cache
+ See \fBbst artifact-delete(1)\fP for full documentation on the \fBdelete\fP command.
+.PP
\fBlog\fP
Show logs of artifacts
See \fBbst artifact-log(1)\fP for full documentation on the \fBlog\fP command.
.PP
-\fBdelete\fP
- Remove artifacts from the local cache
- See \fBbst artifact-delete(1)\fP for full documentation on the \fBdelete\fP command.
+\fBcheckout\fP
+ Checkout contents of an artifact
+ See \fBbst artifact-checkout(1)\fP for full documentation on the \fBcheckout\fP command.