Security News
Oracle Drags Its Feet in the JavaScript Trademark Dispute
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
@trayio/cdk-cli
Advanced tools
A collection of CLI commands for connector development.
$ npm install -g @trayio/cdk-cli
$ tray-cdk COMMAND
running command...
$ tray-cdk (--version|-v)
@trayio/cdk-cli/0.0.10 linux-x64 node-v18.17.0
$ tray-cdk --help [COMMAND]
USAGE
$ tray-cdk COMMAND
...
tray-cdk
tray-cdk add-operation [OPERATIONNAME] [OPERATIONTYPE]
tray-cdk autocomplete [SHELL]
tray-cdk help [COMMANDS]
tray-cdk init [CONNECTORNAME]
tray-cdk test
tray-cdk version
tray-cdk
USAGE
$ tray-cdk
tray-cdk add-operation [OPERATIONNAME] [OPERATIONTYPE]
Add an operation to connector project
USAGE
$ tray-cdk add-operation [OPERATIONNAME] [OPERATIONTYPE]
ARGUMENTS
OPERATIONNAME Operation name
OPERATIONTYPE (http|composite) Operation type
DESCRIPTION
Add an operation to connector project
tray-cdk autocomplete [SHELL]
display autocomplete installation instructions
USAGE
$ tray-cdk autocomplete [SHELL] [-r]
ARGUMENTS
SHELL shell type
FLAGS
-r, --refresh-cache Refresh cache (ignores displaying instructions)
DESCRIPTION
display autocomplete installation instructions
EXAMPLES
$ tray-cdk autocomplete
$ tray-cdk autocomplete bash
$ tray-cdk autocomplete zsh
$ tray-cdk autocomplete --refresh-cache
See code: @oclif/plugin-autocomplete
tray-cdk help [COMMANDS]
Display help for tray-cdk.
USAGE
$ tray-cdk help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for tray-cdk.
See code: @oclif/plugin-help
tray-cdk init [CONNECTORNAME]
Initialize a connector project
USAGE
$ tray-cdk init [CONNECTORNAME] [-i]
ARGUMENTS
CONNECTORNAME Connector directory name to generate template files
FLAGS
-i, --install Runs `npm install` after successful generation
DESCRIPTION
Initialize a connector project
tray-cdk test
Build and test connector project
USAGE
$ tray-cdk test
DESCRIPTION
Build and test connector project
tray-cdk version
USAGE
$ tray-cdk version [--json] [--verbose]
FLAGS
--verbose Show additional information about the CLI.
GLOBAL FLAGS
--json Format output as json.
FLAG DESCRIPTIONS
--verbose Show additional information about the CLI.
Additionally shows the architecture, node version, operating system, and versions of plugins that the CLI is using.
See code: @oclif/plugin-version
FAQs
A CLI for connector development
The npm package @trayio/cdk-cli receives a total of 231 weekly downloads. As such, @trayio/cdk-cli popularity was classified as not popular.
We found that @trayio/cdk-cli demonstrated a healthy version release cadence and project activity because the last version was released less than a year ago. It has 4 open source maintainers collaborating on the project.
Did you know?
Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.
Security News
Oracle seeks to dismiss fraud claims in the JavaScript trademark dispute, delaying the case and avoiding questions about its right to the name.
Security News
The Linux Foundation is warning open source developers that compliance with global sanctions is mandatory, highlighting legal risks and restrictions on contributions.
Security News
Maven Central now validates Sigstore signatures, making it easier for developers to verify the provenance of Java packages.