Categorygithub.com/traefik/mixtus
modulepackage
0.4.1
Repository: https://github.com/traefik/mixtus.git
Documentation: pkg.go.dev

# README

Lasius Mixtus - Publish Documentation on a GitHub Repository

GitHub release Build Status Docker Build Status

Description

Lasius Mixtus

Flags:
  -debug
        Debug mode
  -dst-doc-path string
        Path to put the documentation. (default "./traefik")
  -dst-owner string
        Owner of the targeted doc repo. (default "traefik")
  -dst-repo-name string
        Name of the targeted doc repo. (default "doc")
  -git-user-email string
        Email used to commit the documentation. [GIT_USER_EMAIL]
  -git-user-name string
        UserName used to commit the documentation. [GIT_USER_NAME]
  -h    Show this help.
  -src-doc-path string
        Path to the documentation. (default "./docs/site")
  -src-owner string
        Owner of the source repository. (default "traefik")
  -src-repo-name string
        Name of the source repo. (default "traefik")
  -token string
        GitHub Token [GITHUB_TOKEN]

Examples

GITHUB_TOKEN=xxx ./mixtus \
--src-owner=containous \
--src-repo-name=traefik \
--src-doc-path="./docs/site/" \
--dst-repo-name=doc \
--dst-doc-path="./traefik" \
--git-user-name=botname \
[email protected]

What does Lasius Mixtus mean?

Lasius Mixtus

# Packages

No description provided by the author

# Structs

Config is the bot configuration.
GitInfo represents the Git user configuration used for commit.
RepoInfo represents the information about a GitHub repository.