New Case Study:See how Anthropic automated 95% of dependency reviews with Socket.Learn More
Socket
Sign inDemoInstall
Socket

codenav

Package Overview
Dependencies
Maintainers
1
Versions
18
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

codenav - npm Package Compare versions

Comparing version 1.0.0-m07 to 1.0.0

6

package.json
{
"name": "codenav",
"version": "1.0.0-m07",
"version": "1.0.0",
"description": "code navigation",
"bin": {
"cnav": "./cli/bin/cnav",
"cnav-github": "./cli/bin/cnav-github",
"cnav-bitbucket": "./cli/bin/cnav-bitbucket"
"cnav": "./cli/bin/cnav"
},

@@ -10,0 +8,0 @@ "scripts": {

## Code Navigation
![codenav Package](https://github.com/viqueen/codenav/workflows/codenav%20Package/badge.svg)
[![Quality Gate Status](https://sonarcloud.io/api/project_badges/measure?project=viqueen_codenav&metric=alert_status)](https://sonarcloud.io/dashboard?id=viqueen_codenav)

@@ -50,12 +49,13 @@

Commands:
register <sshUrlConnection> registers a new repo using its ssh url connection
list [options] lists registered repos
clone [options] clone registered repos
config displays cnav configuration
set-config <key> <value> updates cnav configuration entry
get-config <key> gets cnav configuration entry
go <alias> go to repo directory
github <namespace> register repos from github with given namespace
bitbucket <namespace> register repos from bitbucket with given namespace
help [command] display help for command
register <urlConnection> registers a new repo using its url connection
list [options] lists registered repos
clone [options] clone registered repos
config displays cnav configuration
set-config <key> <value> updates cnav configuration entry
get-config <key> gets cnav configuration entry
go <alias> go to repo directory
github [options] <namespace> register repos from github with given namespace
bitbucket [options] <namespace> register repos from bitbucket with given namespace
stash [options] <project> register repos from bitbucket dc for a given project
help [command] display help for command
```

@@ -69,2 +69,8 @@

- register repos from bitbucket server
```
cnav stash <projectKey>
```
- register repos from github

@@ -88,5 +94,6 @@

Options:
-h, --host <name> filter by host (default: "_")
-ns, --namespace <namespace> filter by namespace (default: "_")
-l, --location display checkout location only (default: false)
-h, --host <host> filter by host (default: "<all>")
-ns, --namespace <namespace> filter by namespace (default: "<all>")
-s, --scope <scope> filter by scope (default: "<all>")
-l, --location display checkout location only (default: false)
```

@@ -116,4 +123,5 @@

Options:
-h, --host <name> filter by host (default: "_")
-ns, --namespace <namespace> filter by namespace (default: "_")
-h, --host <host> filter by host (default: "<all>")
-ns, --namespace <namespace> filter by namespace (default: "<all>")
-s, --scope <scope> filter by scope (default: "<all>")
```

@@ -120,0 +128,0 @@

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