Skip to content

Commit

Permalink
Upate snapshot
Browse files Browse the repository at this point in the history
  • Loading branch information
dmichon-msft committed Feb 9, 2021
1 parent daf6829 commit 756610f
Showing 1 changed file with 27 additions and 6 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -217,8 +217,15 @@ Optional arguments:
each of the projects belonging to VERSION_POLICY_NAME.
For details, refer to the website article \\"Selecting
subsets of projects\\".
-w, --watch Activates a file system watcher to dynamically
re-invoke the command when projects change.
-w, --watch Normally Rush would terminate after the command
finishes; adding this parameter will instead watch
the file system for changes to the selected projects
(or all projects if no selection was specified). When
changes are detected, will re-execute the command on
all projects within the selection that are impacted
by the detected changes, then resume waiting for
changes. For details, refer to the website article
\\"Using watch mode\\".
-v, --verbose Display the logs during the build, rather than just
displaying the build status summary
-c, --changed-projects-only
Expand Down Expand Up @@ -447,8 +454,15 @@ Optional arguments:
each of the projects belonging to VERSION_POLICY_NAME.
For details, refer to the website article \\"Selecting
subsets of projects\\".
-w, --watch Activates a file system watcher to dynamically
re-invoke the command when projects change.
-w, --watch Normally Rush would terminate after the command
finishes; adding this parameter will instead watch
the file system for changes to the selected projects
(or all projects if no selection was specified). When
changes are detected, will re-execute the command on
all projects within the selection that are impacted
by the detected changes, then resume waiting for
changes. For details, refer to the website article
\\"Using watch mode\\".
-v, --verbose Display the logs during the build, rather than just
displaying the build status summary
--ignore-hooks Skips execution of the \\"eventHooks\\" scripts defined
Expand Down Expand Up @@ -845,8 +859,15 @@ Optional arguments:
each of the projects belonging to VERSION_POLICY_NAME.
For details, refer to the website article \\"Selecting
subsets of projects\\".
-w, --watch Activates a file system watcher to dynamically
re-invoke the command when projects change.
-w, --watch Normally Rush would terminate after the command
finishes; adding this parameter will instead watch
the file system for changes to the selected projects
(or all projects if no selection was specified). When
changes are detected, will re-execute the command on
all projects within the selection that are impacted
by the detected changes, then resume waiting for
changes. For details, refer to the website article
\\"Using watch mode\\".
-v, --verbose Display the logs during the build, rather than just
displaying the build status summary
--ignore-hooks Skips execution of the \\"eventHooks\\" scripts defined
Expand Down

0 comments on commit 756610f

Please sign in to comment.