Skip to content

Commit

Permalink
docs: Add trustLevel info to allowedPostUpgradeCommands (#8597)
Browse files Browse the repository at this point in the history
  • Loading branch information
aizerin committed Feb 9, 2021
1 parent 8b9d1a0 commit b079caf
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions docs/usage/self-hosted-configuration.md
Original file line number Diff line number Diff line change
Expand Up @@ -54,6 +54,7 @@ npx ng update @angular/core --from=9.0.0 --to=10.0.0 --migrateOnly --allowDirty

A list of regular expressions that determine which commands in `postUpgradeTasks` are allowed to be executed.
If this list is empty then no tasks will be executed.
Also you need to have `"trustLevel": "high"`, otherwise these tasks will be ignored.

e.g.

Expand Down

0 comments on commit b079caf

Please sign in to comment.