Conversation
| "log" | ||
| "os" |
| @@ -12,7 +12,7 @@ | |||
| // See the License for the specific language governing permissions and | |||
| // limitations under the License. | |||
|
|
|||
Codecov Report
@@ Coverage Diff @@
## master #292 +/- ##
=========================================
- Coverage 50.46% 49.8% -0.67%
=========================================
Files 61 62 +1
Lines 2776 2813 +37
=========================================
Hits 1401 1401
- Misses 1150 1187 +37
Partials 225 225
Continue to review full report at Codecov.
|
|
Is there a particular plugin you're hoping to enable with this? |
|
What benefit do we expect Supporting a plugin model means defining and supporting the plugin integration points. It means we probably can't add global flags or new subcommands or change the format of
|
|
Perhaps you want the stdin/out refactors? I am thinking I will make kubectl plugin that uses ko |
|
OK as an update, check this workflow out: https://github.com/n3wscott/kopond/tree/master/kubectl |
I moved the cmd setup into pkg and decoupled the commands from
os.*This should make testing much easier when there are tests.The change adds kubectl/git style plugins. For example: