* chore: add strictNullChecks to Compose, Lima, Kubectl and KubeContext extensions Signed-off-by: lstocchi <lstocchi@redhat.com> * chore: convert strictNullChecks to strict Signed-off-by: lstocchi <lstocchi@redhat.com> * fix: update tsconfig in registries Signed-off-by: lstocchi <lstocchi@redhat.com> * fix: ignore mustache error Signed-off-by: lstocchi <lstocchi@redhat.com> * fix: typecheck Signed-off-by: lstocchi <lstocchi@redhat.com> --------- Signed-off-by: lstocchi <lstocchi@redhat.com>
* feat: implement onboarding for kubectl Relates to #5035 Signed-off-by: Jeff MAURY <jmaury@redhat.com>
The extension adds kubectl CLI Tool card to `Settings/CLI Tools` page if it can find tool location and extract version from version command output. Signed-off-by: Denis Golovin <dgolovin@redhat.com>