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

     1  # jackal tools registry version
     2  <!-- Auto-generated by hack/gen-cli-docs.sh -->
     3  
     4  Print the version
     5  
     6  ## Synopsis
     7  
     8  The version string is completely dependent on how the binary was built, so you should not depend on the version format. It may change without notice.
     9  
    10  This could be an arbitrary string, if specified via -ldflags.
    11  This could also be the go module version, if built with go modules (often "(devel)").
    12  
    13  ```
    14  jackal tools registry version [flags]
    15  ```
    16  
    17  ## Options
    18  
    19  ```
    20    -h, --help   help for version
    21  ```
    22  
    23  ## Options inherited from parent commands
    24  
    25  ```
    26        --allow-nondistributable-artifacts   Allow pushing non-distributable (foreign) layers
    27        --insecure                           Allow image references to be fetched without TLS
    28        --platform string                    Specifies the platform in the form os/arch[/variant][:osversion] (e.g. linux/amd64). (default "all")
    29    -v, --verbose                            Enable debug logs
    30  ```
    31  
    32  ## SEE ALSO
    33  
    34  * [jackal tools registry](jackal_tools_registry.md)	 - Tools for working with container registries using go-containertools