Fountain Coach Gitowner-controlled · read only

CILocal.git · out.txt

CILocal.git / out.txt

revision 8fcd9aba0ad308863f8774559944def9497f209d · complete file

OVERVIEW: Mirror all local Gitea repositories to GitHub using push mirrors.

USAGE: cicontrol mirror --org <org> [--gitea-url <gitea-url>] [--store-path <store-path>] [--store-url <store-url>] [--include <include> ...] [--exclude <exclude> ...] [--dry-run]

OPTIONS:
  --org <org>             GitHub organisation to mirror into
  --gitea-url <gitea-url> Base URL for the local Gitea instance (default:
                          http://localhost:3000)
  --store-path <store-path>
                          Filesystem path to the FountainStore data directory
  --store-url <store-url> FountainStore HTTP base URL (e.g.
                          http://localhost:8080)
  --include <include>     Only mirror repositories matching these glob patterns
                          (repeatable)
  --exclude <exclude>     Exclude repositories matching these glob patterns
                          (repeatable)
  --dry-run               Preview actions without creating GitHub repos or
                          updating Gitea push mirrors
  --version               Show the version.
  -h, --help              Show help information.