Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
13 changes: 5 additions & 8 deletions cfbs/cfbs.1
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
.TH CFBS "1" "2025\-07\-01" "cfbs" "CFEngine Build System manual"
.TH CFBS "1" "2025\-07\-18" "cfbs" "CFEngine Build System manual"
.SH NAME
cfbs \- combines multiple modules into 1 policy set to deploy on your infrastructure. Modules can be custom promise types, JSON files which enable certain functionality, or reusable CFEngine policy. The modules you use can be written by the CFEngine team, others in the community, your colleagues, or yourself.
.SH SYNOPSIS
Expand All @@ -9,8 +9,7 @@ CFEngine Build System.

.TP
\fBcmd\fR
The command to perform (pretty, init, status, search, add, remove, clean, update, validate, download, build, install, help,
info, show, analyse, analyze, input, set\-input, get\-input, generate\-release\-information)
The command to perform (pretty, init, status, search, add, remove, clean, update, validate, download, build, install, help, info, show, analyse, analyze, input, set\-input, get\-input, generate\-release\-information)

.TP
\fBargs\fR
Expand Down Expand Up @@ -39,7 +38,7 @@ Don't prompt, use defaults (only for testing)

.TP
\fB\-\-index\fR \fI\,INDEX\/\fR
Specify alternate index
Specify alternate index (HTTPS URL or relative path to JSON file)

.TP
\fB\-\-check\fR
Expand Down Expand Up @@ -99,17 +98,15 @@ If the path given to 'cfbs analyze' contains a masterfiles subdirectory, specify

.TP
\fB\-\-ignored\-path\-components\fR \fI\,[IGNORED_PATH_COMPONENTS ...]\/\fR
Specify path components which should be ignored during 'cfbs analyze' (the components should be passed separately, delimited by
spaces)
Specify path components which should be ignored during 'cfbs analyze' (the components should be passed separately, delimited by spaces)

.TP
\fB\-\-offline\fR
Do not connect to the Internet to download the latest version of MPF release information during 'cfbs analyze'

.TP
\fB\-\-masterfiles\fR \fI\,MASTERFILES\/\fR
Specify masterfiles version to add during "cfbs init". This can be a branch, a full version number, or `no` to not add
masterfiles at all.
Specify masterfiles version to add during "cfbs init". This can be a branch, a full version number, or `no` to not add masterfiles at all.

.br
Binary packages may be downloaded from https://cfengine.com/download/.
Expand Down