Commit Graph

219 Commits

Author SHA1 Message Date
David Díaz 987c1df81e
Moving from inquirer to prompts. (#162)
It has a smaller dependency graph and we don't need the fancy features
inquirer has.
2020-11-21 21:55:57 -06:00
David Diaz d837be77de 0.11.0 2020-11-21 20:02:46 -06:00
David Díaz 2af8e5492f
Cli tests should be ran too. (#161)
* Cli tests should be ran too.

* Updating snapshot.
2020-11-21 20:02:01 -06:00
David Díaz d6c6c0c7e4
Added an interactive flag to request. (#160)
If present you get to choose what request you want to make from a
dropdown list.
2020-11-20 18:47:55 -06:00
David Díaz 44919334be
Formatted all code with new prettier conf. (#159) 2020-11-20 17:52:13 -06:00
David Diaz a9eb8c97dd Adding tests badge. 2020-11-20 17:44:14 -06:00
David Diaz fa28dbee8b Updating badges. 2020-11-20 17:41:58 -06:00
David Díaz 9decb4978b
Updating dependencies that require manual input. (#158)
* Updated is-plain-object.

* Updated jest.

* Moving from circleci to github actions.

* Switching jsome to color-json to reduce dependencies (somehow).

* Updating snaps.
2020-11-20 17:39:56 -06:00
David Díaz 56894bd459
Update deps (#157)
* Updated is-plain-object.

* Updated jest.

* Moving from circleci to github actions.
2020-11-20 17:18:24 -06:00
David Diaz 1e4e0ba885 Changing the schema's title. 2020-11-20 15:39:05 -06:00
David Díaz c73f43aedb
Merge pull request #156 from Seich/json-schema
Moving the schema over to jsonschema.
2020-11-19 23:12:51 -06:00
David Diaz b7d2e56692 Merge branch 'master' into json-schema 2020-11-19 23:09:45 -06:00
David Diaz 3b5e848530 Added better ajv errors.
It prints json for now while I figure a nicer way of displaying errors
in yaml.
2020-11-19 22:06:22 -06:00
David Diaz a39f3b5977 Config files are now validated against the json schema. 2020-11-19 21:44:17 -06:00
David Diaz 5029a09b41 Added a base class to cli commands. 2020-11-19 21:17:36 -06:00
David Diaz df41d4fa0b Removed the validate command.
We'll be replacing it with jsonschema soon.
2020-11-18 18:37:00 -06:00
David Díaz acb39bd21f
Merge pull request #153 from Seich/dependabot/npm_and_yarn/np-7.0.0
Bump np from 6.3.2 to 7.0.0
2020-11-18 18:01:00 -06:00
David Diaz 614b1bf966 Moving the schema over to jsonschema.
It's easier to maintain and should allow us to provide autocompletion in
the future.
2020-11-18 17:53:24 -06:00
dependabot-preview[bot] 162e6f265c
Bump np from 6.3.2 to 7.0.0
Bumps [np](https://github.com/sindresorhus/np) from 6.3.2 to 7.0.0.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v6.3.2...v7.0.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-18 23:43:32 +00:00
David Díaz b6ef0f06a3
Merge pull request #145 from Seich/dependabot/npm_and_yarn/jest-watch-typeahead-0.6.1
Bump jest-watch-typeahead from 0.6.0 to 0.6.1
2020-11-18 17:41:30 -06:00
dependabot-preview[bot] 938c82125c
Bump jest-watch-typeahead from 0.6.0 to 0.6.1
Bumps [jest-watch-typeahead](https://github.com/jest-community/jest-watch-typeahead) from 0.6.0 to 0.6.1.
- [Release notes](https://github.com/jest-community/jest-watch-typeahead/releases)
- [Changelog](https://github.com/jest-community/jest-watch-typeahead/blob/master/CHANGELOG.md)
- [Commits](https://github.com/jest-community/jest-watch-typeahead/compare/v0.6.0...v0.6.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-18 23:33:52 +00:00
David Díaz 2ee372657a
Merge pull request #136 from Seich/dependabot/npm_and_yarn/oclif/config-1.17.0
Bump @oclif/config from 1.16.0 to 1.17.0
2020-11-18 17:31:26 -06:00
dependabot-preview[bot] e97038c6db
Bump @oclif/config from 1.16.0 to 1.17.0
Bumps [@oclif/config](https://github.com/oclif/config) from 1.16.0 to 1.17.0.
- [Release notes](https://github.com/oclif/config/releases)
- [Changelog](https://github.com/oclif/config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/config/compare/v1.16.0...v1.17.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-18 19:38:41 +00:00
David Díaz acdd458af1
Merge pull request #135 from Seich/dependabot/npm_and_yarn/oclif/command-1.8.0
Bump @oclif/command from 1.7.0 to 1.8.0
2020-11-18 13:36:44 -06:00
dependabot-preview[bot] 09eebcf505
Bump @oclif/command from 1.7.0 to 1.8.0
Bumps [@oclif/command](https://github.com/oclif/command) from 1.7.0 to 1.8.0.
- [Release notes](https://github.com/oclif/command/releases)
- [Changelog](https://github.com/oclif/command/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/command/compare/v1.7.0...v1.8.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-11-18 19:33:01 +00:00
David Díaz dd556a85e1
Merge pull request #134 from Seich/dependabot/npm_and_yarn/oclif/plugin-help-3.2.0
Bump @oclif/plugin-help from 3.1.0 to 3.2.0
2020-11-18 13:31:03 -06:00
dependabot-preview[bot] f4f73e2ca8
Bump @oclif/plugin-help from 3.1.0 to 3.2.0
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 3.1.0 to 3.2.0.
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/plugin-help/compare/v3.1.0...v3.2.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-08-04 11:24:56 +00:00
David Díaz 342eef7915
Merge pull request #130 from Seich/dependabot/npm_and_yarn/request-promise-native-1.0.9
Bump request-promise-native from 1.0.8 to 1.0.9
2020-07-23 12:48:24 -06:00
dependabot-preview[bot] 8cf3f1cecc
Bump request-promise-native from 1.0.8 to 1.0.9
Bumps [request-promise-native](https://github.com/request/request-promise-native) from 1.0.8 to 1.0.9.
- [Release notes](https://github.com/request/request-promise-native/releases)
- [Commits](https://github.com/request/request-promise-native/compare/v1.0.8...v1.0.9)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-23 18:46:42 +00:00
David Díaz 9f1a3532f6
Merge pull request #129 from Seich/dependabot/npm_and_yarn/is-plain-object-4.1.0
Bump is-plain-object from 3.0.1 to 4.1.0
2020-07-23 12:44:44 -06:00
dependabot-preview[bot] 7ac883999f
Bump is-plain-object from 3.0.1 to 4.1.0
Bumps [is-plain-object](https://github.com/jonschlinkert/is-plain-object) from 3.0.1 to 4.1.0.
- [Release notes](https://github.com/jonschlinkert/is-plain-object/releases)
- [Commits](https://github.com/jonschlinkert/is-plain-object/compare/v3.0.1...v4.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 11:26:13 +00:00
David Díaz 2b69c79e06
Merge pull request #127 from Seich/dependabot/npm_and_yarn/lodash-4.17.19
Bump lodash from 4.17.15 to 4.17.19
2020-07-20 20:36:38 -06:00
dependabot[bot] ef41c5360a
Bump lodash from 4.17.15 to 4.17.19
Bumps [lodash](https://github.com/lodash/lodash) from 4.17.15 to 4.17.19.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](https://github.com/lodash/lodash/compare/4.17.15...4.17.19)

Signed-off-by: dependabot[bot] <support@github.com>
2020-07-21 02:33:54 +00:00
David Díaz 311e56c609
Merge pull request #126 from Seich/dependabot/npm_and_yarn/np-6.3.2
Bump np from 6.2.3 to 6.3.2
2020-07-20 20:32:54 -06:00
dependabot-preview[bot] 95b55edc39
Bump np from 6.2.3 to 6.3.2
Bumps [np](https://github.com/sindresorhus/np) from 6.2.3 to 6.3.2.
- [Release notes](https://github.com/sindresorhus/np/releases)
- [Commits](https://github.com/sindresorhus/np/compare/v6.2.3...v6.3.2)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-21 02:28:16 +00:00
David Díaz 7261bfe76a
Merge pull request #123 from Seich/dependabot/npm_and_yarn/oclif/command-1.7.0
Bump @oclif/command from 1.6.1 to 1.7.0
2020-07-20 20:26:22 -06:00
dependabot-preview[bot] 15fc4dae8d
Bump @oclif/command from 1.6.1 to 1.7.0
Bumps [@oclif/command](https://github.com/oclif/command) from 1.6.1 to 1.7.0.
- [Release notes](https://github.com/oclif/command/releases)
- [Changelog](https://github.com/oclif/command/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/command/compare/v1.6.1...v1.7.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 23:42:54 +00:00
David Díaz d54b99226b
Merge pull request #122 from Seich/dependabot/npm_and_yarn/oclif/config-1.16.0
Bump @oclif/config from 1.15.1 to 1.16.0
2020-07-20 17:40:48 -06:00
dependabot-preview[bot] 3eace272e2
Bump @oclif/config from 1.15.1 to 1.16.0
Bumps [@oclif/config](https://github.com/oclif/config) from 1.15.1 to 1.16.0.
- [Release notes](https://github.com/oclif/config/releases)
- [Changelog](https://github.com/oclif/config/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/config/compare/v1.15.1...v1.16.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 23:34:54 +00:00
David Díaz 4381e123a3
Merge pull request #117 from Seich/dependabot/npm_and_yarn/oclif/plugin-help-3.1.0
Bump @oclif/plugin-help from 3.0.0 to 3.1.0
2020-07-20 17:32:48 -06:00
dependabot-preview[bot] 3e18f32c55
Bump @oclif/plugin-help from 3.0.0 to 3.1.0
Bumps [@oclif/plugin-help](https://github.com/oclif/plugin-help) from 3.0.0 to 3.1.0.
- [Release notes](https://github.com/oclif/plugin-help/releases)
- [Changelog](https://github.com/oclif/plugin-help/blob/master/CHANGELOG.md)
- [Commits](https://github.com/oclif/plugin-help/compare/v3.0.0...v3.1.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 23:01:55 +00:00
David Díaz b4479a91e7
Merge pull request #121 from Seich/dependabot/npm_and_yarn/is-plain-object-3.0.1
Bump is-plain-object from 3.0.0 to 3.0.1
2020-07-20 16:59:56 -06:00
dependabot-preview[bot] 9a04b99366
Bump is-plain-object from 3.0.0 to 3.0.1
Bumps [is-plain-object](https://github.com/jonschlinkert/is-plain-object) from 3.0.0 to 3.0.1.
- [Release notes](https://github.com/jonschlinkert/is-plain-object/releases)
- [Commits](https://github.com/jonschlinkert/is-plain-object/compare/v3.0.0...v3.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-07-20 22:58:03 +00:00
David Díaz 4938dc3602
Merge pull request #116 from Seich/dependabot/npm_and_yarn/globby-11.0.1
Bump globby from 11.0.0 to 11.0.1
2020-07-20 16:55:58 -06:00
dependabot-preview[bot] d1d08f4d60
Bump globby from 11.0.0 to 11.0.1
Bumps [globby](https://github.com/sindresorhus/globby) from 11.0.0 to 11.0.1.
- [Release notes](https://github.com/sindresorhus/globby/releases)
- [Commits](https://github.com/sindresorhus/globby/compare/v11.0.0...v11.0.1)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-12 18:33:48 +00:00
David Díaz 551499f822
Merge pull request #115 from Seich/dependabot/npm_and_yarn/js-yaml-3.14.0
Bump js-yaml from 3.13.1 to 3.14.0
2020-06-12 12:31:46 -06:00
dependabot-preview[bot] 2dfbc5e4c1
Bump js-yaml from 3.13.1 to 3.14.0
Bumps [js-yaml](https://github.com/nodeca/js-yaml) from 3.13.1 to 3.14.0.
- [Release notes](https://github.com/nodeca/js-yaml/releases)
- [Changelog](https://github.com/nodeca/js-yaml/blob/master/CHANGELOG.md)
- [Commits](https://github.com/nodeca/js-yaml/compare/3.13.1...3.14.0)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-06-12 18:24:03 +00:00
David Díaz 5328428298
Merge pull request #113 from Seich/dependabot/npm_and_yarn/handlebars-4.7.6
[Security] Bump handlebars from 4.4.2 to 4.7.6
2020-06-12 12:21:49 -06:00
dependabot-preview[bot] 1e376e625f
[Security] Bump handlebars from 4.4.2 to 4.7.6
Bumps [handlebars](https://github.com/wycats/handlebars.js) from 4.4.2 to 4.7.6. **This update includes a security fix.**
- [Release notes](https://github.com/wycats/handlebars.js/releases)
- [Changelog](https://github.com/handlebars-lang/handlebars.js/blob/master/release-notes.md)
- [Commits](https://github.com/wycats/handlebars.js/compare/v4.4.2...v4.7.6)

Signed-off-by: dependabot-preview[bot] <support@dependabot.com>
2020-05-14 09:21:44 +00:00
David Díaz 1a526c3869
Merge pull request #112 from Seich/dependabot/npm_and_yarn/oclif/command-1.6.1
Bump @oclif/command from 1.5.20 to 1.6.1
2020-05-08 18:56:52 -06:00