Skip to content

Commit

Permalink
Add a comment about the now-undocumented meteor run --once.
Browse files Browse the repository at this point in the history
  • Loading branch information
glasser committed Jan 3, 2013
1 parent f3940ca commit 2d7d419
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions app/meteor/meteor.js
Expand Up @@ -101,6 +101,10 @@ Fiber(function () {
.boolean('production')
.describe('production', 'Run in production mode. Minify and bundle CSS and JS files.')
.describe('settings', 'Set optional data for Meteor.settings on the server')
// With --once, meteor does not re-run the project if it crashes and
// does not monitor for file changes. Intentionally undocumented:
// intended for automated testing (eg, cli-test.sh), not end-user
// use.
.boolean('once')
.usage(
"Usage: meteor run [options]\n" +
Expand Down

0 comments on commit 2d7d419

Please sign in to comment.