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

@trayio/cdk-cli

Package Overview
Dependencies
Maintainers
4
Versions
206
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

@trayio/cdk-cli - npm Package Compare versions

Comparing version 0.0.2 to 0.0.3

28

oclif.manifest.json
{
"version": "0.0.1",
"version": "0.0.3",
"commands": {
"hello": {
"id": "hello",
"description": "Hello world",
".": {
"id": ".",
"pluginName": "@trayio/cdk-cli",
"pluginAlias": "@trayio/cdk-cli",
"pluginType": "core",
"aliases": [],
"flags": {},
"args": {}
},
"connector:init": {
"id": "connector:init",
"description": "Initialize a connector project",
"strict": true,

@@ -14,4 +23,15 @@ "pluginName": "@trayio/cdk-cli",

"args": {}
},
"connector:operation:add": {
"id": "connector:operation:add",
"description": "Add an operation to connector project",
"strict": true,
"pluginName": "@trayio/cdk-cli",
"pluginAlias": "@trayio/cdk-cli",
"pluginType": "core",
"aliases": [],
"flags": {},
"args": {}
}
}
}

29

package.json
{
"name": "@trayio/cdk-cli",
"version": "0.0.2",
"version": "0.0.3",
"description": "A collection of CLI commands for connector development.",
"main": "./dist/index.js",
"types": "index.d.ts",
"types": "./dist/index.d.ts",
"exports": {
"require": "./dist/index.js",
"import": "./dist/index.js",
"types": "./dist/index.d.ts"
"./*": "./dist/*.js"
},
"license": "MIT",
"license": "Proprietary",
"dependencies": {

@@ -31,23 +29,10 @@ "@oclif/core": "*",

"/dist",
"/npm-shrinkwrap.json",
"/oclif.manifest.json"
],
"bin": {
"cdk": "./bin/run",
"cdk-cli": "./bin/run"
"cdk": "./bin/run"
},
"oclif": {
"commands": "./dist/commands",
"commands": "./dist",
"bin": "cdk",
"topics": {
"connector": {
"description": "Connector related commands"
},
"multi": {
"description": "Connector related commands targeting multiple environments/regions. (Default: US, EU1 and AP1. Staging flag: Staging and Frontend-staging)"
},
"generate": {
"description": "Run generators for things like connectors, operations, tests, etc."
}
},
"plugins": [

@@ -69,3 +54,3 @@ "@oclif/plugin-help",

},
"gitHead": "36f881ee050298119269b4f2ad889865def3e8e1"
"gitHead": "4376b62135c61c9a8942fb449c2fac08d41ad5b3"
}

@@ -27,3 +27,3 @@ # @trayio/connector-cli

$ cdk (--version|-v)
@trayio/cdk-cli/0.0.1 darwin-x64 node-v14.21.3
@trayio/cdk-cli/0.0.3 darwin-x64 node-v18.16.0
$ cdk --help [COMMAND]

@@ -39,7 +39,16 @@ USAGE

<!-- commands -->
* [`cdk`](#cdk)
* [`cdk autocomplete [SHELL]`](#cdk-autocomplete-shell)
* [`cdk hello`](#cdk-hello)
* [`cdk connector:init`](#cdk-connectorinit)
* [`cdk connector:operation:add`](#cdk-connectoroperationadd)
* [`cdk help [COMMANDS]`](#cdk-help-commands)
* [`cdk version`](#cdk-version)
## `cdk`
```
USAGE
$ cdk
```
## `cdk autocomplete [SHELL]`

@@ -74,14 +83,26 @@

## `cdk hello`
## `cdk connector:init`
Hello world
Initialize a connector project
```
USAGE
$ cdk hello
$ cdk connector:init
DESCRIPTION
Hello world
Initialize a connector project
```
## `cdk connector:operation:add`
Add an operation to connector project
```
USAGE
$ cdk connector:operation:add
DESCRIPTION
Add an operation to connector project
```
## `cdk help [COMMANDS]`

@@ -88,0 +109,0 @@

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