Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

deploy-bash

Package Overview
Dependencies
Maintainers
1
Versions
11
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

deploy-bash - npm Package Compare versions

Comparing version 0.0.1 to 0.0.2

6

package.json
{
"name": "deploy-bash",
"version": "0.0.1",
"version": "0.0.2",
"description": "部署脚本",

@@ -9,2 +9,6 @@ "main": "index.js",

},
"files": [
"bin/",
"index.js"
],
"scripts": {

@@ -11,0 +15,0 @@ "test": "echo \"Error: no test specified\" && exit 1"

@@ -1,2 +0,19 @@

## deploy-sh
# deploy-bash
部署脚本
```bash
# 参数依次为 isBackEndProject、targetDir
$ npx deploy 1 /root
```
targetDir可以为空:
```bash
$ npx deploy 1
```

Sorry, the diff of this file is not supported yet

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc