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

     1  # jackal completion powershell
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Generate the autocompletion script for powershell
     5  
     6  ## Synopsis
     7  
     8  Generate the autocompletion script for powershell.
     9  
    10  To load completions in your current shell session:
    11  
    12  	jackal completion powershell | Out-String | Invoke-Expression
    13  
    14  To load completions for every new session, add the output of the above command
    15  to your powershell profile.
    16  
    17  
    18  ```
    19  jackal completion powershell [flags]
    20  ```
    21  
    22  ## Options
    23  
    24  ```
    25    -h, --help              help for powershell
    26        --no-descriptions   disable completion descriptions
    27  ```
    28  
    29  ## Options inherited from parent commands
    30  
    31  ```
    32    -a, --architecture string   Architecture for OCI images and Jackal packages
    33        --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.
    34    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    35        --no-color              Disable colors in output
    36        --no-log-file           Disable log file creation
    37        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    38        --tmpdir string         Specify the temporary directory to use for intermediate files
    39        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    40  ```
    41  
    42  ## SEE ALSO
    43  
    44  * [jackal completion](jackal_completion.md)	 - Generate the autocompletion script for the specified shell