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

     1  # jackal package list
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Lists out all of the packages that have been deployed to the cluster (runs offline)
     5  
     6  ```
     7  jackal package list [flags]
     8  ```
     9  
    10  ## Options
    11  
    12  ```
    13    -h, --help   help for list
    14  ```
    15  
    16  ## Options inherited from parent commands
    17  
    18  ```
    19    -a, --architecture string   Architecture for OCI images and Jackal packages
    20        --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.
    21    -k, --key string            Path to public key file for validating signed packages
    22    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    23        --no-color              Disable colors in output
    24        --no-log-file           Disable log file creation
    25        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    26        --oci-concurrency int   Number of concurrent layer operations to perform when interacting with a remote package. (default 3)
    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 package](jackal_package.md)	 - Jackal package commands for creating, deploying, and inspecting packages