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

Extend with plugins #2733

Merged
merged 4 commits into from
Apr 21, 2020
Merged

Extend with plugins #2733

merged 4 commits into from
Apr 21, 2020

Commits on Apr 14, 2020

  1. Add support for external process plugins.

    This adds support for external tools as plugins.
    
    If the provided command is a known command, then it's executed,
    otherwise, odo attempts to find a matching executable on the path with
    the prefix "odo-" and execute that instead.
    
    e.g. "odo tkn list" would attempt to execute "odo-tkn" and pass the args
    on.
    bigkevmcd committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    f241f53 View commit details
    Browse the repository at this point in the history
  2. Add support for Windows.

    bigkevmcd committed Apr 14, 2020
    Configuration menu
    Copy the full SHA
    750a7d2 View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    91d1fe0 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    cbcb0d8 View commit details
    Browse the repository at this point in the history