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

git-annex-reregisterurl - updates url registration information

Author

       Joey Hess <id@joeyh.name>

                                                                                      git-annex-reregisterurl(1)

Description

       This plumbing-level command updates information about the urls that are registered for a key.

Name

       git-annex-reregisterurl - updates url registration information

Options

--move-from=name|uuid

              For  each  key,  update  any urls that are currently claimed by the specified remote to be instead
              used by the web special remote.

              This could be used eg, when a special remote was needed to provide authorization to  get  an  url,
              but the url has now become publically available and so the web special remote can be used.

              Note  that,  like  git-annexunregisterurl,  using  this option unregisters an url from a special
              remote, but it does not mark the content as not present in that special remote. However, like git-annexregisterurl, this option does mark content as being present in the web special remote.

       --batch
              In batch input mode, lines are read from stdin, and each line should contain a key.

       -z     When in batch mode, the input is delimited by nulls instead of the usual newlines.

       --json Enable JSON output. This is intended to be parsed by programs that use  git-annex.  Each  line  of
              output is a JSON object.

       --json-error-messages
              Messages that would normally be output to standard error are included in the JSON instead.

       Also the git-annex-common-options(1) can be used.

See Also

git-annex(1)

       git-annex-registerurl(1)

       git-annex-unregisterurl(1)

Synopsis

       git annex reregisterurl [key]

See Also