17 Commits

Author SHA1 Message Date
Max Marze
893bfa7aef
chore: update eslint & prettier (#12553) 2024-05-29 11:51:04 -04:00
Eslam λ Hefnawy
88911ee25c
feat(v4): improve help formatting (#12521)
* feat(v4): improve help formatting

* fix(help): remove invoke local from main commands

* fix(help): remove comment
2024-05-23 09:57:00 -04:00
Austen
972e65411a
chore: update error messages 2024-05-21 13:44:45 -07:00
Eslam λ Hefnawy
8b1f313f87
feat(v4): handle commands deprecation (#12500) 2024-05-21 13:32:14 -07:00
Austen
158f644cd0
feat: Refactor logging to reduce complexity (#12432)
* chore: Change logger

* chore: continue refactor

* chore: WIP

* chore: Sync
2024-04-17 13:26:31 -07:00
Max Marze
90206fa567
fix: use path.join & minified shim in dev mode (#12408) 2024-04-01 20:39:18 -04:00
Austen Collins
ab1970612a fix: Option parsing 2024-03-07 16:28:56 -08:00
Austen Collins
2b629775ec fix: Support for global options 2024-03-07 11:48:34 -08:00
Austen Collins
4eb92f85f0 chore: Remove direct process.argv reads 2024-03-07 10:42:49 -08:00
Piotr Grzesik
fe1a2db773 feat(CLI): Remove support for unrecognized cli options
BREAKING CHANGE: Unrecognized CLI options will no longer be supported and
will result in an error.
2022-01-27 15:21:58 +01:00
Mariusz Nowak
8d56d0e520 style: Prettier 2021-05-10 13:07:44 +02:00
Mariusz Nowak
088088c1d3 refactor(CLI): Validate service dependency in CLI context 2021-04-14 09:56:42 +02:00
Mariusz Nowak
7f788d29e5 refactor(CLI): Fix deprecation message typo 2021-03-31 13:18:03 +02:00
Mariusz Nowak
d9cf52b2c8 fix(CLI): Fix handling of container commands 2021-03-26 10:11:57 +01:00
Mariusz Nowak
afad2315a5 refactor(CLI): Move to CLI logic required options validation 2021-03-26 10:11:57 +01:00
Mariusz Nowak
f1af86ab55 fix(CLI): Unconditionally crash on unrecognized command
As we cannot display any help for unrecognized command, obviously
2021-03-26 10:11:57 +01:00
Mariusz Nowak
2dacbcce85 feat(CLI): Validate command and options against resolved schema 2021-03-24 11:50:24 +01:00