diff --git a/tools/cli/help.txt b/tools/cli/help.txt index b9b5e1c2c7..d511d364ad 100644 --- a/tools/cli/help.txt +++ b/tools/cli/help.txt @@ -1168,6 +1168,10 @@ Use METEOR_IDLE_TIMEOUT= to set a timeout for profiling. The default ti is usually enough for each build step to complete. If you encounter errors due to early exits, adjust the environment variable accordingly. +Use METEOR_CLIENT_ENTRYPOINT= to set a custom client entrypoint, and +METEOR_SERVER_ENTRYPOINT= to set a custom server entrypoint. By default, +it uses the server and client entrypoints specified in your package.json. + Options: The options for this command are the same as those for the meteor run command. You can pass typical runtime options (such as --settings, --exclude-archs, etc.)