The lint command line tool validates that a flags file can be parsed by GO Feature Flag.
brew tap thomaspoignant/homebrew-tap
brew install go-feature-flag-lint
docker pull gofeatureflag/go-feature-flag-lint
More information about the usage of the container in the dockerhub page.
# example:
go-feature-flag-lint --input-format=yaml --input-file=/input/my-go-feature-flag-config.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 . |