feat(docs-infra): update CLI templates to match changes with new parser and folder structure#45225
feat(docs-infra): update CLI templates to match changes with new parser and folder structure#45225alan-agius4 wants to merge 8 commits intoangular:masterfrom alan-agius4:aio-cli-update
Conversation
|
CI will fail until we update the CLI SHA. Can I get a preemptive review? |
gkalpak
left a comment
There was a problem hiding this comment.
Preemptively looks reasonable 😃
aio/tools/transforms/cli-docs-package/processors/processCliCommands.js
Outdated
Show resolved
Hide resolved
…er and folder structure The underlying parser that the CLI uses changed which caused minor changes in the generated JSON helps especially for subcommands. The folder structure of the Angular CLI repo also changed slightly. More context: angular/angular-cli#22778
Hidden commands are no longer included in help JSON output.
…ew parser and folder structure
…ew parser and folder structure
Updating [angular#master](https://github.com/angular/angular/tree/master) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master).
…ew parser and folder structure
|
You can preview 70c7a46 at https://pr45225-70c7a46.ngbuilds.io/. |
…ew parser and folder structure
|
You can preview 34aedc3 at https://pr45225-34aedc3.ngbuilds.io/. |
|
@gkalpak and @josephperrott kindly take a look. |
gkalpak
left a comment
There was a problem hiding this comment.
A couple of questions. Otherwise lgtm 👍
josephperrott
left a comment
There was a problem hiding this comment.
LGTM
We should definitely have @gkalpak review as well though as he has more historical context and understanding.
|
|
||
| doc.usages = generateUsages(doc); | ||
|
|
||
| // Recurse if there are subcommands |
There was a problem hiding this comment.
So this only goes one level down correct, do we need to fully recurse further in?
There was a problem hiding this comment.
Not currently, since we only have 1 level subcommands in the Angular CLI
…ew parser and folder structure
|
You can preview 3a8da4e at https://pr45225-3a8da4e.ngbuilds.io/. |
|
This PR was merged into the repository by commit 7f043c9. |
Hidden commands are no longer included in help JSON output. PR Close #45225
) Updating [angular#master](https://github.com/angular/angular/tree/master) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master). PR Close #45225
…er and folder structure (angular#45225) The underlying parser that the CLI uses changed which caused minor changes in the generated JSON helps especially for subcommands. The folder structure of the Angular CLI repo also changed slightly. More context: angular/angular-cli#22778 PR Close angular#45225
Hidden commands are no longer included in help JSON output. PR Close angular#45225
…ular#45225) Updating [angular#master](https://github.com/angular/angular/tree/master) from [cli-builds#master](https://github.com/angular/cli-builds/tree/master). PR Close angular#45225
|
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
The underlying parser that the CLI uses changed which caused minor changes in the generated JSON helps especially for subcommands.
The folder structure of the Angular CLI repo also changed slightly.
More context: angular/angular-cli#22778