9Morello
3662d344fa
change require call back to JSON.parse, since Windows seems to dislike requiring .js files by their full path
2025-04-01 13:55:07 -03:00
9Morello
168afef6c8
use require instead of JSON.parse
2025-04-01 13:55:07 -03:00
9Morello
de7d9a7a7e
default to false if package.json is not found
2025-04-01 13:55:07 -03:00
9Morello
bf5820feb2
add option to automatically exclude legacy web architectures from builds with a package.json flag
2025-04-01 13:55:07 -03:00
Nacho Codoñer
db836426bd
tweak to version branch
2025-03-17 15:08:51 +01:00
Nacho Codoñer
1291042571
better --size-only option
2025-03-17 12:45:47 +01:00
Nacho Codoñer
1f4d95bb91
add option to skip cache
2025-03-17 12:25:15 +01:00
Nacho Codoñer
3fa04162b0
update cmd to add size options
2025-03-17 12:15:13 +01:00
Nacho Codoñer
d71f6559df
update cmd to add size options
2025-03-17 12:11:49 +01:00
Nacho Codoñer
276d71b591
update cmd to add size options
2025-03-17 12:06:27 +01:00
Nacho Codoñer
0ef3999814
ensure options to handle size
2025-03-17 12:03:57 +01:00
Nacho Codoñer
71f14f7acc
support METEOR_LOG_DIR env config
2025-03-17 11:11:38 +01:00
Nacho Codoñer
33e73dccea
support meteor client and server entrypoint custom envs
2025-03-17 09:24:39 +01:00
Nacho Codoñer
eb8f962c78
Meteor version to 3.2-beta.2 ☄️
2025-03-05 16:43:10 +01:00
Nacho Codoñer
121b8c99ed
better context
2025-03-04 12:23:18 +01:00
Nacho Codoñer
f77a545b10
better formatting for help
2025-02-27 17:30:33 +01:00
Nacho Codoñer
b039b85919
add help content for new profile command
2025-02-27 17:29:21 +01:00
Nacho Codoñer
dcbe656bb3
adjust name of the command
2025-02-27 17:18:09 +01:00
Nacho Codoñer
a554967561
improve bashLive outputting by perserve formatting
2025-02-26 15:21:44 +01:00
Nacho Codoñer
3e92181ca8
dont print bashLive input
2025-02-26 15:16:46 +01:00
Nacho Codoñer
76eccbf50c
improve command with bash live feedback and ensure expected git version
2025-02-26 15:03:01 +01:00
Nacho Codoñer
91a51c3d27
implement meteor benchmark cmd
2025-02-25 17:15:01 +01:00
Nacho Codoñer
30da834f31
fix issue on create a new meteor app with spaces on path
2025-01-13 16:16:12 +01:00
Nacho Codoñer
abb854c567
record packages happens in background
2024-11-06 14:11:57 +01:00
Nacho Codoñer
0be28ffc43
remove logs
2024-10-02 16:37:21 +02:00
Nacho Codoñer
c5fb22bb9d
fix CI tests by only applying the shell option in windows and when running proper bat/cmd scripts
2024-10-02 16:35:20 +02:00
Nacho Codoñer
fb5d8040ec
debug cmds
2024-09-30 17:42:59 +02:00
Nacho Codoñer
d037a12434
Revert "only apply on npm cmd"
...
This reverts commit 5be602bb7f .
2024-09-30 17:42:21 +02:00
Nacho Codoñer
5be602bb7f
only apply on npm cmd
2024-09-30 17:11:34 +02:00
Nacho Codoñer
0c5a7301fb
apply shell only on windows
2024-09-30 16:01:02 +02:00
Nacho Codoñer
0ab274aa3f
fix meteor subcommands like npm requiring shell:true on spawn the process
2024-09-30 15:53:34 +02:00
denihs
3747d4cb87
missing await in the admin recommend-release
2024-09-20 16:43:41 -04:00
denihs
ac28d0dc32
packageClient.callPackageServer method missing await
2024-09-12 14:52:33 -04:00
kbarr1212
21931efced
Using await when open tag is called #13175 ( #13300 )
...
Co-authored-by: Phong Truong <rhumtea@users.noreply.github.com >
Co-authored-by: Avin Rai <avinrai7@gmail.com >
2024-08-22 17:52:35 +02:00
Nacho Codoñer
4cafa1863a
manage better env variables spread to git child processes
2024-07-15 16:07:58 +02:00
Nacho Codoñer
e866128231
manage better env variables spread to git child processes
2024-07-15 16:05:23 +02:00
Nacho Codoñer
e0d44f3405
set env variable as part of node to simplify cmd output
2024-07-15 15:57:43 +02:00
Nacho Codoñer
0fae99dc57
convert to proper os path
2024-07-15 15:38:03 +02:00
Nacho Codoñer
344dea1d5e
fix git clone windows command
2024-07-15 15:16:22 +02:00
Nacho Codoñer
624d72a7c3
fix issue with git clone when preparing meteor example
2024-07-15 15:12:21 +02:00
denihs
5ec791ffea
Merge branch 'refs/heads/release-3.0' into fix/git-terminal-windows
...
# Conflicts:
# tools/cli/commands.js
2024-07-12 08:57:08 -04:00
denihs
9a32be41fa
- on windows set GIT_TERMINAL_PROMPT properly
2024-07-12 08:54:04 -04:00
Nacho Codoñer
1b60ae69bb
check properly the error message to handle the error
2024-07-12 14:24:50 +02:00
Leonardo Venturini
6804b236b2
Fix Node.js version issue ( #13199 )
...
* commit logs
* use the correct tools dir when using meteor warehouse dir env var
* remove logs
* remove logs
* run bin commands after springboarding
* revert change
* revert change
* fix npm command for checkout
* avoid to use unexisting tools path within a sandbox that describe a warehouse
---------
Co-authored-by: Nacho Codoñer <igcogi@gmail.com >
2024-07-11 08:37:16 -04:00
Nacho Codoñer
5d96d09d2a
OSS-462 Tweak npm-shrinkwrap.json permissions on newer npm versions to proper app server bundle setup ( #13219 )
...
* tweak permissions of npm-shrinkwrap.json file to properly install deps later
* tweak 644 permission as the minimum required
2024-07-10 12:18:59 +02:00
denihs
3c3a1345aa
- removing premature skel cloning
...
- avoid getting stuck in prompting when trying to clone repository
2024-07-04 15:06:36 -04:00
Nacho Codoñer
fd3cd76c27
Merge pull request #13162 from meteor/reset-db-option
...
Implement reset db option and default without cleaning db
2024-06-10 15:32:31 +02:00
Nacho Codoñer
0ae603b9c7
change logs on reset cmd
2024-05-28 15:57:24 +02:00
Nacho Codoñer
9027a4bf61
update v3 docs
2024-05-27 16:07:53 +02:00
Nacho Codoñer
0fd3d09d15
fix latest issues with new reset cmd and db option
2024-05-27 16:00:59 +02:00