github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_dev_lint.md (about) 1 # jackal dev lint 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Lints the given package for valid schema and recommended practices 5 6 ## Synopsis 7 8 Verifies the package schema, checks if any variables won't be evaluated, and checks for unpinned images/repos/files 9 10 ``` 11 jackal dev lint [ DIRECTORY ] [flags] 12 ``` 13 14 ## Options 15 16 ``` 17 -f, --flavor string The flavor of components to include in the resulting package (i.e. have a matching or empty "only.flavor" key) 18 -h, --help help for lint 19 --set stringToString Specify package variables to set on the command line (KEY=value) (default []) 20 ``` 21 22 ## Options inherited from parent commands 23 24 ``` 25 -a, --architecture string Architecture for OCI images and Jackal packages 26 --insecure Allow access to insecure registries and disable other recommended security enforcements such as package checksum and signature validation. This flag should only be used if you have a specific reason and accept the reduced security posture. 27 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 28 --no-color Disable colors in output 29 --no-log-file Disable log file creation 30 --no-progress Disable fancy UI progress bars, spinners, logos, etc 31 --tmpdir string Specify the temporary directory to use for intermediate files 32 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 33 ``` 34 35 ## SEE ALSO 36 37 * [jackal dev](jackal_dev.md) - Commands useful for developing packages