# server-deploy-cli **Repository Path**: famoushappy/server-deploy-cli ## Basic Information - **Project Name**: server-deploy-cli - **Description**: 前端项目自动化部署,支持自动打包、备份、上传等 - **Primary Language**: Unknown - **License**: Not specified - **Default Branch**: master - **Homepage**: None - **GVP Project**: No ## Statistics - **Stars**: 1 - **Forks**: 0 - **Created**: 2022-10-10 - **Last Updated**: 2024-12-04 ## Categories & Tags **Categories**: Uncategorized **Tags**: None ## README ### server-deploy-cli `connect server with ssh2-sftp-client, and publish local files to remote server or delete file、directory from the remote server or other operations you wanna do`. ### Usage exec `deploy-cli -h` or `deploy-cli --help` to see the usage. commander `deploy-cli` is the same as `deploy-cli -c deploy.config.js` or `deploy-cli --config deploy.config.js`. you can set a custom configuration file path, for example: `deploy-cli -c deployConfig.js`. ### Configuration you can get the configuration help from file at ./utils/defaultConfig.js. ### BTW I really wanna use Simplified Chinese here.