UNPKG

magnus-cli

Version:

Command line tool to pull and push source code files from a Rock RMS server

8 lines (7 loc) 311 B
/** * Push a local file to Rock RMS * @param {string} localFilePath - Path to the local file * @param {string | undefined} targetPath - Path on the server to save the file (optional) * @returns {Promise<void>} */ export declare function pushFile(localFilePath: string, targetPath?: string): Promise<void>;