Jason Jean
b42d3f7c2b
feat(core): deprecate @nrwl/tao ( #16550 )
2023-04-25 14:54:29 -04:00
Leosvel Pérez Espinosa
ace6673f4f
fix(core): fix tao to support migrations from older workspaces ( #9594 )
2022-03-29 18:06:17 +00:00
Victor Savkin
6f038e7a4a
feat(core): reorganize packges to consolidate all cli-related code in nx
2022-03-14 16:42:51 -04:00
Luís Miguel Cabral
bc2d9c0cc6
fix(core): Leave passthrough parameters untouched
...
Previously when the passing through complex parameters nx would alter
the original parameters in the following scenarios:
- When passing through parameters, dot notation parameters would be
parsed and no longer would be passthrough the the following process
correctly ( --cucumberOpts.timeout=10000" would instead be passed as
"--cucumberOpts=[Object]")
- strings with spaces (delimited by quotes) would be rendered as
multiple words instead ('--tags="not @exclude"' would be passed as
'--tags=not @exclude' where '@exclude' no longer is part of the tags
param)
This would that when running nx cli to run a command the final command
would not get the correct parameters
2022-01-20 11:33:35 -05:00
Craigory Coppola
c04686ab10
feat(core): optional workspace.json file ( #7584 )
2021-11-30 15:02:06 -06:00
Phillip Barta
86387de99a
cleanup(core): refactored @nrwl/tao to improve code quality ( #5412 )
...
cleanup(core): clean up "fs" usage in @nrwl/tao
2021-04-21 12:47:42 -04:00
vsavkin
2eadc30f21
cleanup(misc): speed up requiring devkit
2021-04-04 11:11:16 -04:00
Victor Savkin
463be216db
fix(core): add a default provider setting project name
2020-12-18 11:11:36 -05:00
Victor Savkin
86b5c5c518
fix(core): support invoking nx from a subdirectory
...
Closes #4298
2020-12-17 21:25:30 -05:00
Tasos Bekos
07ba927ed7
cleanup(core): avoid referencing node_modules on workspace creation
2020-09-15 21:53:29 -04:00
Jo Hanna Pearce
675000d7a6
feat(core): add lint target to tao and fix lint errors
2020-07-09 22:16:35 -04:00
Jason Jean
e06822da7e
chore(repo): update prettier to v2 ( #2934 )
...
this is just for the repo, and not the workspace
Co-authored-by: Rares Matei <matei.rar@gmail.com>
2020-04-29 01:09:37 -04:00
Jo Hanna Pearce
58353a6be8
fix(nx): validate target and configuration in @nrwl/tao/run and provide better errors
2019-10-15 15:30:38 -04:00
Jo Hanna Pearce
4b4a5dcacc
feat(nx): add verbose flag to @nrwl/tao which will output stack trace on error
2019-10-01 17:11:06 -04:00
Victor Savkin
09a94b8958
feat(nx): implement next support
2019-09-08 14:36:30 -04:00
Victor Savkin
70d71b3516
feat(nx): add support for migrations
2019-09-02 14:33:56 -04:00
Victor Savkin
1b2eaf81fe
fix(nx): minor fixes
2019-07-25 20:21:04 -04:00
Victor Savkin
2b646f8eb4
feat(nx): standalone version of nx
2019-07-24 10:27:47 -04:00