Skip to content

Instantly share code, notes, and snippets.

@MisterDA
Created January 13, 2023 19:09
Show Gist options
  • Save MisterDA/b37dfcef5b71561eff7d6556cf3805e0 to your computer and use it in GitHub Desktop.
Save MisterDA/b37dfcef5b71561eff7d6556cf3805e0 to your computer and use it in GitHub Desktop.
.\" Pipe this output to groff -m man -K utf8 -T utf8 | less -R
.\"
.mso an.tmac
.TH "OBUILDER" 1 "" "Obuilder" "Obuilder Manual"
.\" Disable hyphenation and ragged-right
.nh
.ad l
.SH NAME
.P
obuilder \N'45' a command\N'45'line interface for OBuilder
.SH SYNOPSIS
.P
\fBobuilder\fR \fICOMMAND\fR …
.SH COMMANDS
.TP 4
\fBbuild\fR [\fB\N'45'f\fR \fIFILE\fR] [\fB\N'45'\N'45'secret\fR=\fISECRET\fR] [\fB\N'45'\N'45'store\fR=\fISTORE\fR] [\fIOPTION\fR]… \fIDIR\fR
Build a spec file\N'46'
.TP 4
\fBdelete\fR [\fB\N'45'\N'45'store\fR=\fISTORE\fR] [\fIOPTION\fR]… \fIID\fR
Recursively delete a cached build result\N'46'
.TP 4
\fBdockerfile\fR [\fB\N'45'\N'45'buildkit\fR] [\fB\N'45'\N'45'escape\fR=\fISTYLE\fR] [\fB\N'45'f\fR \fIFILE\fR] [\fIOPTION\fR]…
Convert a spec to Dockerfile format\N'46'
.TP 4
\fBhealthcheck\fR [\fB\N'45'\N'45'store\fR=\fISTORE\fR] [\fIOPTION\fR]…
Perform a self\N'45'test
.SH COMMON OPTIONS
.TP 4
\fB\N'45'\N'45'help\fR[=\fIFMT\fR] (default=\fBauto\fR)
Show this help in format \fIFMT\fR\N'46' The value \fIFMT\fR must be one of \fBauto\fR, \fBpager\fR, \fBgroff\fR or \fBplain\fR\N'46' With \fBauto\fR, the format is \fBpager\fR or \fBplain\fR whenever the \fBTERM\fR env var is \fBdumb\fR or undefined\N'46'
.SH EXIT STATUS
.P
\fBobuilder\fR exits with the following status:
.TP 4
0
on success\N'46'
.TP 4
123
on indiscriminate errors reported on standard error\N'46'
.TP 4
124
on command line parsing errors\N'46'
.TP 4
125
on unexpected internal errors (bugs)\N'46'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment