jesse-c/Clevis - The Big Linker
Check if values match between different parts of your codebase using configuration files
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| config-path | Path to the Clevis configuration file | no | ./clevis.toml |
| link-key | Specific link key to check (if omitted, checks all links) | no | — |
| command | Command to run: check, list, or show | no | check |
| verbose | Enable verbose output | no | false |
| version | Version of Clevis to use (defaults to latest release) | no | — |
Outputs
| name | description |
|---|---|
| result | Result of the check operation (true/false for check command) |
| output | Full output from the clevis command |