github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_dev.md (about) 1 # jackal dev 2 <!-- Auto-generated by hack/gen-cli-docs.sh --> 3 4 Commands useful for developing packages 5 6 ## Options 7 8 ``` 9 -h, --help help for dev 10 ``` 11 12 ## Options inherited from parent commands 13 14 ``` 15 -a, --architecture string Architecture for OCI images and Jackal packages 16 --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. 17 -l, --log-level string Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info") 18 --no-color Disable colors in output 19 --no-log-file Disable log file creation 20 --no-progress Disable fancy UI progress bars, spinners, logos, etc 21 --tmpdir string Specify the temporary directory to use for intermediate files 22 --jackal-cache string Specify the location of the Jackal cache directory (default "~/.jackal-cache") 23 ``` 24 25 ## SEE ALSO 26 27 * [jackal](jackal.md) - DevSecOps for Airgap 28 * [jackal dev deploy](jackal_dev_deploy.md) - [beta] Creates and deploys a Jackal package from a given directory 29 * [jackal dev find-images](jackal_dev_find-images.md) - Evaluates components in a Jackal file to identify images specified in their helm charts and manifests 30 * [jackal dev generate](jackal_dev_generate.md) - [alpha] Creates a jackal.yaml automatically from a given remote (git) Helm chart 31 * [jackal dev generate-config](jackal_dev_generate-config.md) - Generates a config file for Jackal 32 * [jackal dev lint](jackal_dev_lint.md) - Lints the given package for valid schema and recommended practices 33 * [jackal dev patch-git](jackal_dev_patch-git.md) - Converts all .git URLs to the specified Jackal HOST and with the Jackal URL pattern in a given FILE. NOTE: 34 This should only be used for manifests that are not mutated by the Jackal Agent Mutating Webhook. 35 * [jackal dev sha256sum](jackal_dev_sha256sum.md) - Generates a SHA256SUM for the given file