ostree-config - Man Page

Change configuration settings

Synopsis

ostree config get {GROUPNAME.KEYNAME}

ostree config get {--group=GROUPNAME} {KEYNAME}

ostree config set {GROUPNAME.KEYNAME} {VALUE}

ostree config set {--group=GROUPNAME} {KEYNAME} {VALUE}

ostree config unset {GROUPNAME.KEYNAME}

ostree config unset {--group=GROUPNAME} {KEYNAME}

Description

Example

$ ostree config get core.mode

bare

$ ostree config set --group='remote "myremote"' url http://example.com/repo

$ ostree config unset core.lock-timeout-secs

Referenced By

ostree(1).

ostree config