hivessh
Version:
HiveSsh is an innovative library designed to streamline SSH2 connections and simplify task execution on Linux servers.
38 lines • 1.51 kB
TypeScript
import { SshChannelExit, StreamDataMapper } from "../../SshExec.js";
import { AbstractPackage, ApmInit } from "../apm.js";
/**
* @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions
*/
export declare const yumEnv: {
LANG: string;
};
/**
* @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions
*/
export declare const ignoredErrMsgs: string[];
/**
* @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions
* @param data
* @returns
*/
export declare const ignoreMessageFilter: StreamDataMapper;
/**
* @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions
* @param exit
* @returns
*/
export declare const parseYumList: (exit: SshChannelExit) => string[];
/**
* @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions
* @param exit
* @returns
*/
export declare const parseYumDescription: (exit: SshChannelExit) => AbstractPackage;
/**
* @deprecated The AbstractPackageManager (APM) feature will be removed in the future to more focus on the core problems and solutions
* @param sshHost
* @param cmdTimeoutMillis
* @returns
*/
export declare const initYumApm: ApmInit;
//# sourceMappingURL=yum.d.ts.map