13 Commits

Author SHA1 Message Date
Craigory Coppola
425d442d44
feat(core): default show to web view when in interactive terminal (#23358)
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
`nx show projects` shows unformatted json by default

## Expected Behavior
In a TTY we open web view by default

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #20650
2024-05-15 13:32:27 -04:00
Craigory Coppola
5542350e16
fix(core): show project --web shouldn't error (#23251)
<!-- Please make sure you have read the submission guidelines before
posting an PR -->
<!--
https://github.com/nrwl/nx/blob/master/CONTRIBUTING.md#-submitting-a-pr
-->

<!-- Please make sure that your commit message follows our format -->
<!-- Example: `fix(nx): must begin with lowercase` -->

## Current Behavior
<!-- This is the behavior we have today -->

## Expected Behavior
<!-- This is the behavior we should expect with the changes in this PR
-->

## Related Issue(s)
<!-- Please link the issue being fixed so it gets closed when this is
merged. -->

Fixes #
2024-05-08 14:57:03 -04:00
Daniel Santiago
d9a97120f6
feat(core): add an option to seperate the output of show with provide… (#23172)
Co-authored-by: Craigory Coppola <craigorycoppola@gmail.com>
2024-05-07 13:55:41 -04:00
Jason Jean
7849e66a19
feat(core): create structured project graph errors with all plugin er… (#22404) 2024-03-21 15:54:01 -04:00
Craigory Coppola
066c39ef9c
feat(core): reveal --web flag on show project (#21293) 2024-01-24 10:16:11 -05:00
Austin Fahsl
82fb2da5d2
fix(release): add overall nx release command (#20535)
Co-authored-by: James Henry <james@henry.sc>
Co-authored-by: Isaac Mann <isaacplmann@gmail.com>
2023-12-20 08:42:20 -05:00
Craigory Coppola
621a2d5e26
feat(core): add --type for nx show projects (#19358) 2023-10-06 18:45:17 -04:00
Craigory Coppola
692640e9a9
docs(core): update --exclude option to use equal sign (#18592) 2023-08-15 18:12:36 -04:00
Craigory Coppola
c2c06c12c3
fix(core): remove old example and help text from show remnants (#18228) 2023-07-20 18:15:52 -04:00
Craigory Coppola
c4b7a1f9d8
docs(core): fixup outdated nx show example (#17710) 2023-06-26 16:08:38 -04:00
Craigory Coppola
5ef9ea68cd
feat(core): add a variety of usages for nx show (#17073) 2023-05-23 18:07:37 -04:00
Craigory Coppola
b20e906f00
feat(core): add --affected to show only affected projects (#16970) 2023-05-13 01:48:35 -04:00
Victor Savkin
d70b9ec7c6 feat(misc): add a command to list projects 2023-01-25 19:41:22 -05:00