Hierarchy (View Summary)

Constructors

Properties

logger?: SoloLogger

Methods

  • Invoke helm dependency command

    Parameters

    • subCommand: string

      sub-command

    • ...args: string[]

      args of the command

    Returns Promise<string[]>

    console output as an array of strings

  • Invoke helm install command

    Parameters

    • ...args: string[]

      args of the command

    Returns Promise<string[]>

    console output as an array of strings

  • Invoke helm list command

    Parameters

    • ...args: string[]

      args of the command

    Returns Promise<string[]>

    console output as an array of strings

  • Prepare a helm shell command string

    Parameters

    • action: string

      represents a helm command (e.g. create | install | get )

    • ...args: string[]

      args of the command

    Returns string

  • Invoke helm repo command

    Parameters

    • subCommand: string

      sub-command

    • ...args: string[]

      args of the command

    Returns Promise<string[]>

    console output as an array of strings

  • Invoke helm uninstall command

    Parameters

    • ...args: string[]

      args of the command

    Returns Promise<string[]>

    console output as an array of strings

  • Invoke helm upgrade command

    Parameters

    • ...args: string[]

      args of the command

    Returns Promise<string[]>

    console output as an array of strings

  • Get helm version

    Parameters

    • args: string[] = ...

    Returns Promise<string[]>