You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
feat: Add string-based boolean flags for explorer-alpha parameters (#1139)
* fix boolean flags, they weren't working when the flag was =false because of the Boolean cast.
Add new -n flag to open the client in a new instance
* remvoe patch coverage check
* add tests
@@ -68,21 +69,22 @@ export async function help(options: Options) {
68
69
69
70
Options:
70
71
71
-
-h, --help Displays complete help
72
-
-p, --port [port] Select a custom port for the development server
73
-
-d, --no-debug Disable debugging panel
74
-
-b, --no-browser Do not open a new browser window
75
-
-w, --no-watch Do not open watch for filesystem changes
76
-
-c, --ci Run the parcel previewer on a remote unix server
77
-
--web3 Connects preview to browser wallet to use the associated avatar and account
78
-
--skip-build Skip build and only serve the files in preview mode
79
-
--debug Enables Debug panel mode inside DCL Explorer (default=true)
80
-
--dclenv Decentraland Environment. Which environment to use for the content. This determines the catalyst server used, asset-bundles, etc. Possible values: org, zone, today. (default=org)
81
-
--realm Realm used to serve the content. (default=Localhost)
82
-
--local-scene Enable local scene development.
83
-
--position Initial Position to start the explorer. (default=position defined at scene.json)
-p, --port Select a custom port for the development server
74
+
-d, --no-debug Disable debugging panel
75
+
-b, --no-browser Do not open a new browser window
76
+
-w, --no-watch Do not open watch for filesystem changes
77
+
-c, --ci Run the parcel previewer on a remote unix server
78
+
--web3 Connects preview to browser wallet to use the associated avatar and account
79
+
--skip-build Skip build and only serve the files in preview mode
80
+
--debug Enables Debug panel mode inside DCL Explorer (default=true)
81
+
--dclenv Decentraland Environment. Which environment to use for the content. This determines the catalyst server used, asset-bundles, etc. Possible values: org, zone, today. (default=org)
82
+
--realm Realm used to serve the content. (default=Localhost)
83
+
--local-scene Enable local scene development.
84
+
--position Initial Position to start the explorer. (default=position defined at scene.json)
85
+
--skip-auth-screen Skip the auth screen (accepts 'true' or 'false').
0 commit comments