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

     1  # jackal tools registry ls
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  List the tags in a repo
     5  
     6  ```
     7  jackal tools registry ls REPO [flags]
     8  ```
     9  
    10  ## Examples
    11  
    12  ```
    13  
    14  # List the tags for a repo internal to Jackal
    15  $ jackal tools registry ls 127.0.0.1:31999/stefanprodan/podinfo
    16  
    17  # List the tags for a repo hosted at reg.example.com
    18  $ jackal tools registry ls reg.example.com/stefanprodan/podinfo
    19  
    20  ```
    21  
    22  ## Options
    23  
    24  ```
    25        --full-ref           (Optional) if true, print the full image reference
    26    -h, --help               help for ls
    27        --omit-digest-tags   (Optional), if true, omit digest tags (e.g., ':sha256-...')
    28  ```
    29  
    30  ## Options inherited from parent commands
    31  
    32  ```
    33        --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers
    34        --insecure                           Allow image references to be fetched without TLS
    35        --platform string                    Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")
    36    -v, --verbose                            Enable debug logs
    37  ```
    38  
    39  ## SEE ALSO
    40  
    41  * [jackal tools registry](jackal_tools_registry.md)	 - Tools for working with container registries using go-containertools