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

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