UNPKG

kui-shell

Version:

This is the monorepo for Kui, the hybrid command-line/GUI electron-based Kubernetes tool

6 lines (5 loc) 272 B
import Commands from '@kui-shell/core/api/commands'; import Options from './options'; export declare const _helm: (opts: Commands.Arguments<Options>) => Promise<unknown>; declare const _default: (commandTree: Commands.Registrar) => Promise<void>; export default _default;