Skip to content

Latest commit

 

History

History
34 lines (22 loc) · 900 Bytes

tanzu_plugin_upload-bundle.md

File metadata and controls

34 lines (22 loc) · 900 Bytes

tanzu plugin upload-bundle

Upload plugin bundle to a repository

Synopsis

Upload a plugin bundle to an alternate container registry for use in an internet-restricted environment. The plugin bundle is obtained using the "download-bundle" command.

tanzu plugin upload-bundle [flags]

Examples


    # Upload the plugin bundle to the remote repository
    tanzu plugin upload-bundle --tar /tmp/plugin_bundle_vmware_tkg_default_v1.0.0.tar.gz --to-repo custom.registry.company.com/tanzu-plugins/
    tanzu plugin upload-bundle --tar /tmp/plugin_bundle_complete.tar.gz --to-repo custom.registry.company.com/tanzu-plugins/

Options

  -h, --help             help for upload-bundle
      --tar string       source tar file
      --to-repo string   destination repository for publishing plugins

SEE ALSO