Skip to main content

Configuration

OptionTypeRequiredRequired
--ops.git-remotestringGit repository url for manifest files
--ops.git-branchstringGit branch for --ops.git-remote (default "main")
--pipeline.intervaluint32Interval of repository polling (second) (default 180)
--pipeline.remove-unspecifiedRemove pipelines manifest file not specified
-f, --file.manifeststringsManifest file path
-R, --recursiveProcess the directory used in -f, --file.manifest recursively.
--webapi.portuintPort to publish http web api server (default 1323)
--webapi.usernamestringUsername to authenticate web API (default "admin")
--webapi.passwordstring✔️Password to authenticate web API
--webapi.jwt.issuerstringJWT Issuer (default "systemd-cd")
--webapi.jwt.secretstring✔️JWT Secret
--webapi.allow-originstringsCORS allow origins of web API
--log.levelstringOnly log messages with the given severity or above.
--log.report-callerEnable log report caller.
--log.timestampEnable log timestamp.