nkp serve bundle
Serve an OCI registry from previously created bundles
        CODE
    
    nkp serve bundle [flags]
Options
        CODE
    
          --bundle strings                Bundle to serve. Can also be a glob pattern. (default [])
  -h, --help                          help for bundle
      --listen-address string         Address to listen on (default "127.0.0.1")
      --listen-port uint16            Port to listen on (0 means use any free port)
      --repositories-prefix string    Prefix to prepend to all repositories in the bundle when serving
      --tls-cert-file string          TLS certificate file
      --tls-private-key-file string   TLS private key file
Options inherited from parent commands
        CODE
    
      -v, --verbose int   Output verbosity
SEE ALSO
- nkp serve - Serve image or Helm chart bundles from an OCI registry