-
Notifications
You must be signed in to change notification settings - Fork 2.4k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(core): add --help content to project details view #26629
Conversation
The latest updates on your projects. Learn more about Vercel for Git ↗︎ 1 Ignored Deployment
|
☁️ Nx Cloud ReportCI is running/has finished running commands for commit 1a42ddd. As they complete they will appear below. Click to see the status, the terminal output, and the build insights. 📂 See all runs for this CI Pipeline Execution ✅ Successfully ran 5 targets
Sent with 💌 from NxCloud. |
82e7408
to
c33df01
Compare
4f23c2d
to
ac14f1a
Compare
ac14f1a
to
fa5da0c
Compare
17db722
to
3122460
Compare
95a2cf1
to
4fd467d
Compare
…ed metadata to next, remix, rollup
83a1026
to
74bd076
Compare
…ot once per config file
6179eda
to
ae2df1b
Compare
c538eae
to
8c0f15a
Compare
8c0f15a
to
12e4ede
Compare
12e4ede
to
dc5e10a
Compare
dc5e10a
to
1a42ddd
Compare
This pull request has already been merged/closed. If you experience issues related to these changes, please open a new issue referencing this pull request. |
This PR adds help text for each inferred target that provides
metadata.help.command
. To pass options/args to the target, users are directed to openproject.json
and copy the values from--help
output intooptions
property of the target.To display the options help section, the inferred target must provide metadata as follows:
The
help.command
value will be used to retrieve help text for the underlying CLI (e.g.jest --help
). Thehelp.example
property contains sample options and args that users can add to theirproject.json
file -- currently rendered in the hover tooltip ofproject.json
hint text.Example with
vite build --help
:Result of clicking
Run
:project.json
tooltip hint: