OSTREE CONFIG(1) | ostree config | OSTREE CONFIG(1) |
ostree-config - Change configuration settings
ostree config get {SECTIONNAME.KEYNAME}
ostree config get {--group=GROUPNAME} {KEYNAME}
ostree config set {SECTIONNAME.KEYNAME} {VALUE}
ostree config set {--group=GROUPNAME} {KEYNAME} {VALUE}
Displays or changes a configuration setting.
$ ostree config get core.mode
bare
$ ostree config set --group='remote "myremote"' url http://example.com/repo
OSTree |