github.com/Racer159/jackal@v0.32.7-0.20240401174413-0bd2339e4f2e/docs/2-the-jackal-cli/100-cli-commands/jackal_dev_find-images.md (about)

     1  # jackal dev find-images
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Evaluates components in a Jackal file to identify images specified in their helm charts and manifests
     5  
     6  ## Synopsis
     7  
     8  Evaluates components in a Jackal file to identify images specified in their helm charts and manifests.
     9  
    10  Components that have repos that host helm charts can be processed by providing the --repo-chart-path.
    11  
    12  ```
    13  jackal dev find-images [ PACKAGE ] [flags]
    14  ```
    15  
    16  ## Options
    17  
    18  ```
    19        --create-set stringToString   Specify package variables to set on the command line (KEY=value). Note, if using a config file, this will be set by [package.create.set]. (default [])
    20        --deploy-set stringToString   Specify deployment variables to set on the command line (KEY=value) (default [])
    21    -f, --flavor string               The flavor of components to include in the resulting package (i.e. have a matching or empty "only.flavor" key)
    22    -h, --help                        help for find-images
    23        --kube-version string         Override the default helm template KubeVersion when performing a package chart template
    24        --registry-url string         Override the ###JACKAL_REGISTRY### value (default "127.0.0.1:31999")
    25    -p, --repo-chart-path string      If git repos hold helm charts, often found with gitops tools, specify the chart path, e.g. "/" or "/chart"
    26        --why string                  Prints the source manifest for the specified image
    27  ```
    28  
    29  ## Options inherited from parent commands
    30  
    31  ```
    32    -a, --architecture string   Architecture for OCI images and Jackal packages
    33        --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.
    34    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    35        --no-color              Disable colors in output
    36        --no-log-file           Disable log file creation
    37        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    38        --tmpdir string         Specify the temporary directory to use for intermediate files
    39        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    40  ```
    41  
    42  ## SEE ALSO
    43  
    44  * [jackal dev](jackal_dev.md)	 - Commands useful for developing packages