vanlandinghamlabs/ArcSync
Generate architecture diagrams from your IaC build output
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| path | Path to a cdk synth output directory, or a terraform show -json file | no | cdk.out |
| api-url | ArcSync API endpoint | no | https://api.arcsync.dev |
| api-client-id | ArcSync client ID — create one at arcsync.dev → Settings → GitHub Action credentials | yes | — |
| api-client-secret | ArcSync client secret (shown once when you create the credential) | yes | — |
| comment | Post/update a PR comment with the diagram (pull_request events only) | no | true |
| output | Optional local file path to write the returned Mermaid markdown | no | — |
Outputs
| name | description |
|---|---|
| mermaid | Mermaid markdown returned by the API |
| graph-id | ArcSync graph ID |
| graph-url | URL to the interactive diagram on arcsync.dev |