Socket
Socket
Sign inDemoInstall

cox

Package Overview
Dependencies
82
Maintainers
4
Versions
29
Alerts
File Explorer

Advanced tools

Install Socket

Detect and block malicious and high-risk dependencies

Install

Comparing version 1.1.3 to 1.1.4

lib/commands/show.js

7

help.txt

@@ -42,4 +42,9 @@ COX - version {{version}}

woops: stashes changes in the current branch, checks out ticket and pops the stash
usage: cox woops <ticket>
usage: cox woops <ticket>
tag: run git tag (delete) command
usage: cox tag <version>
usage: cox tag delete <version>
show: run git show command
usage: cox show <version>
Please use Cox responsibly, don't forget to use protection.

11

package.json
{
"name": "cox",
"version": "1.1.3",
"version": "1.1.4",
"preferGlobal": "true",

@@ -12,3 +12,3 @@ "description": "git commander for multi-repositories",

"type": "git",
"url": "git@github.com:andrepadez/cox.git"
"url": "git@github.com:albumprinter/cox.git"
},

@@ -21,5 +21,5 @@ "keywords": [

"bugs": {
"url": "https://github.com/andrepadez/cox/issues"
"url": "https://github.com/albumprinter/cox/issues"
},
"homepage": "https://github.com/andrepadez/cox",
"homepage": "https://github.com/albumprinter/cox",
"directories": {

@@ -35,3 +35,6 @@ "bin": "./bin"

"shelljs": "^0.3.0"
},
"bin": {
"cox": "bin/cox"
}
}

@@ -42,3 +42,7 @@ # cox

```
Start developing on a new branch with given <branchName>
Start developing on a new branch with given name 'branchName', the new branch will be branched off 'develop' by default.
```
cox start <branchName> <sourceBranch>
```
Start developing on a new branch with given name 'branchName', the new branch will be branched off 'sourceBranch'.

@@ -45,0 +49,0 @@ #### checkout

SocketSocket SOC 2 Logo

Product

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

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc