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

     1  # jackal dev generate
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  [alpha] Creates a jackal.yaml automatically from a given remote (git) Helm chart
     5  
     6  ```
     7  jackal dev generate NAME [flags]
     8  ```
     9  
    10  ## Examples
    11  
    12  ```
    13  jackal dev generate podinfo --url https://github.com/stefanprodan/podinfo.git --version 6.4.0 --gitPath charts/podinfo
    14  ```
    15  
    16  ## Options
    17  
    18  ```
    19        --gitPath string            Relative path to the chart in the git repository
    20    -h, --help                      help for generate
    21        --kube-version string       Override the default helm template KubeVersion when performing a package chart template
    22        --output-directory string   Output directory for the generated jackal.yaml
    23        --url string                URL to the source git repository
    24        --version string            The Version of the chart to use
    25  ```
    26  
    27  ## Options inherited from parent commands
    28  
    29  ```
    30    -a, --architecture string   Architecture for OCI images and Jackal packages
    31        --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.
    32    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    33        --no-color              Disable colors in output
    34        --no-log-file           Disable log file creation
    35        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    36        --tmpdir string         Specify the temporary directory to use for intermediate files
    37        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    38  ```
    39  
    40  ## SEE ALSO
    41  
    42  * [jackal dev](jackal_dev.md)	 - Commands useful for developing packages