News
All about making non-extension files just work - useful for writing git, kubectl, etc. plugins.
- Supporting running non-extension file names, like
helloworldas if it was a.javafile. - non-extension files will have kebab-case applied so if its named
kubectl-mypluginthen its assumed the class inside it is calledKubectlMyPlugin - if a non-extension file starts with
#!the first line will be removed before compiling.