'\" t .\" Title: ostree config .\" Author: Colin Walters .\" Generator: DocBook XSL Stylesheets v1.79.1 .\" Date: 01/08/2021 .\" Manual: ostree config .\" Source: OSTree .\" Language: English .\" .TH "OSTREE CONFIG" "1" "" "OSTree" "ostree config" .\" ----------------------------------------------------------------- .\" * Define some portability stuff .\" ----------------------------------------------------------------- .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .\" http://bugs.debian.org/507673 .\" http://lists.gnu.org/archive/html/groff/2009-02/msg00013.html .\" ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ .ie \n(.g .ds Aq \(aq .el .ds Aq ' .\" ----------------------------------------------------------------- .\" * set default formatting .\" ----------------------------------------------------------------- .\" disable hyphenation .nh .\" disable justification (adjust text to left margin only) .ad l .\" ----------------------------------------------------------------- .\" * MAIN CONTENT STARTS HERE * .\" ----------------------------------------------------------------- .SH "NAME" ostree-config \- Change configuration settings .SH "SYNOPSIS" .HP \w'\fBostree\ config\ get\fR\ 'u \fBostree config get\fR {GROUPNAME\&.KEYNAME} .HP \w'\fBostree\ config\ get\fR\ 'u \fBostree config get\fR {\-\-group=GROUPNAME} {KEYNAME} .HP \w'\fBostree\ config\ set\fR\ 'u \fBostree config set\fR {GROUPNAME\&.KEYNAME} {VALUE} .HP \w'\fBostree\ config\ set\fR\ 'u \fBostree config set\fR {\-\-group=GROUPNAME} {KEYNAME} {VALUE} .HP \w'\fBostree\ config\ unset\fR\ 'u \fBostree config unset\fR {GROUPNAME\&.KEYNAME} .HP \w'\fBostree\ config\ unset\fR\ 'u \fBostree config unset\fR {\-\-group=GROUPNAME} {KEYNAME} .SH "DESCRIPTION" .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fBostree config get\fR displays the value of KEYNAME in the group GROUPNAME .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fBostree config set\fR sets the value of KEYNAME in the group GROUPNAME to VALUE\&. .RE .sp .RS 4 .ie n \{\ \h'-04'\(bu\h'+03'\c .\} .el \{\ .sp -1 .IP \(bu 2.3 .\} \fBostree config unset\fR removes the key KEYNAME from the group GROUPNAME so that OSTree uses the default value for it\&. It is not an error for the specified GROUPNAME or KEYNAME not to exist\&. .RE .SH "EXAMPLE" .PP \fB$ ostree config get core\&.mode\fR .PP bare .PP \fB$ ostree config set \-\-group=\*(Aqremote "myremote"\*(Aq url http://example\&.com/repo\fR .PP \fB$ ostree config unset core\&.lock\-timeout\-secs\fR