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

     1  # jackal dev patch-git
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Converts all .git URLs to the specified Jackal HOST and with the Jackal URL pattern in a given FILE.  NOTE:
     5  This should only be used for manifests that are not mutated by the Jackal Agent Mutating Webhook.
     6  
     7  ```
     8  jackal dev patch-git HOST FILE [flags]
     9  ```
    10  
    11  ## Options
    12  
    13  ```
    14        --git-account string   User or organization name for the git account that the repos are created under. (default "jackal-git-user")
    15    -h, --help                 help for patch-git
    16  ```
    17  
    18  ## Options inherited from parent commands
    19  
    20  ```
    21    -a, --architecture string   Architecture for OCI images and Jackal packages
    22        --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.
    23    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    24        --no-color              Disable colors in output
    25        --no-log-file           Disable log file creation
    26        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    27        --tmpdir string         Specify the temporary directory to use for intermediate files
    28        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    29  ```
    30  
    31  ## SEE ALSO
    32  
    33  * [jackal dev](jackal_dev.md)	 - Commands useful for developing packages