ToolJet/plugins/_templates/plugin/new/operations.ejs.t
Gandharv 631ff04d5f
Add tooljet cli (#1611)
* add tooljet cli

* remove yarn

* add integration command

* remove lic

* add plugin command

* feat: add plugin create cmd

* add path

* add create, delete, install cmds

* auto-generated readme

* use raw hygen runner inside cli

* add auto gen doc

* add rimraf

* add correct plugin name for tree

* remove oclif plugins

* update version - npm

* remove operations.ts

* add root path
2022-01-17 22:28:15 +05:30

12 lines
No EOL
348 B
Perl

---
to: <%= plugins_path %>/packages/<%= name %>/lib/operations.json
---
{
"$schema": "https://json-schema.org/",
"$id": "https://tooljet.io/dataqueries/<%= Name %>/operations.json",
"title": "<%= Name %> datasource",
"description": "A schema defining <%= name %> datasource",
"type": "<%= type %>",
"defaults": {},
"properties": {}
}