build(docs-infra): upgrade cli command docs sources to 5bd17a256 (#45630)

Updating [angular#master](https://github.com/angular/angular/tree/master) from
[cli-builds#master](https://github.com/angular/cli-builds/tree/master).

##
Relevant changes in
[commit range](0e8f3c34b...5bd17a256):

**Added**
- help/completion.json

PR Close #45630
This commit is contained in:
George Kalpakas 2022-04-14 08:58:24 +00:00 committed by Dylan Hunn
parent 94fba9b047
commit 2f08b8043e

View file

@ -19,7 +19,7 @@
"build-local": "yarn ~~build",
"prebuild-local-ci": "yarn setup-local-ci",
"build-local-ci": "yarn ~~build --progress=false",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 0e8f3c34b",
"extract-cli-command-docs": "node tools/transforms/cli-docs-package/extract-cli-commands.js 5bd17a256",
"lint": "yarn check-env && yarn docs-lint && ng lint && yarn example-lint && yarn tools-lint && yarn security-lint",
"test": "yarn check-env && ng test",
"test:bazel": "bazelisk test //aio:test",