logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

ostree-config - Change configuration settings

Description

ostreeconfigget displays the value of KEYNAME in the group GROUPNAME

       •   ostreeconfigset sets the value of KEYNAME in the group GROUPNAME to VALUE.

       •   ostreeconfigunset 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.

Example

$ostreeconfiggetcore.mode

       bare

       $ostreeconfigset--group='remote"myremote"'urlhttp://example.com/repo$ostreeconfigunsetcore.lock-timeout-secs

OSTree                                                                                          OSTREECONFIG(1)

Name

       ostree-config - Change configuration settings

Synopsis

ostreeconfigget {GROUPNAME.KEYNAME}

       ostreeconfigget {--group=GROUPNAME} {KEYNAME}

       ostreeconfigset {GROUPNAME.KEYNAME} {VALUE}

       ostreeconfigset {--group=GROUPNAME} {KEYNAME} {VALUE}

       ostreeconfigunset {GROUPNAME.KEYNAME}

       ostreeconfigunset {--group=GROUPNAME} {KEYNAME}

See Also