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

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