Files
meteor/tools/meteor-services
Jesse Rosenberger d86b0c712e Be more considerate of interactive environments and expired tokens. (#9015)
If a login token is expired, or no longer valid, make sure that Meteor doesn't
just sit there at a login prompt that the user can't see.

This currently only applies if `headless` mode is enabled, though a follow-up
to this commit might consider setting `headless = true` automatically
in a CI environment using environment variables such as: `CI`, `TRAVIS`,
`JENKINS_URL`, etc., as the npm-registry-client does in a similar way.

See: https://github.com/npm/npm-registry-client/pull/129/files

Fixes #8839.
2017-08-16 11:21:53 -04:00
..
2015-08-07 12:32:44 -07:00

Meteor Services

Files in this folder implement the features related to the Meteor-provided services, such as:

  • Meteor Developer Accounts
  • Meteor's Free Deployments
  • Package Server
  • Build Farms

All of the services are connected to through DDP from tool.