Commit graph

9 commits

Author SHA1 Message Date
Gandharv
67c25f30d2
Add tooljet info command to cli (#3345)
* feat: add tooljet info command

* post publish changes

* upgraded cli version

* readme changes

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-06-22 07:26:23 +05:30
Jared Ramon Elizan
b0b7ca0e29
Fixes typos in readme of cli (#3354)
fixed typos, converted necessary singular form to plural form
2022-06-22 07:12:06 +05:30
Midhun G S
af0a17936f
Bug-2565 cli error on create (#2566) 2022-03-18 10:15:29 +05:30
Gandharv
151fc607ff
Pin version oclif/core to latest version (#2508)
* fix: pin version oclif/core to latest version

* Readme change

Co-authored-by: gsmithun4 <gsmithun4@gmail.com>
2022-03-16 13:57:53 +05:30
Midhun G S
72db6f6d8c
Tooljet CLI deployment and sanity check (#2096)
* feature-2054 plugin cli

* plugin cli

* readme changes

* npm publish

* Review comments

* Review comments

* cli fix

* added build flag
2022-02-05 06:49:49 +05:30
dependabot[bot]
3ce5ad0345
Bump follow-redirects from 1.14.6 to 1.14.7 in /cli (#2039)
Bumps [follow-redirects](https://github.com/follow-redirects/follow-redirects) from 1.14.6 to 1.14.7.
- [Release notes](https://github.com/follow-redirects/follow-redirects/releases)
- [Commits](https://github.com/follow-redirects/follow-redirects/compare/v1.14.6...v1.14.7)

---
updated-dependencies:
- dependency-name: follow-redirects
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-02-01 07:08:36 +05:30
dependabot[bot]
f26897f6c6
Bump node-fetch from 2.6.6 to 2.6.7 in /cli (#2035)
Bumps [node-fetch](https://github.com/node-fetch/node-fetch) from 2.6.6 to 2.6.7.
- [Release notes](https://github.com/node-fetch/node-fetch/releases)
- [Commits](https://github.com/node-fetch/node-fetch/compare/v2.6.6...v2.6.7)

---
updated-dependencies:
- dependency-name: node-fetch
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:53:15 +05:30
dependabot[bot]
75b59e0053
Bump shelljs from 0.8.4 to 0.8.5 in /cli (#2038)
Bumps [shelljs](https://github.com/shelljs/shelljs) from 0.8.4 to 0.8.5.
- [Release notes](https://github.com/shelljs/shelljs/releases)
- [Changelog](https://github.com/shelljs/shelljs/blob/master/CHANGELOG.md)
- [Commits](https://github.com/shelljs/shelljs/compare/v0.8.4...v0.8.5)

---
updated-dependencies:
- dependency-name: shelljs
  dependency-type: indirect
...

Signed-off-by: dependabot[bot] <support@github.com>

Co-authored-by: dependabot[bot] <49699333+dependabot[bot]@users.noreply.github.com>
2022-01-31 16:52:36 +05:30
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