@hashgraph/solo
    Preparing search index...

    Helm dependency manager installs or uninstalls helm client at SOLO_HOME_DIR/bin directory

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

    artifactName: string
    checksumURL: string
    downloadBaseUrl: string
    downloader: PackageDownloader
    downloadURL: string
    executableName: string
    globalExecutablePath: string = ''
    installationDirectory: string
    localExecutablePath: string
    logger?: SoloLogger
    osArch: string
    osPlatform: string
    requiredVersion: string

    Methods

    • Returns a promise that invokes the shell command

      Parameters

      • cmd: string
      • arguments_: string[] = []
      • verbose: boolean = false
      • detached: boolean = false

      Returns Promise<string[]>