@trayio/cdk-cli
Advanced tools
Comparing version 0.0.2 to 0.0.3
{ | ||
"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": {} | ||
} | ||
} | ||
} |
{ | ||
"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 @@ |
Misc. License Issues
License(Experimental) A package's licensing information has fine-grained problems.
Found 1 instance in 1 package
5158
35
145
1