Sign inSign up

thomaspoignant/go-feature-flag-lint

By thomaspoignant

Updated 4 months ago

The lint command lint tool validates that a flags file can be parsed by GO Feature Flag.

Image
1

50K+

thomaspoignant/go-feature-flag-lint repository overview

GO Feature Flag Lint cli

🚨 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.

How to use this image

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
Params description

The command line has 2 parameters:

paramdescription
--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.

Tag summary

Content type

Image

Digest

sha256:3aaade5d2

Size

2.4 MB

Last updated

4 months ago

docker pull thomaspoignant/go-feature-flag-lint