ekatek
f83c08e8fa
introduces the 'meteor admin get-machine' command; changes publish not to publish binary builds
...
This commit does the following:
- Introduces the get-machine command. This command contacts the build farm server
gets back a machine reservation and then opens a secure shell to the machine (Alternatively,
you can ask for a json). This also involved factoring out some commands to deal with authenticated
ddp from package-client into a more general auth-client.
- No longer publish binary builds in publish or publish-release; instead give the user a warning
to run get-machine and then publish-for-arch. Someone could ignore this: --existing-version and
publish-for-arch both publish binary builds, but you need to be at least somewhat familiar with
what you are doing to run them. Hopefully, you are running them from a certified build machine, but
if you are not, then, well, it is your package.
Stuff remaining:
- We are going to have a url to external documentation, but I haven't written it yet.
- We are currently talking to the test-build server, instead of the build server, so mac doesn't
work.
(Neither of those changes require significant tool changes)
2014-10-14 16:49:50 -07:00
ekatek
0fc7f60dcc
helper admin method to set the readme on the latest mainline release
2014-10-09 19:13:07 -07:00
David Glasser
04f515da85
Merge branch '0.9.4' into devel
...
Conflicts:
docs/client/data.js
tools/tests/package-tests.js
2014-10-08 17:26:39 -07:00
Justin SB
bb77c6e210
Add some help to install-sdk
2014-10-08 08:11:03 -07:00
David Greenspan
746fd0f792
Take a ––file regex; comments and usage
2014-10-07 15:59:05 -07:00
Slava Kim
d42030989d
Document the test-app-path option in test-packages
...
As using it is the only way to run tests on iOS
2014-10-03 12:07:39 -07:00
Slava Kim
ef68181947
Use plugins configuration from the mobile control file instead of --settings
2014-09-30 21:25:14 -07:00
Sashko Stubailo
07987a009d
Merge branch 'devel' into platform-list
...
Conflicts:
tools/commands-cordova.js
tools/tests/cordova-platforms.js
2014-09-30 19:02:42 -07:00
Nick Martin
43c996cd13
Fix whitespace
2014-09-29 21:41:05 -07:00
Nick Martin
fc194393b2
Merge branch 'devel' into release-0.9.4
...
Conflicts:
tools/help.txt
2014-09-29 21:38:47 -07:00
Ben Newman
f53c12815e
Implement a meteor debug command.
...
Summary:
The `node-inspector` NPM package was added to the dev_bundle by this
recent commit: 64a624ae5c
Task: https://app.asana.com/0/15750483766338/16241466809965
Test Plan:
Add `debugger` statements to server code, run `meteor debug`, visit the
node-inspector URL in a browser, continue the application, and verify that
the debugger stops at the `debugger` statements that were set.
Reviewers: nim, slava, emily, avital, dgreenspan
CC: sashko
Differential Revision: https://phabricator.meteor.com/D827
2014-09-29 22:50:49 -04:00
Nick Martin
5a4d35184c
code style cleanups to match style guide.
...
help text nitpicking.
2014-09-29 19:50:24 -07:00
Nick Martin
a72629c6ce
Mark run --test as experimental.
2014-09-29 19:19:25 -07:00
Emily Stark
59db2ff04b
Rename --mobile-server to --server for 'meteor build'.
2014-09-29 18:38:52 -07:00
rissem
251763f2eb
clean up velocity --test pull request
...
- remove hardcoded localhost:3000
- add documentation to command
- remove emoji
2014-09-29 17:58:42 -07:00
Emily Stark
56f5200078
Suggest that you can set protocol in --mobile-server help text
2014-09-29 17:53:02 -07:00
Emily Stark
1598e9c826
Add --mobile-server to 'meteor build' usage.
2014-09-29 17:53:01 -07:00
Emily Stark
257de8a62e
WIP: '--mobile-port' to '--mobile-server', and allow https
2014-09-29 17:53:00 -07:00
Sashko Stubailo
59b93e8792
Fix help text for platforms and add special cases for default platforms
2014-09-29 14:13:54 -07:00
ekatek
81caacec4c
help message mistype correction
2014-09-16 11:13:31 -07:00
ekatek
c9697bd6d8
a hidden option to mark packages as unsuccessfully migrated
2014-09-15 23:43:56 -07:00
Emily Stark
ccfee68145
Merge branch 'master' into devel
...
Conflicts:
docs/client/api.html
docs/client/data.js
docs/client/names.json
meteor
packages/autoupdate/package.js
packages/base64/.gitignore
packages/constraint-solver/package.js
packages/device-orientation/.gitignore
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/package-version-parser/package.js
packages/webapp/webapp_server.js
scripts/admin/meteor-release-experimental.json
tools/commands.js
tools/help.txt
tools/package-version-parser.js
tools/run-all.js
tools/tests/apps/build-errors/packages/with-colon-plugin/.gitignore
2014-09-15 14:48:57 -07:00
ekatek
a4bc4c16e8
search should show RC packages optionally; sort alphabetically on lists
2014-09-14 19:09:37 -07:00
Emily Stark
5067f47269
Fix help.txt typo
2014-09-11 15:17:03 -07:00
Emily Stark
c1d6c9aded
Replace '--no-server' option with '--mobile-port'.
...
--no-server was broken as of recently and not trivial to
fix. Instead, if you want to do a mobile build that connects to
something other than your local development server, use --mobile-port,
and your local development server will just listen on localhost:3000
as usual.
2014-09-11 14:55:36 -07:00
Slava Kim
6ca6641a34
Merge branch 'master' into release-0.9.2
...
Includes latest 0.9.1 changes
Conflicts:
examples/leaderboard/.meteor/versions
examples/parties/.meteor/versions
examples/todos/.meteor/versions
packages/accounts-base/package.js
packages/accounts-ui-unstyled/package.js
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/facebook/package.js
packages/github/package.js
packages/google/package.js
packages/http/package.js
packages/less/package.js
packages/meetup/package.js
packages/meteor-developer/package.js
packages/meteor-platform/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
packages/minimongo/package.js
packages/oauth/package.js
packages/oauth1/package.js
packages/reload/package.js
packages/templating/package.js
packages/twitter/package.js
packages/webapp/package.js
packages/weibo/package.js
scripts/admin/meteor-release-experimental.json
tools/help.txt
tools/tests/apps/hot-code-push-test/.meteor/versions
2014-09-05 11:28:12 -07:00
Avital Oliver
186579ea5e
Merge branch 'master' into devel
...
Conflicts:
examples/todos/.meteor/versions
packages/autoupdate/package.js
packages/constraint-solver/package.js
packages/less/package.js
packages/meteor-tool/package.js
packages/meteor/package.js
scripts/admin/meteor-release-experimental.json
tools/help.txt
tools/tests/apps/hot-code-push-test/.meteor/versions
2014-09-04 16:56:19 -07:00
Emily Stark
e46522c7c6
Shorten 'meteor admin maintainers' help text
2014-09-04 15:30:43 -07:00
Sashko Stubailo
6a2b92d638
Merge branch 'release-0.9.1' of github.com:meteor/meteor into release-0.9.1
2014-09-03 17:18:46 -07:00
Sashko Stubailo
b18d592042
Minor changes to help text
2014-09-03 17:18:33 -07:00
ekatek
2c6f294168
correcting help for meteor add
2014-09-03 16:50:26 -07:00
Sashko Stubailo
dc15e59e71
Add help text for organizations commands
2014-09-03 12:33:09 -07:00
ekatek
d074721220
correcting help for meteor add
2014-09-03 12:31:54 -07:00
Slava Kim
91b193d5fb
Add 'configure-android' command
2014-08-28 12:34:53 -07:00
Matthew Arbesfeld
75427d70ce
Merge branch 'devel' into cordova-hcp
...
Conflicts:
docs/client/docs.js
examples/leaderboard/.meteor/versions
meteor
packages/backbone/package.js
packages/constraint-solver/package.js
packages/meetup/package.js
packages/meteor-tool/package.js
packages/showdown/package.js
packages/stylus/package.js
scripts/admin/meteor-release-experimental.json
tools/commands-packages.js
tools/commands.js
tools/project.js
tools/tests/old/app-with-private/.meteor/versions
tools/tests/old/app-with-public/.meteor/versions
tools/tests/old/empty-app/.meteor/versions
2014-08-27 13:38:57 -07:00
David Glasser
0a47309ce6
fix change-homepage help
2014-08-24 20:52:00 -07:00
David Glasser
08b2625082
METEOR-CORE -> METEOR
2014-08-24 18:46:37 -07:00
David Glasser
7fe36fb904
Actually, --show-old
2014-08-23 16:06:32 -07:00
David Glasser
80d271fa24
Rename search/show --show-broken to --include-old
2014-08-23 16:02:23 -07:00
David Glasser
5fbb8bc9f1
help update for create --package
2014-08-21 18:45:08 -07:00
Matthew Arbesfeld
b78bca197e
Fix command line test
2014-08-20 21:19:50 -07:00
Matthew Arbesfeld
922af65765
Merge branch 'devel' into cordova-hcp
...
Conflicts:
meteor
scripts/generate-dev-bundle.sh
tools/bundler.js
tools/unipackage.js
2014-08-20 19:48:26 -07:00
Matthew Arbesfeld
5c72e513ac
Add verbose to help.txt
2014-08-20 15:37:46 -07:00
Matthew Arbesfeld
5fbc4b9fd5
Fix typo
2014-08-20 14:13:35 -07:00
Slava Kim
a669c2d0ed
meteor bundle -> meteor build in docs app
2014-08-20 13:54:14 -07:00
Matthew Arbesfeld
da40308362
Update help.txt for build
2014-08-20 13:48:43 -07:00
Matthew Arbesfeld
60da683110
Update help for run
2014-08-20 13:40:27 -07:00
Slava Kim
4cce2974d7
Rewrite help.txt: build
2014-08-20 13:34:38 -07:00
Matthew Arbesfeld
b9e48d945a
Revise help.txt for *-platforms
2014-08-20 13:22:10 -07:00
Sashko Stubailo
a521f28eb8
Update test-packages help.txt
2014-08-20 13:16:33 -07:00