GO Feature Flag Lint cli
The lint command line tool validates that a flags file can be parsed by GO Feature Flag.
How to install the cli
Install using Homebrew (mac and linux)
brew tap thomaspoignant/homebrew-tap
brew install go-feature-flag-lint
Install using docker
docker pull thomaspoignant/go-feature-flag-lint
More information about the usage of the container in the dockerhub page.
How to use the cli
# 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 . |