@hashgraph/solo
    Preparing search index...

    Base class for dependency managers that download and manage CLI tools Common functionality for downloading, checking versions, and managing executables

    Hierarchy (View Summary)

    Index

    Constructors

    Properties

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

    Methods

    • Returns a promise that invokes the shell command

      Parameters

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

      Returns Promise<string[]>