The lint command lint tool validates that a flags file can be parsed by GO Feature Flag.
50K+
🚨 Attention: The GO Feature Flag has now transitioned to its own organization. We recommend updating your configurations to use gofeatureflag/go-feature-flag-lint. We will continue to provide support for the original organization for a certain period of time.
The lint command lint tool validates that a flags file can be parsed by GO Feature Flag.
docker run \
-v $(pwd)/your/configuration_folder:/config \
gofeatureflag/go-feature-flag-lint:latest \
--input-file=/config/my-go-feature-flag-config.yaml \
--input-format=yaml
The command line has 2 parameters:
| param | description |
|---|---|
--input-file | (mandatory) The location of your configuration file. |
--input-format | (mandatory) The format of your current configuration file. Available formats are yaml, json, toml. |
Content type
Image
Digest
sha256:3aaade5d2…
Size
2.4 MB
Last updated
4 months ago
docker pull thomaspoignant/go-feature-flag-lint