89 Commits

Author SHA1 Message Date
Victor Savkin
2bc33f14d7
docs(core): use -t and -p instead of --targets and --projects 2023-04-10 13:30:17 -04:00
Florian Guitton
454344b1ef
feat(core): add support for tags with (print-)affected(:*) and run-many (#10085)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
2023-04-06 14:45:09 -04:00
Jason Jean
775f65130d
fix(misc): fix docs for nx watch --includeDependentProjects (#16026) 2023-04-05 11:29:19 -04:00
Jack Hsu
874b6a5e49
feat(node): add --framework=none to create-nx-workspace for Node projects (#15929) 2023-03-29 11:27:25 -04:00
Emily Xiong
24cb81d9ba
feat(core): set interactive true for create-nx-workspace (#15863) 2023-03-23 16:38:39 -04:00
Craigory Coppola
7d61ae238b
fix(misc): prevent --quiet and --verbose from both being true (#15836) 2023-03-23 10:47:43 -04:00
Jason Jean
2cc949e2f1
feat(core): show task graph of commands (#15440)
Co-authored-by: Philip Fulcher <philip@nrwl.io>
2023-03-21 18:08:31 -04:00
Emily Xiong
129cbedc66
feat(core): add entry file for create-nx-workspace (#15610) 2023-03-17 11:30:06 -04:00
Isaac Mann
10a7e7d3a6
docs(core): escape wildcard in shell (#15395) 2023-03-14 11:47:14 -04:00
Isaac Mann
2791444b56
docs(core): update affected:apps new command (#15327) 2023-03-01 15:32:16 -05:00
Colum Ferry
e053e06679
fix(angular): allow boolean usage of the prompts (#15083) 2023-02-21 19:04:54 -05:00
Samuel Fernández
0f92f52d9d
feat(core): migrate command can succeed if no migrations.json using flag --if-exists (#14578)
Co-authored-by: AgentEnder <craigorycoppola@gmail.com>
Co-authored-by: FrozenPandaz <jasonjean1993@gmail.com>
2023-02-21 13:24:08 -05:00
Leosvel Pérez Espinosa
cde7cf9a50
feat(core): support collecting migrations excluding the already applied ones (#14968) 2023-02-21 17:54:36 +00:00
Leosvel Pérez Espinosa
391457585f
docs(core): update nx migrate advance recipe with optional package updates handling (#14824) 2023-02-14 00:04:27 -05:00
Leosvel Pérez Espinosa
3aa20d7d43
docs(core): document --interactive flag for the migrate command (#14837) 2023-02-14 00:02:28 -05:00
Colum Ferry
4f09949383
feat(core): add standalone api prompt to CNW (#14886) 2023-02-10 15:06:41 -05:00
Colum Ferry
abece6a02d
feat(angular): add routing option to CNW (#14845) 2023-02-10 13:24:48 -05:00
Colum Ferry
762b9f336c
feat(core): remove unused CLI option from CNW (#14865) 2023-02-10 11:35:01 -05:00
Benjamin Cabanes
f38268bf53
docs(core): add view-logs description (#14775) 2023-02-03 14:40:13 -05:00
Nicholas Cunningham
6093247df2
feat(node): add --docker for CNW (#14626) 2023-01-26 11:02:12 -05:00
Victor Savkin
d70b9ec7c6 feat(misc): add a command to list projects 2023-01-25 19:41:22 -05:00
Janek Lasocki-Biczysko
bf0aaeb213
docs(core): update examples (#14335) 2023-01-25 12:45:42 -05:00
Katerina Skroumpelou
dbe2c3b1e6
feat(core): react standalone bundler prompt (#14464) 2023-01-20 08:18:32 -05:00
Miroslav Jonaš
2b69cd5b79
feat(core): add bitbucket and gitlab to create-nx-workspace (#14400) 2023-01-16 17:46:31 +01:00
Nicholas Cunningham
00caf6ae5e
feat(node): update CNW to support generating a node server with a framework (#14313) 2023-01-13 11:39:38 -07:00
Victor Savkin
0e5531ed7f fix(core): do not capture --target when using nx run 2023-01-12 11:35:17 -05:00
Caleb Ukle
16aa1b5af2
docs(core): add example for running multiple targets (#14210) 2023-01-06 22:26:51 +00:00
Victor Savkin
c3f0cef1fb fix(core): fix the parsing of projects and targets 2022-12-27 12:45:35 -05:00
Victor Savkin
8572eed44e feat(core): add the ability to specify multiple targets 2022-12-22 14:21:06 -05:00
Benjamin Cabanes
315bf0c968
docs(nxdev): use shell marker for command-line (#13824) 2022-12-14 10:39:00 -05:00
Jonathan Cammisuli
a1d9c46cf7
feat(core): add watch command (#13664) 2022-12-13 17:04:34 -05:00
Doni Rubiagatra
3c0b0ec3c4
docs(core): fix duplicate generate description for dryRun (#13759)
Fixes https://github.com/nrwl/nx/issues/12196
2022-12-12 13:51:48 -05:00
Jorge Vergara
5999deedaa docs(core): removes extra nx from example
removes the `nx` keyword from example because the keyword
gets added on running `yarn
documentation`
duplicating the keyword
2022-11-29 08:39:58 +01:00
Jason Jean
3653e5944d
fix(misc): add configuration option to print-affected (#13422) 2022-11-25 22:59:35 +00:00
Victor Savkin
dd2c3728e4 fix(misc): rework create-nx-workspace command to show standalone presets 2022-11-24 14:13:15 -05:00
Craigory Coppola
76c237bd2c
feat(core): add nx exec command (#13212) 2022-11-21 17:35:24 -05:00
Leosvel Pérez Espinosa
70e43cdc77 feat(angular): add a preset to generate a workspace with a single app at the root 2022-11-21 11:17:03 -05:00
Isaac Mann
186682f88d
docs(core): add info on NX_TARGET_TASK_PROJECT (#13266)
Co-authored-by: Daniel Cooke <danielcooke1996@gmail.com>
2022-11-18 15:27:36 -05:00
Victor Savkin
8d9de7f81d cleanup(core): clean up workspace creation 2022-11-15 17:22:02 -05:00
Øyvind Marthinsen
8ad9dd5d05
feat(misc): support glob expressions for projects matching in run-many (#11659)
Co-authored-by: Jason Jean <jasonjean1993@gmail.com>
2022-11-15 12:59:51 -05:00
Victor Savkin
c4ebef2803 feat(react): add a preset to generate a workspace with a single app at the root 2022-11-12 17:17:58 -05:00
Victor Savkin
90387415e6 feat(misc): alias connect-to-nx-cloud to connect 2022-11-02 13:40:12 -04:00
Jason Jean
5df5339cb6
fix(core): fix missing options from some nx commands (#12944) 2022-11-02 16:17:36 +00:00
Jason Jean
145dda709b
feat(core): properly passthrough flags unparsed to executors (#12890) 2022-11-01 15:05:30 -04:00
Jason Jean
17993dbd19
docs(misc): fix cli examples documentation (#12891) 2022-10-29 03:28:57 +00:00
Benjamin Cabanes
ea40631999
docs(core): update format docs generation (#12880) 2022-10-28 10:54:05 -04:00
Benjamin Cabanes
1e5297edfc
docs(core): use shell code blocks (#12587) 2022-10-13 21:25:40 +00:00
Jason Jean
678bb83636
feat(core): remove deprecated --only-failed option (#12471)
BREAKING CHANGE: --only-failed has been removed
2022-10-07 17:48:10 -04:00
Benjamin Cabanes
c9feb2c2e5
docs(core): update pnpm command line (#12443) 2022-10-06 14:58:57 +00:00
Markus Machatschek
b69d68ec88
fix(core): update wording of print affected select input parameter (#11832) 2022-09-22 18:53:45 -04:00