Commit Graph

114 Commits

Author SHA1 Message Date
Nacho Codoñer
9027a4bf61 update v3 docs 2024-05-27 16:07:53 +02:00
Nacho Codoñer
eddd9ca0f7 improve help text 2024-05-27 15:56:31 +02:00
denihs
89434bb938 - remove all vue-2 references from Meteor 2024-03-20 11:57:08 -04:00
denihs
7cb79a7a13 Merge branch 'devel' into release-3.0
# Conflicts:
#	.circleci/config.yml
#	docs/generators/changelog/script.js
#	docs/history.md
#	meteor
#	npm-packages/babel-preset-meteor/package.json
#	npm-packages/cordova-plugin-meteor-webapp/package.json
#	npm-packages/eslint-plugin-meteor/scripts/dev-bundle-tool-package.js
#	npm-packages/meteor-babel/package-lock.json
#	npm-packages/meteor-babel/package.json
#	package-lock.json
#	package.json
#	packages/accounts-base/accounts_server.js
#	packages/accounts-base/package.js
#	packages/accounts-oauth/package.js
#	packages/accounts-password/package.js
#	packages/accounts-password/password_server.js
#	packages/accounts-passwordless/package.js
#	packages/accounts-passwordless/passwordless_server.js
#	packages/babel-compiler/.npm/package/npm-shrinkwrap.json
#	packages/babel-compiler/package.js
#	packages/boilerplate-generator/package.js
#	packages/browser-policy-content/package.js
#	packages/constraint-solver/catalog-loader.js
#	packages/constraint-solver/constraint-solver-input.js
#	packages/constraint-solver/constraint-solver-tests.js
#	packages/constraint-solver/constraint-solver.js
#	packages/constraint-solver/package.js
#	packages/constraint-solver/solver.js
#	packages/crosswalk/package.js
#	packages/ddp-rate-limiter/package.js
#	packages/ddp-server/package.js
#	packages/ecmascript/package.js
#	packages/facebook-oauth/package.js
#	packages/fetch/package.js
#	packages/launch-screen/package.js
#	packages/logging/package.js
#	packages/logic-solver/logic_tests.js
#	packages/logic-solver/package.js
#	packages/meteor-tool/package.js
#	packages/meteor/package.js
#	packages/mobile-experience/package.js
#	packages/modern-browsers/package.js
#	packages/modules/.npm/package/npm-shrinkwrap.json
#	packages/modules/package.js
#	packages/mongo/package.js
#	packages/non-core/blaze
#	packages/npm-mongo/.npm/package/npm-shrinkwrap.json
#	packages/npm-mongo/package.js
#	packages/oauth/package.js
#	packages/oauth/pending_credentials.js
#	packages/package-version-parser/package.js
#	packages/react-fast-refresh/package.js
#	packages/service-configuration/package.js
#	packages/socket-stream-client/.npm/package/npm-shrinkwrap.json
#	packages/socket-stream-client/package.js
#	packages/standard-minifier-css/.npm/plugin/minifyStdCSS/npm-shrinkwrap.json
#	packages/standard-minifier-css/package.js
#	packages/test-in-browser/package.js
#	packages/test-in-console/package.js
#	packages/test-in-console/reporter.js
#	packages/tinytest/package.js
#	packages/tracker/package.js
#	packages/typescript/package.js
#	packages/webapp/.npm/package/npm-shrinkwrap.json
#	packages/webapp/package.js
#	scripts/admin/meteor-release-experimental.json
#	scripts/build-dev-bundle-common.sh
#	scripts/dev-bundle-server-package.js
#	scripts/dev-bundle-tool-package.js
#	tools/cli/commands.js
#	tools/fs/files.ts
#	tools/runners/run-all.js
#	tools/static-assets/skel-chakra-ui/package.json
#	tools/tests/apps/dynamic-import/.meteor/packages
#	tools/tests/apps/dynamic-import/package.json
2023-12-19 16:50:46 -04:00
Gabriel Grubba
568e15a46f add docs for cli in text.txt 2023-10-24 15:54:23 -03:00
andre
665bdd2eb3 Add --open option to run command #12233 2023-10-10 12:30:43 -03:00
Gabriel Grubba
e191129e3b docs,guide: updated about missing --prototype flag 2023-07-04 14:01:23 -03:00
Gabriel Grubba
b58a582eb8 docs,cli: updated meteor create docs 2023-06-29 14:44:36 -03:00
Gabriel Grubba
cc6c738f9d docs: updated meteor mongo to explain that uses mongosh 2023-01-25 15:30:48 -03:00
denihs
f60bfc7f75 Revert "Revert "Merge pull request #12273 from meteor/release-2.9""
This reverts commit 5d19fec09b.
2022-12-12 10:17:42 -04:00
denihs
5d19fec09b Revert "Merge pull request #12273 from meteor/release-2.9"
This reverts commit 19e9e2082e, reversing
changes made to 644592cedc.
2022-12-12 09:53:19 -04:00
Gabriel Grubba
3cfc32a2ab Merge pull request #12302 from meteor/feature/skel-vue-3
feat: vue3-skel
2022-11-21 11:18:48 -03:00
Gabriel Grubba
85c0bd57c7 Merge pull request #12298 from meteor/feat-generate-in-cli
(feat): Generate scaffold in cli
2022-11-21 11:17:35 -03:00
Gabriel Grubba
ae3694b958 Merge branch 'devel' into release-2.9
# Conflicts:
#	docs/history.md
#	packages/meteor/package.js
2022-11-17 17:31:40 -03:00
hschmaiske
6020d1425a Merge remote-tracking branch 'origin/release-2.9' into feature/skel-vue-3 2022-11-14 14:10:55 -03:00
hschmaiske
69de5f9862 add vue-2 and vue-3 to cli 2022-11-14 11:43:18 -03:00
Gabriel Grubba
de8354b960 added ref to the docs in help.txt for generate command 2022-11-10 14:40:40 -03:00
Gabriel Grubba
8a9b637a6d docs: added docs for meteor generate 2022-11-08 17:24:50 -03:00
Gabriel Grubba
c442071f5e docs: added docs for generate cli 2022-11-07 10:09:47 -03:00
Dirk Stolle
088e52f386 fix a few typos in tools directory 2022-11-03 17:42:40 +01:00
Gabriel Grubba
0eaf07c908 feat: adjusted commetns 2022-10-14 10:43:38 -03:00
Gabriel Grubba
337c0490b4 feat: updated-cli to add insecure 2022-10-13 17:24:29 -03:00
Gabriel Grubba
2186f59911 feat: solid-skel 2022-09-20 15:27:07 -03:00
Gabriel Grubba
c1a1167db0 feat: chakra-ui skel 2022-09-15 17:27:55 -03:00
Bruce Johnson
29c6f00783 Document meteor show METEOR 2022-08-09 16:43:19 -07:00
denihs
8699225396 Creating new skeleton that will have tailwind configured by default 2022-04-18 10:34:45 -04:00
Denilson
4046800590 Description to the new flag --container-size (#11731)
Updating docs, new flag container-size
2021-10-28 17:28:48 -04:00
Renan Castro
609381e0ac Support BUNDLE format on android builds as it's a new google play standard 2021-07-01 17:16:00 -03:00
filipenevola
1f234574e8 New deploy option: build-only
- some clients want to have the ability to build first and after some validations proceeding with the upload and deploy
2021-06-14 08:11:58 -04:00
Matheus Castro
e8dbe6c27d Add platforms options to meteor build:
This commit adds the "--platforms" flag to meteor build command. This allows the user to specify which platforms he want to build and build it only. For example, if we pass only android to it, we will build only android and web.cordova.

Related to issue #63 (https://github.com/meteor/meteor-feature-requests/issues/63)
2021-05-17 15:12:46 -03:00
denyhs
558167666a changing Vue tutorial link to the website with the new version 2021-04-08 15:55:47 -04:00
denyhs
81eadcb756 Helper to the new flag --plan
- typo
2021-02-16 17:39:46 -04:00
denyhs
ab37e4bc97 Helper to the new flag --plan
- typo
2021-02-16 17:35:29 -04:00
denyhs
b50a01e869 Helper to the new flag --plan 2021-02-16 17:31:33 -04:00
filipenevola
b7a4231146 Changes meteor create default skeleton to use React
Moves blaze skeleton from skel to skel-blaze directory
2021-01-17 19:29:45 -04:00
denyhs
8118de58f0 #459 MongoDB provisioning
-new mongo flag
2021-01-12 11:35:16 -04:00
denyhs
95efea3ed4 #371 cold-start
-Introduce a flag --free to the clients already create apps running Tiny containers and in the free mode
2021-01-12 11:35:16 -04:00
Filipe Névola
539f50121f Merge branch 'devel' into devel 2020-12-09 16:13:38 -04:00
Renan Castro
e12fca2f80 Bump typescript package version 2020-11-26 17:20:49 -03:00
sg
fb156d55fa [1.11.1] 'meteor create --help' command shows --vue and --apollo 2020-09-28 14:21:15 +09:00
Jan Küster
095f1523ca tools list command update help text with json flag 2020-09-08 23:06:29 +02:00
filipenevola
bb42fa8137 Adds the option to cache the build on deploy 2020-07-27 11:23:38 -04:00
filipenevola
e4fc3ccbcf Documents the new command to ensure cordova dependencies are installed 2020-03-11 23:01:31 -03:00
Ben Newman
8c022eaced Restore webapp changes that were intended for Meteor 1.10.
Revert "Bump webapp version to 1.8.2, with same content as 1.8.0."
This reverts commit 20d2a9b4a4.

Revert "Revert changes to webapp package since version 1.8.0."
This reverts commit 7a6ee9e129.
2020-01-16 11:26:54 -05:00
Ben Newman
7a6ee9e129 Revert changes to webapp package since version 1.8.0.
We accidentally published changes to webapp that should have been
restricted to Meteor 1.10 as part of the 1.8.1 version. This commit
reverts commits to packages/webapp since Meteor 1.9, so that we can
republish the 1.8.0 content as version 1.8.2. We will then bump the webapp
version to 1.9.0 on the release-1.10 branch and publish the new content
only on that branch.

Revert "Allow to exclude web architectures in development mode (#10824)"
This reverts commit a205967186.

Revert "Updates cordova-plugin-meteor-webapp to 1.7.1"
This reverts commit a1e4d27822.

Revert "Update cordova-plugin-wkwebview-engine to 1.2.1."
This reverts commit 3f9a69d7c4.

Revert "Update cordova-plugin-whitelist to 1.3.4."
This reverts commit 979273333b.

Revert "Update cordova-plugin-meteor-webapp to 1.7.1-beta.1."
This reverts commit 565c4254f1.

Revert "Update accounts-password to version 1.5.2."
This reverts commit b827d1da2f.
2020-01-16 11:15:25 -05:00
Seba Kerckhof
a205967186 Allow to exclude web architectures in development mode (#10824) 2020-01-13 16:24:50 -05:00
Filipe Névola
ce14282304 Enable running multiple Cordova apps from same application source (#10577)
Fixes #10576.
2019-06-19 13:07:25 -04:00
Ben Newman
deffd8ac2c Undo accidental reformatting of meteor create help text.
This broke a test that depends on the precise wording of this help
message: https://circleci.com/gh/meteor/meteor/27381
2018-09-13 12:38:02 -04:00
Ben Newman
914c18c181 Fully add --react to meteor create (with help text). 2018-09-13 11:53:23 -04:00
Toine van Kampen
499bb7ea25 Merge remote-tracking branch 'meteor/devel' into devel
Rebaseline
2018-06-06 20:28:03 +10:00