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

     1  # jackal tools get-creds
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Displays a table of credentials for deployed Jackal services. Pass a service key to get a single credential
     5  
     6  ## Synopsis
     7  
     8  Display a table of credentials for deployed Jackal services. Pass a service key to get a single credential. i.e. 'jackal tools get-creds registry'
     9  
    10  ```
    11  jackal tools get-creds [flags]
    12  ```
    13  
    14  ## Examples
    15  
    16  ```
    17  
    18  # Print all Jackal credentials:
    19  $ jackal tools get-creds
    20  
    21  # Get specific Jackal credentials:
    22  $ jackal tools get-creds registry
    23  $ jackal tools get-creds registry-readonly
    24  $ jackal tools get-creds git
    25  $ jackal tools get-creds git-readonly
    26  $ jackal tools get-creds artifact
    27  $ jackal tools get-creds logging
    28  
    29  ```
    30  
    31  ## Options
    32  
    33  ```
    34    -h, --help   help for get-creds
    35  ```
    36  
    37  ## Options inherited from parent commands
    38  
    39  ```
    40    -a, --architecture string   Architecture for OCI images and Jackal packages
    41        --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.
    42    -l, --log-level string      Log level when running Jackal. Valid options are: warn, info, debug, trace (default "info")
    43        --no-color              Disable colors in output
    44        --no-log-file           Disable log file creation
    45        --no-progress           Disable fancy UI progress bars, spinners, logos, etc
    46        --tmpdir string         Specify the temporary directory to use for intermediate files
    47        --jackal-cache string     Specify the location of the Jackal cache directory (default "~/.jackal-cache")
    48  ```
    49  
    50  ## SEE ALSO
    51  
    52  * [jackal tools](jackal_tools.md)	 - Collection of additional tools to make airgap easier