Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add support for selective plugin migration using plugin groups for air-gapped environments #231

Merged
merged 6 commits into from
Apr 27, 2023

Commits on Apr 27, 2023

  1. Selective plugin migration using plugin groups for airgapped environm…

    …ents
    
    This change adds support for users to do partial migration of plugins
    using plugin groups instead of migrating all available plugins.
    
    - Allows users to pass `--group` flag with `tanzu plugin
      download-bundle` to do selective plugin download and generates tar file
    - Users can use the generated tar file with the `tanzu plugin
      upload-bundle` command to do partial plugin migration
    anujc25 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    10d7c97 View commit details
    Browse the repository at this point in the history
  2. Address comments part-1

    anujc25 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    8d71033 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    6ef3d60 View commit details
    Browse the repository at this point in the history
  4. Address comments part-2

    anujc25 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    e63dddf View commit details
    Browse the repository at this point in the history
  5. Address comments part-3

    anujc25 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    53cee08 View commit details
    Browse the repository at this point in the history
  6. Update log message

    anujc25 committed Apr 27, 2023
    Configuration menu
    Copy the full SHA
    bafcefc View commit details
    Browse the repository at this point in the history