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

     1  # jackal dev deploy
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  [beta] Creates and deploys a Jackal package from a given directory
     5  
     6  ## Synopsis
     7  
     8  [beta] Creates and deploys a Jackal package from a given directory, setting options like YOLO mode for faster iteration.
     9  
    10  ```
    11  jackal dev deploy [flags]
    12  ```
    13  
    14  ## Options
    15  
    16  ```
    17        --adopt-existing-resources           Adopts any pre-existing K8s resources into the Helm charts managed by Jackal. ONLY use when you have existing deployments you want Jackal to takeover.
    18        --components string                  Comma-separated list of components to deploy.  Adding this flag will skip the prompts for selected components.  Globbing component names with '*' and deselecting 'default' components with a leading '-' are also supported.
    19        --create-set stringToString          Specify package variables to set on the command line (KEY=value) (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 deploy
    23        --no-yolo                            Disable the YOLO mode default override and create / deploy the package as-defined
    24        --registry-override stringToString   Specify a map of domains to override on package create when pulling images (e.g. --registry-override docker.io=dockerio-reg.enterprise.intranet) (default [])
    25        --retries int                        Number of retries to perform for Jackal deploy operations like git/image pushes or Helm installs (default 3)
    26        --skip-webhooks                      [alpha] Skip waiting for external webhooks to execute as each package component is deployed
    27        --timeout duration                   Timeout for Helm operations such as installs and rollbacks (default 15m0s)
    28  ```
    29  
    30  ## Options inherited from parent commands
    31  
    32  ```
    33    -a, --architecture string   Architecture for OCI images and Jackal packages
    34        --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.
    35    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    36        --no-color              Disable colors in output
    37        --no-log-file           Disable log file creation
    38        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    39        --tmpdir string         Specify the temporary directory to use for intermediate files
    40        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    41  ```
    42  
    43  ## SEE ALSO
    44  
    45  * [jackal dev](jackal_dev.md)	 - Commands useful for developing packages