ftronoff/FtrIO Export Toggle Manifest
Scan a .NET codebase for FtrIO [Toggle] usage and export a manifest of required toggle keys for deployment safety.
View on GitHubTrust Signals
- Scorecard Score
- not yet scored
- Maintenance Recency
- Stale
- License
- None
Inputs
| name | description | required | default |
|---|---|---|---|
| source | Directory to scan for .cs files containing toggle usage. Defaults to current directory. | no | . |
| output | Path to write the manifest JSON file. | no | toggles.manifest.json |
| upload-artifact | Upload the manifest as a GitHub Actions artifact for use in downstream pipelines. | no | true |
| artifact-name | Name of the uploaded artifact. | no | toggle-manifest |
| artifact-retention-days | Number of days to retain the uploaded artifact. | no | 30 |
| version | Version of FtrIO.onetwo to install. Defaults to latest stable. | no | "" |
Outputs
| name | description |
|---|---|
| manifest-path | Path to the generated manifest JSON file |
| toggle-count | Number of toggle keys found in the scanned source |
| artifact-name | Name of the uploaded artifact (if upload-artifact is true) |