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

     1  # jackal package remove
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Removes a Jackal package that has been deployed already (runs offline)
     5  
     6  ```
     7  jackal package remove { PACKAGE_SOURCE | PACKAGE_NAME } --confirm [flags]
     8  ```
     9  
    10  ## Options
    11  
    12  ```
    13        --components string   Comma-separated list of components to remove.  This list will be respected regardless of a component's 'required' or 'default' status.  Globbing component names with '*' and deselecting components with a leading '-' are also supported.
    14        --confirm             REQUIRED. Confirm the removal action to prevent accidental deletions
    15    -h, --help                help for remove
    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    -k, --key string            Path to public key file for validating signed packages
    24    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    25        --no-color              Disable colors in output
    26        --no-log-file           Disable log file creation
    27        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    28        --oci-concurrency int   Number of concurrent layer operations to perform when interacting with a remote package. (default 3)
    29        --tmpdir string         Specify the temporary directory to use for intermediate files
    30        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    31  ```
    32  
    33  ## SEE ALSO
    34  
    35  * [jackal package](jackal_package.md)	 - Jackal package commands for creating, deploying, and inspecting packages