sailpoint-oss/Cartographer - OpenAPI Extraction

Extract an OpenAPI spec from service source code using .cartographer/cartographer.yaml.

View on GitHub

Trust Signals

Scorecard Score
not yet scored
Maintenance Recency
Stale
License
None
namedescriptionrequireddefault
cartographer-dirPath to the .cartographer directory containing cartographer.yaml.cartographer
project-rootService project root directory.
go-versionGo version used to build Cartographer1.25.x
commitCommit the updated spec back to the repo (set to 'false' to disable)true
commit-messageCommit message when auto-committingchore: update OpenAPI spec [cartographer]
spec-pathOutput path for the generated spec.cartographer/openapi.yaml
emit-diffInclude a truncated git diff of the generated spec in the action outputsfalse
namedescription
spec-pathPath to the generated OpenAPI spec
changedWhether the spec changed ('true' or 'false')
diffGit diff of the generated spec when emit-diff is enabled (empty otherwise)
errorSanitized error message if extraction failed (empty on success)
operationsNumber of operations in the generated spec