mirror of
https://github.com/meteor/meteor.git
synced 2026-05-02 03:01:46 -04:00
improve help text
This commit is contained in:
@@ -500,11 +500,12 @@ development database. The current working directory must be a Meteor
|
||||
project directory, and the Meteor application must already be running.
|
||||
|
||||
>>> reset
|
||||
Reset the project state. Erases the local database.
|
||||
Usage: meteor reset
|
||||
Reset the project state.
|
||||
Usage: meteor reset [--db]
|
||||
|
||||
Reset the current project to a fresh state. Removes all local data.
|
||||
Reset the current project to a fresh state and clears the local cache.
|
||||
|
||||
The --db flag also removes the local database.
|
||||
|
||||
>>> deploy
|
||||
Deploy this project to Galaxy, Meteor's hosting service.
|
||||
|
||||
Reference in New Issue
Block a user