1.2.2 • Published 2 years ago
branch-deploy v1.2.2
Branch deploy 
Deploy by pushing to a deploy* branch made simplier.
Usage
Run this command in your local git repository directory:
npx branch-deployIt will then find all branches named deploy* and let you choose which one to push to. It is usually useful if you have a CI that builds/deploys your project on push to that branch.

Optional Options
Show help
npx branch-deploy --helpPush to all deploy branches
npx branch-deploy --allPush to specific branch
npx branch-deploy --target deploy/productionPush to multiple branches matching a pattern
npx branch-deploy --target "deploy/*/beta"Use different branch prefix
npx branch-deploy --prefix stagingUse different source commit
npx branch-deploy --source 52ca70ea2076bd17aa93a5efceeda3a2834db801Use different remote name
npx branch-deploy --remote not-originForce
npx branch-deploy --forceForce with lease
npx branch-deploy --force-with-lease1.2.0
2 years ago
1.2.2
2 years ago
1.2.1
2 years ago
1.1.3
2 years ago
1.1.1
2 years ago
1.1.2
2 years ago
0.1.3
3 years ago
0.1.2
3 years ago
0.1.1
3 years ago
0.1.0
3 years ago
0.0.8
3 years ago
0.0.7
3 years ago
0.0.6
3 years ago
0.0.5
3 years ago
0.0.4
3 years ago
0.0.3
3 years ago
0.0.2
3 years ago
0.0.1
3 years ago
2.0.0
9 years ago
1.0.2
9 years ago
1.0.1
9 years ago
1.0.0
9 years ago