gofeatureflag/go-feature-flag-lint

Sponsored OSS

By GO Feature Flag

Updated 2 months ago

GO Feature Flag linter to validate your flag configuration.

Image
Developer tools
1

7.1K

gofeatureflag/go-feature-flag-lint repository overview

GO Feature Flag Lint cli

Status

Warning

The linter command has been deprecated in favor of the GO Feature Flag Command Line. Check the documentation for the [GO Feature Flag Command Line](http://gofeatureflag.org/docs/tooling/linter) for more information.

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:3b26588ac

Size

2.4 MB

Last updated

2 months ago

docker pull gofeatureflag/go-feature-flag-lint:v1.53.0

This week's pulls

Pulls:

375

Last week