Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix: dcl info for negative X coords #346

Merged
merged 3 commits into from Jan 11, 2019
Merged

fix: dcl info for negative X coords #346

merged 3 commits into from Jan 11, 2019

Conversation

fmiras
Copy link
Contributor

@fmiras fmiras commented Jan 10, 2019

Fixes #345 and #336

@@ -37,12 +37,41 @@ export const help = () => `
${chalk.green('$ dcl info 0x8bed95d830475691c10281f1fea2c0a0fe51304b')}
`

function getTarget(args) {
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why not define a --target parameter? I mean instead of doing this custom arg parsing.

Something like: dcl info --target=-18,40

Copy link
Contributor Author

@fmiras fmiras Jan 11, 2019

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

For many reasons:

  1. I think that we have to design the command regardless of the technologies that we're using, and in this case, I think that is more intuitive to set the target as an "arg" instead of as an "option".
  2. Flags in CLI are used --like this and not --like=this to support that we should change arg as dependency and find another library or make a big refactor or just make a ugly parsing similar like this one.

Copy link
Member

@menduz menduz left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

It would be nice to execute an integration test after build like

# normal build
npm run test
npm link -g

# sanity
dcl info -12,40
dcl info 12,40

@@ -76,2 +78 @@ export async function main() {
- contentServerUrl:
- args['--host'] || 'https://content.decentraland.org'
+ contentServerUrl: args['--host'] || 'https://content.decentraland.org'
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

?

@fmiras
Copy link
Contributor Author

fmiras commented Jan 11, 2019

@menduz good point! #352

@fmiras fmiras merged commit 547cd83 into master Jan 11, 2019
@fmiras fmiras deleted the fix-info branch January 23, 2019 19:02
github-actions bot pushed a commit to rlty-live/decentraland-cli that referenced this pull request Jul 13, 2022
# 1.0.0 (2022-07-13)

### Bug Fixes

* "dcl build" should always show the output of the build  ([#524](https://github.com/rlty-live/decentraland-cli/issues/524)) ([d3a05fd](https://github.com/rlty-live/decentraland-cli/commit/d3a05fdbfc832087ac1afdc2c92fa15a2718c393))
* `dcl info` for negative X coords ([#346](https://github.com/rlty-live/decentraland-cli/issues/346)) ([547cd83](https://github.com/rlty-live/decentraland-cli/commit/547cd8312c8e3f2385ceea04d625ae6764c8330a))
* `dcl start` hotreloading ([#467](https://github.com/rlty-live/decentraland-cli/issues/467)) ([7d06361](https://github.com/rlty-live/decentraland-cli/commit/7d0636119c2862c2500e5f1c4b0792dcdca10b6c)), closes [#420](https://github.com/rlty-live/decentraland-cli/issues/420)
* `npm publish` and others ([#474](https://github.com/rlty-live/decentraland-cli/issues/474)) ([543db26](https://github.com/rlty-live/decentraland-cli/commit/543db26efbb719061c5cb9409eea2ec81a25a85f))
* 1.0.3 ([f1115b9](https://github.com/rlty-live/decentraland-cli/commit/f1115b918666e4be6f201ae4c82aea5f57128eee))
* add dcl as bin file on package.json ([46c3c6d](https://github.com/rlty-live/decentraland-cli/commit/46c3c6d40516fc41f743cc056f49623cd59bd393))
* add max file size limit ([#679](https://github.com/rlty-live/decentraland-cli/issues/679)) ([5e0c51f](https://github.com/rlty-live/decentraland-cli/commit/5e0c51f367521e4d29b09d7e1dd876ae783fe6b2))
* add missing quote ([#444](https://github.com/rlty-live/decentraland-cli/issues/444)) ([5e6603e](https://github.com/rlty-live/decentraland-cli/commit/5e6603e9fc445d0425b6776aa37907f91341ed1c))
* add parcels and ownership validations ([#178](https://github.com/rlty-live/decentraland-cli/issues/178)) ([0a5b3b9](https://github.com/rlty-live/decentraland-cli/commit/0a5b3b959ad8ad3e0f6a35f1753eda04e3469672))
* add request dependency ([#237](https://github.com/rlty-live/decentraland-cli/issues/237)) ([3c23090](https://github.com/rlty-live/decentraland-cli/commit/3c2309009068d0b4605f8e3c0deafaceffd3b895))
* add set version to npm publish script ([5b675cf](https://github.com/rlty-live/decentraland-cli/commit/5b675cf73d6db2f2ae2b8b3719b58ba2fb6b3181))
* add timestamp to upload request signed message ([a9a8a14](https://github.com/rlty-live/decentraland-cli/commit/a9a8a14f2a6b8104bb0a3f583e92723330b9d9fa))
* allow beyond 150 for aetheria ([#496](https://github.com/rlty-live/decentraland-cli/issues/496)) ([a3e7467](https://github.com/rlty-live/decentraland-cli/commit/a3e746766c389bfeebbf14852205d181ffba9611))
* allow deploy without package.json ([#434](https://github.com/rlty-live/decentraland-cli/issues/434)) ([b981f78](https://github.com/rlty-live/decentraland-cli/commit/b981f78c44ace9f83ccc936809f1e592db22f142))
* alternative for version ([68f71cd](https://github.com/rlty-live/decentraland-cli/commit/68f71cdda2456d34b008855a2ec85d5954e098a0))
* analytics new dev_id ([84c7d0b](https://github.com/rlty-live/decentraland-cli/commit/84c7d0b230de5fb149423b763b83ce1561997651))
* apply patch UI and deploy validation ([9c5a396](https://github.com/rlty-live/decentraland-cli/commit/9c5a396ec8c92d4b7e490c72f073fe8147332d47))
* audit ([a5c5842](https://github.com/rlty-live/decentraland-cli/commit/a5c5842eb1d9790feb6316871b76645e46295d74))
* avoid blob error ([#538](https://github.com/rlty-live/decentraland-cli/issues/538)) ([6a03c38](https://github.com/rlty-live/decentraland-cli/commit/6a03c38d9634ecf04c3817fbdbc80d70b466018d))
* avoid console error with postinstall ([06efe1a](https://github.com/rlty-live/decentraland-cli/commit/06efe1a5691d46eeaf1a1e143643e7840c25924b))
* avoid errors with 0 value ([#562](https://github.com/rlty-live/decentraland-cli/issues/562)) ([da062ae](https://github.com/rlty-live/decentraland-cli/commit/da062ae70858da39432503fe27ff9088a958c770))
* avoid globalThis so that no node update is needed ([2037493](https://github.com/rlty-live/decentraland-cli/commit/2037493009b82d8f64f545995805abc70c8a6b40))
* avoid peer as default for deploy ([#537](https://github.com/rlty-live/decentraland-cli/issues/537)) ([7028ec6](https://github.com/rlty-live/decentraland-cli/commit/7028ec68e3da92c081b8cf23fb3730f3a96a2814))
* better startup ([#120](https://github.com/rlty-live/decentraland-cli/issues/120)) ([ec39677](https://github.com/rlty-live/decentraland-cli/commit/ec39677228a8989ea70ce434110a807d8c16e3a7))
* bin entrypoint ([#595](https://github.com/rlty-live/decentraland-cli/issues/595)) ([2663e40](https://github.com/rlty-live/decentraland-cli/commit/2663e4023b16870298fbc73d59a7d4fd5b2724d8))
* bin file of package.json ([ef421b1](https://github.com/rlty-live/decentraland-cli/commit/ef421b15e0aad49b095fd443dd0c6f8cabb53ce3))
* build 1.1.0 ([#157](https://github.com/rlty-live/decentraland-cli/issues/157)) ([b83e7d4](https://github.com/rlty-live/decentraland-cli/commit/b83e7d498c7bfc0307593b3ab132b046a0a0c111))
* catch analytics failures ([1e92904](https://github.com/rlty-live/decentraland-cli/commit/1e929040f3d5176d4ed1cb8d0a5af212f8feeb6c))
* chalk missing dependency ([#596](https://github.com/rlty-live/decentraland-cli/issues/596)) ([cefdb68](https://github.com/rlty-live/decentraland-cli/commit/cefdb682c76300f843eeb107f4e9cfd37513ed1e))
* change `dcl export` to use new export.html ([#476](https://github.com/rlty-live/decentraland-cli/issues/476)) ([38143b8](https://github.com/rlty-live/decentraland-cli/commit/38143b8991a0de08c650f5d25187425444f0d6a2))
* change checkECSVersions to workDir instead of exportDir, checkECSVersions needs the working directory to get decentraland-ecs module path. ([#575](https://github.com/rlty-live/decentraland-cli/issues/575)) ([1245da3](https://github.com/rlty-live/decentraland-cli/commit/1245da3fb9ab88f7aa4b78c8fa30434b65fb5ae5))
* change files limits from 100 to 300 on deploy ([30bbf27](https://github.com/rlty-live/decentraland-cli/commit/30bbf274a0090c195604a19a68491bccef23233e))
* change function checkECSVersion to isECSVersionLower and fix if … ([#663](https://github.com/rlty-live/decentraland-cli/issues/663)) ([cbe2b27](https://github.com/rlty-live/decentraland-cli/commit/cbe2b2720ddba46cbb7e8a2a702a998aeb3a0669))
* change script npm publish script name ([76ddc1c](https://github.com/rlty-live/decentraland-cli/commit/76ddc1cbdd8e2628a5790318d994f7bbb97e2052))
* change tsconfig of linker dapp to allow cli dist to expose ([#326](https://github.com/rlty-live/decentraland-cli/issues/326)) ([1c90b60](https://github.com/rlty-live/decentraland-cli/commit/1c90b60f88a9b553efd40b3da5e3aba4e56731f7))
* changing userId in properties by devId, fix installed event call ([#117](https://github.com/rlty-live/decentraland-cli/issues/117)) ([d6c40ef](https://github.com/rlty-live/decentraland-cli/commit/d6c40efcec13bf3262239f4b4b3e6bc487703ccd))
* CLI not working because of decentraland-eth usage at Node.js ([#236](https://github.com/rlty-live/decentraland-cli/issues/236)) ([12326f4](https://github.com/rlty-live/decentraland-cli/commit/12326f43e1f8837a8134d2eb64893604a1d60eac))
* commandWrapper context ([bf7a81a](https://github.com/rlty-live/decentraland-cli/commit/bf7a81a861ec3a39b5f06bdba4871093ad35e204))
* correctly parse IPFS key ([#201](https://github.com/rlty-live/decentraland-cli/issues/201)) ([53267c7](https://github.com/rlty-live/decentraland-cli/commit/53267c7f08130f8cea10f1359ebf7dbce24b7eb0))
* dcl info & dcl status go to remote content server by default ([64e7193](https://github.com/rlty-live/decentraland-cli/commit/64e71933c5e7723fc354deb424a87a0918a15530))
* dcl start models aren't correctly mapped ([#397](https://github.com/rlty-live/decentraland-cli/issues/397)) ([f762ffb](https://github.com/rlty-live/decentraland-cli/commit/f762ffb5d5d3a95d343626568b7234aa1b97b9b8))
* dcl status typo ([#426](https://github.com/rlty-live/decentraland-cli/issues/426)) ([1d8ca1f](https://github.com/rlty-live/decentraland-cli/commit/1d8ca1f94aeeffc84bdff39764a5fbf64442090f))
* dcl status with negative first coord ([#361](https://github.com/rlty-live/decentraland-cli/issues/361)) ([f07988f](https://github.com/rlty-live/decentraland-cli/commit/f07988ff59691dd14ce45da887c541ed74922dd6)), closes [#353](https://github.com/rlty-live/decentraland-cli/issues/353)
* dependencies vs devDependencies ([43c2bdb](https://github.com/rlty-live/decentraland-cli/commit/43c2bdbe973155d58c6a575d348c550baafcec96))
* disable reconnect button on wallet connecting ([8127516](https://github.com/rlty-live/decentraland-cli/commit/812751681170218560f4a57c850f7a406468e332))
* disable watch until fixed ([8c3c626](https://github.com/rlty-live/decentraland-cli/commit/8c3c6262deaa4e6747e02b5dc9667c468c8695da))
* do not explode on `dcl start` when .dclignore is missing ([#441](https://github.com/rlty-live/decentraland-cli/issues/441)) ([2c7ee1a](https://github.com/rlty-live/decentraland-cli/commit/2c7ee1ae0e7fd4553b0d72eca2ea0e5b996b84b7))
* do not fail if firewall prevents analytics.identify ([#687](https://github.com/rlty-live/decentraland-cli/issues/687)) ([e01cb51](https://github.com/rlty-live/decentraland-cli/commit/e01cb51edbce3fb3bd021c1fb9dce7a59759e04a))
* do not override NODE_ENV in case of existance of env ([5f27114](https://github.com/rlty-live/decentraland-cli/commit/5f27114aea30e8bfa7aef9ea8230c32047cbb4d3))
* do not relay on node-gyp of chokidar ([#323](https://github.com/rlty-live/decentraland-cli/issues/323)) ([997121f](https://github.com/rlty-live/decentraland-cli/commit/997121ffdb1785af9db6c14c4fb4e496131fc3a9)), closes [#320](https://github.com/rlty-live/decentraland-cli/issues/320) [#322](https://github.com/rlty-live/decentraland-cli/issues/322)
* do not throw error on no previous Scene to validate ([#342](https://github.com/rlty-live/decentraland-cli/issues/342)) ([cf13431](https://github.com/rlty-live/decentraland-cli/commit/cf13431f01e4e8b04445f1db141e1084eb1625b2))
* do not throw error on no-content LANDs ([#341](https://github.com/rlty-live/decentraland-cli/issues/341)) ([ad07af4](https://github.com/rlty-live/decentraland-cli/commit/ad07af491f3d3521f98e972afbfd847e549c67e9))
* do not track identify event ([#173](https://github.com/rlty-live/decentraland-cli/issues/173)) ([049bd64](https://github.com/rlty-live/decentraland-cli/commit/049bd6449f9fd98cc33abbd6bf999a59e0c15c90))
* downgrade dcl-dapps for the linker ([c97b89f](https://github.com/rlty-live/decentraland-cli/commit/c97b89f20093eacaf596f9e5b6beef9e77a6ca24))
* downgrade decentraland-eth package to last working version ([60827a5](https://github.com/rlty-live/decentraland-cli/commit/60827a51f4e803e557cd4a7503f16e36c85ecbdc))
* downgrade ignore package to last working version ([ed656dc](https://github.com/rlty-live/decentraland-cli/commit/ed656dc17be9639af46842a6ff7e50703880e294))
* enable web3 when exporting scenes ([b837c23](https://github.com/rlty-live/decentraland-cli/commit/b837c2351bfb53359cc669ae6ff545998894def6))
* ensure that the process exit after command ([#350](https://github.com/rlty-live/decentraland-cli/issues/350)) ([fb16623](https://github.com/rlty-live/decentraland-cli/commit/fb166237fa083c6110fba03a1e445d3561b931f8)), closes [#347](https://github.com/rlty-live/decentraland-cli/issues/347)
* env variable outside of shebang ([41854a4](https://github.com/rlty-live/decentraland-cli/commit/41854a470c992d5af4098d7725d5b939bac0fdab))
* export on Windows ([39db9ea](https://github.com/rlty-live/decentraland-cli/commit/39db9ea8daddfe486896b30188571e3ab9a76f92))
* fail and warn when user is using deprecated package 'metarverse-… ([#217](https://github.com/rlty-live/decentraland-cli/issues/217)) ([d0473f7](https://github.com/rlty-live/decentraland-cli/commit/d0473f7956ca4528ca2884fa6ea96271eb6f3833))
* file mappings in preview ([#232](https://github.com/rlty-live/decentraland-cli/issues/232)) ([7e3535e](https://github.com/rlty-live/decentraland-cli/commit/7e3535e341e84ce46e7a3918a5375b6bcfbe1e3a))
* finish pending tracking analytics on non-blocking scheme ([#207](https://github.com/rlty-live/decentraland-cli/issues/207)) ([67f7c99](https://github.com/rlty-live/decentraland-cli/commit/67f7c9921dc43e0d74c736d67aac5d5857e89fe0))
* Full deploy as default ([#309](https://github.com/rlty-live/decentraland-cli/issues/309)) ([2c108c9](https://github.com/rlty-live/decentraland-cli/commit/2c108c94eb7d325f0896553ae01735facee76073))
* getFiles and getAllFilePaths ([#134](https://github.com/rlty-live/decentraland-cli/issues/134)) ([ab3c98f](https://github.com/rlty-live/decentraland-cli/commit/ab3c98f3af624e42704be8093e336ab440661744))
* gitignore not being add to the samples/library scaffold ([#654](https://github.com/rlty-live/decentraland-cli/issues/654)) ([d7eb569](https://github.com/rlty-live/decentraland-cli/commit/d7eb569cd2b694a2306df49ed3088b32ab18a81e))
* handle errors of npm install ([#376](https://github.com/rlty-live/decentraland-cli/issues/376)) ([ddf9df2](https://github.com/rlty-live/decentraland-cli/commit/ddf9df29b59dd72b02adb49e970b01f93a6e68ce))
* handle peer dependencies unmet as a warning ([#586](https://github.com/rlty-live/decentraland-cli/issues/586)) ([f7e2751](https://github.com/rlty-live/decentraland-cli/commit/f7e27519310df965f71d0f44746828bfc6c72d37))
* handle ugrade errors ([3142796](https://github.com/rlty-live/decentraland-cli/commit/31427964c233918f434dbd0cf1f38d42e9bd755e))
* help message ([4bd0c13](https://github.com/rlty-live/decentraland-cli/commit/4bd0c13ae524b74bbbc6f987e91e0b1df0aa8a1b))
* hot reloading wasn't working ([#214](https://github.com/rlty-live/decentraland-cli/issues/214)) ([6f6a12d](https://github.com/rlty-live/decentraland-cli/commit/6f6a12dd3b8df64e8bf4df422f6916584e7d3abd))
* hotreloading on file changes ([#322](https://github.com/rlty-live/decentraland-cli/issues/322)) ([73ce03f](https://github.com/rlty-live/decentraland-cli/commit/73ce03fba86af456f8eeabb5d96cc15a503a97ef))
* import and use signature saga ([364bd1c](https://github.com/rlty-live/decentraland-cli/commit/364bd1cabc7368501bdca6b7ee09a6f0c280385e))
* install dependencies at start ([2e9e8eb](https://github.com/rlty-live/decentraland-cli/commit/2e9e8eb2d5203ffe07c3c98550453b01bdb07e89))
* install dependencies on preview ([#137](https://github.com/rlty-live/decentraland-cli/issues/137)) ([bb48d7c](https://github.com/rlty-live/decentraland-cli/commit/bb48d7ca171302e4f55459d09d6ed21464e6df47))
* invalid coordinates validation ([#145](https://github.com/rlty-live/decentraland-cli/issues/145)) ([c086de8](https://github.com/rlty-live/decentraland-cli/commit/c086de89494e43535e67076bda6b5bf40d28a9d7))
* isOnline timeout (CLIENT-191) ([1a1baf4](https://github.com/rlty-live/decentraland-cli/commit/1a1baf487139e83ed00385f82e3490fc99789558))
* isValidMainFormat tests ([4d6968f](https://github.com/rlty-live/decentraland-cli/commit/4d6968f4289d10d34b15fb1ae36d0642473c1f16))
* LAND type cast on contract execution ([7fe2565](https://github.com/rlty-live/decentraland-cli/commit/7fe2565771e9028432776bf7de098d9b9715ad27))
* landData can be null ([#183](https://github.com/rlty-live/decentraland-cli/issues/183)) ([d83e8c6](https://github.com/rlty-live/decentraland-cli/commit/d83e8c650a1fd9a8bbb1c1a49f7eab5759003ba7))
* linker dapp ([85a1d2b](https://github.com/rlty-live/decentraland-cli/commit/85a1d2bbf921cb37d880ec99ce66c993fdb701cd))
* linker dApp url port (CLIENT-175) ([3b57144](https://github.com/rlty-live/decentraland-cli/commit/3b5714495419adb3faa0c3278e21fccd556e45df))
* linker response ([97bdcec](https://github.com/rlty-live/decentraland-cli/commit/97bdcecabd7eeca41ed5da8ce4dfe6e0e55c1b85))
* linker-app only closes at tx success ([#195](https://github.com/rlty-live/decentraland-cli/issues/195)) ([162f614](https://github.com/rlty-live/decentraland-cli/commit/162f6148c654c52f5b409c24a2c7c9b60aa5b63e))
* listnetwork interfaces / prioritize localhost ([#649](https://github.com/rlty-live/decentraland-cli/issues/649)) ([3c1adb6](https://github.com/rlty-live/decentraland-cli/commit/3c1adb6add29ab57019382e24fd05f9f4370e8c1))
* load linker app from relative path ([e23e19a](https://github.com/rlty-live/decentraland-cli/commit/e23e19a5a486b4eb0d4184d70f9ad6b737f5f7cb))
* loading messages ([#162](https://github.com/rlty-live/decentraland-cli/issues/162)) ([b6496a2](https://github.com/rlty-live/decentraland-cli/commit/b6496a2b5cfabf82c3248d99d01b372ef0f77548))
* log fallback for CI and windows ([688977f](https://github.com/rlty-live/decentraland-cli/commit/688977f7d180dadc9aa9e36c58f0873e11335800))
* make `dcl info` parcels of estates show real owners  ([#264](https://github.com/rlty-live/decentraland-cli/issues/264)) ([f8a44fa](https://github.com/rlty-live/decentraland-cli/commit/f8a44fad281c8b6f416f7cf2d02d32e25a181455))
* make analytics calls async ([#197](https://github.com/rlty-live/decentraland-cli/issues/197)) ([9904e57](https://github.com/rlty-live/decentraland-cli/commit/9904e5770f882f5d1f67f41fa73c1f412625408e))
* make same validations as dcl deploy for dcl link ([#180](https://github.com/rlty-live/decentraland-cli/issues/180)) ([876be14](https://github.com/rlty-live/decentraland-cli/commit/876be14c185d3b13b7e962365d592385273e2686))
* move ws from dev to dependencies ([#205](https://github.com/rlty-live/decentraland-cli/issues/205)) ([461f31c](https://github.com/rlty-live/decentraland-cli/commit/461f31c0127c8eeaffa998f17bba46df44ae59ed)), closes [#204](https://github.com/rlty-live/decentraland-cli/issues/204)
* moving decentraland-ui to dependencies ([#503](https://github.com/rlty-live/decentraland-cli/issues/503)) ([8e24b49](https://github.com/rlty-live/decentraland-cli/commit/8e24b49c28731c984c5b9f9ace4fb030c3073a2a))
* negative of isStableVersion() ([653dd1c](https://github.com/rlty-live/decentraland-cli/commit/653dd1cc539625a354972c0d99da3d83999881f4))
* no browser flag ([27d0d8b](https://github.com/rlty-live/decentraland-cli/commit/27d0d8b652d86789525a0b6f84b4110c3e14a040))
* Node 10 support ([#167](https://github.com/rlty-live/decentraland-cli/issues/167)) ([a9d0896](https://github.com/rlty-live/decentraland-cli/commit/a9d08960cb19b52e1622b05d1dc13d4d1d018c06))
* npm install ([#383](https://github.com/rlty-live/decentraland-cli/issues/383)) ([68e63d3](https://github.com/rlty-live/decentraland-cli/commit/68e63d34a9a6c7e949375460aa909d933a48a25a)), closes [#374](https://github.com/rlty-live/decentraland-cli/issues/374)
* npm on windows ([f0b1102](https://github.com/rlty-live/decentraland-cli/commit/f0b1102443cf13cdbe33cf42e4136b6816985ca3))
* npm publish script ([#142](https://github.com/rlty-live/decentraland-cli/issues/142)) ([f8e0642](https://github.com/rlty-live/decentraland-cli/commit/f8e0642fef6d159f87437c024b26304b64b18107))
* npmignore root files only ([fcaf413](https://github.com/rlty-live/decentraland-cli/commit/fcaf4135e8c6ddceb08940e2c849e1f14efe4dc4))
* npmrc files ([#657](https://github.com/rlty-live/decentraland-cli/issues/657)) ([de7b688](https://github.com/rlty-live/decentraland-cli/commit/de7b6888635dae382dae3abde2e6cad8f4c4035b))
* only build dependencies on missing ECS and better DX feedback ([#417](https://github.com/rlty-live/decentraland-cli/issues/417)) ([9544e44](https://github.com/rlty-live/decentraland-cli/commit/9544e4498c39af13c473852f8eb7be23b729e81f))
* open browser call does not work on some envs ([#175](https://github.com/rlty-live/decentraland-cli/issues/175)) ([14d0429](https://github.com/rlty-live/decentraland-cli/commit/14d04298d9fad92342b33441456cdf258347089c))
* outdated warnings should appear in new line ([#146](https://github.com/rlty-live/decentraland-cli/issues/146)) ([55809ad](https://github.com/rlty-live/decentraland-cli/commit/55809ad407cb560c0dc9ab4ef5284e63d505b7c4))
* parse land data ([23f7bab](https://github.com/rlty-live/decentraland-cli/commit/23f7bab351076a2681bc0178253aa05e700ca688))
* prevent case problem on server ([#380](https://github.com/rlty-live/decentraland-cli/issues/380)) ([738ac63](https://github.com/rlty-live/decentraland-cli/commit/738ac63652ca744c365e6f72f18a8c5daefff80b))
* prevent devdependencies from being installed ([#155](https://github.com/rlty-live/decentraland-cli/issues/155)) ([b09199c](https://github.com/rlty-live/decentraland-cli/commit/b09199c3def90b3f205e742ef527c0e21312f9ad))
* prevent preview caching ([feb9d2f](https://github.com/rlty-live/decentraland-cli/commit/feb9d2f4507470dbb149846e6f19d1f05ec571d5))
* prevent unhandled exception ([#683](https://github.com/rlty-live/decentraland-cli/issues/683)) ([01143fe](https://github.com/rlty-live/decentraland-cli/commit/01143fe47859b6db0b3a435b1f00932f37995682))
* preview html ([#156](https://github.com/rlty-live/decentraland-cli/issues/156)) ([a161ac6](https://github.com/rlty-live/decentraland-cli/commit/a161ac6fcc5c5228f631fd7b9ec4e543f8dd5e68))
* preview must work offline ([#147](https://github.com/rlty-live/decentraland-cli/issues/147)) ([5e013cf](https://github.com/rlty-live/decentraland-cli/commit/5e013cf258e9d6c02108f2c308092b662cfb69c6))
* preview should run in watch mode ([#133](https://github.com/rlty-live/decentraland-cli/issues/133)) ([431cf0d](https://github.com/rlty-live/decentraland-cli/commit/431cf0dbe53e807adef23e2a3938a8e02d8b4c7d))
* preview url ([16afa26](https://github.com/rlty-live/decentraland-cli/commit/16afa26513dd49d3d210d2f2c2ebbdc76b68730a))
* properly handle IPFS exception ([e493ba9](https://github.com/rlty-live/decentraland-cli/commit/e493ba992b5e7ca0ac2cae91f1ff9c1e8a4542de))
* properly handle version checks ([f593e46](https://github.com/rlty-live/decentraland-cli/commit/f593e468766a9c53aab10c63267eab16dad08afe))
* publish ABI and fix linker build commands ([2479087](https://github.com/rlty-live/decentraland-cli/commit/2479087a99cca9002aab86556fc40ca99ba08403))
* publish error might not contain message ([2bdcb3e](https://github.com/rlty-live/decentraland-cli/commit/2bdcb3e1e35bf1c3d37b27fdb4fb20f3c85f2413))
* publish linker-app package.json and cleanup ([704e67e](https://github.com/rlty-live/decentraland-cli/commit/704e67e9239cc90fa30d8a7878b4146c109941d1))
* reload config on dcl info creation ([f214a66](https://github.com/rlty-live/decentraland-cli/commit/f214a6618c15a0112d666dcff77e231e1039e285))
* remove [path] support for ? Warning: Project directory isn't empty. Do you want to continue? (Y/n) �[73D�[73C ([ed436e1](https://github.com/rlty-live/decentraland-cli/commit/ed436e1169b9b22dea8db390ffacb2c01a6a70ce))
* remove [path] support for `dcl start` ([958dbfe](https://github.com/rlty-live/decentraland-cli/commit/958dbfe4da90c011ed87a7917d8cfe06270b2334))
* remove comms and policy ([c1ec606](https://github.com/rlty-live/decentraland-cli/commit/c1ec6063291f4d1ae3d2711bbce29729fc1fb096))
* remove duplicate info logging and show updates at the beginning ([be73a0f](https://github.com/rlty-live/decentraland-cli/commit/be73a0f712f0d638669fa2c898426bcec77305ae))
* remove MAX_FILE_COUNT ([#463](https://github.com/rlty-live/decentraland-cli/issues/463)) ([edfbb40](https://github.com/rlty-live/decentraland-cli/commit/edfbb4012861c776f66b252091c57edafaed1393))
* remove unused imports ([fe4fef2](https://github.com/rlty-live/decentraland-cli/commit/fe4fef24f38a40012399dfc5ccf91b44f0110cdc))
* report errors on each build ([#526](https://github.com/rlty-live/decentraland-cli/issues/526)) ([6ea03b9](https://github.com/rlty-live/decentraland-cli/commit/6ea03b9b71842ac864363925599376de368c1006))
* require dclignore for deployments but not for preview ([#172](https://github.com/rlty-live/decentraland-cli/issues/172)) ([02801f4](https://github.com/rlty-live/decentraland-cli/commit/02801f4c4f7cc5085ad0c993ca9df0af5b4a0a79))
* resolve promise even when tracking disabled ([#144](https://github.com/rlty-live/decentraland-cli/issues/144)) ([2a2682d](https://github.com/rlty-live/decentraland-cli/commit/2a2682d3a3eb6059269154fd2988a9eff18ed084))
* revert @dcl/linker-dapp version. ([74c24a6](https://github.com/rlty-live/decentraland-cli/commit/74c24a67fd10364a61b323b6ebc53a32a6e54d17))
* revert upgrade of dcl dependencies ([8abb0a1](https://github.com/rlty-live/decentraland-cli/commit/8abb0a17ba393daa961de2cb2bd24f34ef07c1d7))
* Reverting catalyst client library to fix deploy ([#518](https://github.com/rlty-live/decentraland-cli/issues/518)) ([46acf59](https://github.com/rlty-live/decentraland-cli/commit/46acf59700b30202664107c4729f7bfbffc217fb))
* segment filter error ([#696](https://github.com/rlty-live/decentraland-cli/issues/696)) ([a0916b6](https://github.com/rlty-live/decentraland-cli/commit/a0916b64cb6035bb419531e54022fc74300e35c0))
* send answer of event (Send Anonymous data) ([#199](https://github.com/rlty-live/decentraland-cli/issues/199)) ([ab66b3b](https://github.com/rlty-live/decentraland-cli/commit/ab66b3b6da28104ec8f0357530334cef0782a714))
* setAlias on server ([#443](https://github.com/rlty-live/decentraland-cli/issues/443)) ([653f883](https://github.com/rlty-live/decentraland-cli/commit/653f883af90ba372cc5d5c1006c0cc376a12a5aa))
* show boilerplates names correctly on help ([98e6717](https://github.com/rlty-live/decentraland-cli/commit/98e671732e6b357d680c520a64b911c33e04d77b))
* Show error when deployment fails ([#502](https://github.com/rlty-live/decentraland-cli/issues/502)) ([420a9a9](https://github.com/rlty-live/decentraland-cli/commit/420a9a99f55be99230799333d6c43432c99497f7))
* show error when scene project doesn't have tsconfig.json ([#529](https://github.com/rlty-live/decentraland-cli/issues/529)) ([cc148ed](https://github.com/rlty-live/decentraland-cli/commit/cc148ed4722f0047605032a7692ccde1412ba877))
* show export command on help ([#401](https://github.com/rlty-live/decentraland-cli/issues/401)) ([a19d08e](https://github.com/rlty-live/decentraland-cli/commit/a19d08e6308ad02fec95703bed707cb90e13db38))
* show operators on parcels without estate ([273065d](https://github.com/rlty-live/decentraland-cli/commit/273065dddc481501def2c81fc2ade4561e7c42da))
* show panel if debug ([ee8a85b](https://github.com/rlty-live/decentraland-cli/commit/ee8a85b7a3496771e8873c6be9875bbcd13342b3))
* single user identify ([db81f96](https://github.com/rlty-live/decentraland-cli/commit/db81f968a3e7d736c06d6088504c1d08e34f1e5c))
* skip post install when not necessary ([#515](https://github.com/rlty-live/decentraland-cli/issues/515)) ([e7bde0f](https://github.com/rlty-live/decentraland-cli/commit/e7bde0f712d6e6bb480c419d6d1ae2366a86d349))
* sources path resolving ([20e5f75](https://github.com/rlty-live/decentraland-cli/commit/20e5f754061ff870837d97f27cfa4eec4504d1a4))
* spawn user in scene base coords ([#462](https://github.com/rlty-live/decentraland-cli/issues/462)) ([802639a](https://github.com/rlty-live/decentraland-cli/commit/802639a0e08cfafd023444323873b21b02d39695))
* start command ([1d6f2d9](https://github.com/rlty-live/decentraland-cli/commit/1d6f2d9559192d5b8bb6782053385173526b1d59))
* stop prompting analytics question ([#492](https://github.com/rlty-live/decentraland-cli/issues/492)) ([75a0c59](https://github.com/rlty-live/decentraland-cli/commit/75a0c59a9c63875009464c994fb243a5aa8aaef3))
* stop showing npm logs on install ([e3918e9](https://github.com/rlty-live/decentraland-cli/commit/e3918e94cfb1fb3f935bb3ad2b53e0a379a79aa4))
* support both new renderer and old versions of the sdk ([#552](https://github.com/rlty-live/decentraland-cli/issues/552)) ([9f7854f](https://github.com/rlty-live/decentraland-cli/commit/9f7854f3f8287d04217e293ea9f9b77c7602e624))
* support estates with more than 100 parcels ([#535](https://github.com/rlty-live/decentraland-cli/issues/535)) ([38be2bd](https://github.com/rlty-live/decentraland-cli/commit/38be2bddc590eb48d327df213fd0943ce1b06f3b))
* support eth-connect ([#339](https://github.com/rlty-live/decentraland-cli/issues/339)) ([9c2931a](https://github.com/rlty-live/decentraland-cli/commit/9c2931aa203a4cfa330bc372b19effc0fa3011dd))
* test ([d582c61](https://github.com/rlty-live/decentraland-cli/commit/d582c6100bbe4e48a03438fb1535968e710f0a1e))
* typo on abi contracts ([e72f040](https://github.com/rlty-live/decentraland-cli/commit/e72f040ccb7b62e1d694fa6af1841e162f01afec))
* unconnected estates ([#215](https://github.com/rlty-live/decentraland-cli/issues/215)) ([e67adc7](https://github.com/rlty-live/decentraland-cli/commit/e67adc77e2c01a7279413174e34c44a3866129d6))
* unused import ([7242257](https://github.com/rlty-live/decentraland-cli/commit/7242257bfe11e71669a28dd74aca9ab69eb32b26))
* unused var ([a7945f9](https://github.com/rlty-live/decentraland-cli/commit/a7945f905105ec7e028c3dfac3333eca4fa13b2a))
* update catalyst client and release 3.4.9 ([6b1fc13](https://github.com/rlty-live/decentraland-cli/commit/6b1fc13aa64e43adf8084242b585a9337ee5a285))
* update ecs sample ([#272](https://github.com/rlty-live/decentraland-cli/issues/272)) ([531082d](https://github.com/rlty-live/decentraland-cli/commit/531082dd8673dc5b84fbeb53ec411829d8bb0920))
* update LAND and Estate registry ([65011d5](https://github.com/rlty-live/decentraland-cli/commit/65011d5ad36b75848329a661470e30767dcd7000))
* update libs in order to support Metamask changes ([#530](https://github.com/rlty-live/decentraland-cli/issues/530)) ([80b1ba5](https://github.com/rlty-live/decentraland-cli/commit/80b1ba523cf4c0a9eb11a1ae048d20321c367397))
* update linker-dapp version to 0.1.3 ([#594](https://github.com/rlty-live/decentraland-cli/issues/594)) ([35ae0be](https://github.com/rlty-live/decentraland-cli/commit/35ae0be6762906b409a6e1b9532743dd08b1cbaf))
* updated decentraland-eth ([#148](https://github.com/rlty-live/decentraland-cli/issues/148)) ([600c742](https://github.com/rlty-live/decentraland-cli/commit/600c7426177482814c200d107b61e248ada02dd8))
* use decentraland-ui css files instead of local ones ([#501](https://github.com/rlty-live/decentraland-cli/issues/501)) ([c70f376](https://github.com/rlty-live/decentraland-cli/commit/c70f3769d1fd9b09d8120188ba44999ddd677b6e))
* use final paths on dummy mappings ([4f347f6](https://github.com/rlty-live/decentraland-cli/commit/4f347f6e191cc24c3c2775d6a7831f598d378f9a))
* use real version of package, not ncc generated one ([25039f9](https://github.com/rlty-live/decentraland-cli/commit/25039f952de3cc6dfc1e7bc1d89f0c464d772b79))
* use subgraph since API v1 was removed ([#534](https://github.com/rlty-live/decentraland-cli/issues/534)) ([c944505](https://github.com/rlty-live/decentraland-cli/commit/c9445056fe13a0b3731a2ebcd800b4462e63c079))
* use vorpal log ([615c885](https://github.com/rlty-live/decentraland-cli/commit/615c8856db26695c4252833c4c830f38c7e7e07b))
* validate ownership of parcel estate before deployment ([38020a6](https://github.com/rlty-live/decentraland-cli/commit/38020a610ba23248d4ddb0158ac46cb8e8379b5a))
* validateNewProject ([#129](https://github.com/rlty-live/decentraland-cli/issues/129)) ([24f701b](https://github.com/rlty-live/decentraland-cli/commit/24f701b7f24be4bed90ad14c8fa4dcc9a4e375df))
* web3 check ownership on linker-app ([#181](https://github.com/rlty-live/decentraland-cli/issues/181)) ([7471951](https://github.com/rlty-live/decentraland-cli/commit/74719512caafa20bd8f475d5bd76c12763712e0c))
* websocket example and metaverse-api ([#135](https://github.com/rlty-live/decentraland-cli/issues/135)) ([7d71f08](https://github.com/rlty-live/decentraland-cli/commit/7d71f08e109b93062d1a1a673764b014dcd81123))
* windows paths in content mappings [CLIENT-426] ([#239](https://github.com/rlty-live/decentraland-cli/issues/239)) ([2f8ebba](https://github.com/rlty-live/decentraland-cli/commit/2f8ebbacb7adb4bc047e5f1ce860f50082220032))
* windows shell escape ([2ec77ca](https://github.com/rlty-live/decentraland-cli/commit/2ec77ca3ff04f3a17f9e3e389fc452a3a9620651))
* wrapCommand context ([b3c72ac](https://github.com/rlty-live/decentraland-cli/commit/b3c72acaafeb783c226516b3e04a06eb7ad5c75b))

### Features

* `dcl export` subcommand ([#395](https://github.com/rlty-live/decentraland-cli/issues/395)) ([4f8b106](https://github.com/rlty-live/decentraland-cli/commit/4f8b106c126afc7dd10fb688b73c52f576d8397e)), closes [#315](https://github.com/rlty-live/decentraland-cli/issues/315)
* `dcl info` should go to api.decentraland.org by default ([#223](https://github.com/rlty-live/decentraland-cli/issues/223)) ([334197f](https://github.com/rlty-live/decentraland-cli/commit/334197f8b21ae905849a25a32e8bccb339eb7140))
* add --no-debug flag to start and fix show panel ([#445](https://github.com/rlty-live/decentraland-cli/issues/445)) ([8b2c88d](https://github.com/rlty-live/decentraland-cli/commit/8b2c88de9a28177641898433ad969a1096fd58df))
* add --production argument option in dcl build. ([#579](https://github.com/rlty-live/decentraland-cli/issues/579)) ([a90a99e](https://github.com/rlty-live/decentraland-cli/commit/a90a99e0060f82b864b14b283e4ba9552509488b))
* add --web3 arg to dcl start  ([#576](https://github.com/rlty-live/decentraland-cli/issues/576)) ([a97260f](https://github.com/rlty-live/decentraland-cli/commit/a97260f9943b52452c48ca74b139de9c950fd8e3))
* add "no-watch" functionality to preview ([#212](https://github.com/rlty-live/decentraland-cli/issues/212)) ([8e75755](https://github.com/rlty-live/decentraland-cli/commit/8e7575566c138b50f7ffc2c98768a54203dd49c8))
* add a warning message on overriding scenes ([#366](https://github.com/rlty-live/decentraland-cli/issues/366)) ([22846f9](https://github.com/rlty-live/decentraland-cli/commit/22846f928fef92d0d502a4f41d429e728c9ae227))
* add asset json modifying when `dcl init` is invoked ([#605](https://github.com/rlty-live/decentraland-cli/issues/605)) ([aaf80d5](https://github.com/rlty-live/decentraland-cli/commit/aaf80d5a0e51b892861fad8b0030815284dc7109))
* add checks on dcl start/deploy/build/export ([#574](https://github.com/rlty-live/decentraland-cli/issues/574)) ([01c1fc7](https://github.com/rlty-live/decentraland-cli/commit/01c1fc79725818cc7e7956e10a957803fa1374cc))
* add coords command  ([#591](https://github.com/rlty-live/decentraland-cli/issues/591)) ([89bc5be](https://github.com/rlty-live/decentraland-cli/commit/89bc5be00cd7f9f52ec7f4700ef71063d6529305))
* add decentraland logo to navbar ([a103b7e](https://github.com/rlty-live/decentraland-cli/commit/a103b7e5ef2b39a39e5dd007d252b480df528875))
* add decentraland-dapps to linker-app ([#203](https://github.com/rlty-live/decentraland-cli/issues/203)) ([dca8613](https://github.com/rlty-live/decentraland-cli/commit/dca86135012f494bcf4be8eb8d488a331f2b0371))
* add desktop client options with a parameter ([#671](https://github.com/rlty-live/decentraland-cli/issues/671)) ([5fefaa5](https://github.com/rlty-live/decentraland-cli/commit/5fefaa5841204ffaa10a9f29eeb6092c015d44c6))
* add ecs boilerplate ([#225](https://github.com/rlty-live/decentraland-cli/issues/225)) ([21069eb](https://github.com/rlty-live/decentraland-cli/commit/21069eb87008bf286c844e6cb75c8f43acfc2991))
* add eth address to segment on deploy + dev ID to content ([#430](https://github.com/rlty-live/decentraland-cli/issues/430)) ([45e6470](https://github.com/rlty-live/decentraland-cli/commit/45e6470a6c777706f7feba8a4d87e2fd073edfc2))
* add github actions ([#585](https://github.com/rlty-live/decentraland-cli/issues/585)) ([cc8066b](https://github.com/rlty-live/decentraland-cli/commit/cc8066b714e6b6c482a51c8620d9c16c97fd1c6c))
* add map of decentraland base parcel on deploy ([#206](https://github.com/rlty-live/decentraland-cli/issues/206)) ([6fb5636](https://github.com/rlty-live/decentraland-cli/commit/6fb56364c75ae63808bd84e6772b52dd91bb9ad4))
* add missing commit of preview PR ([e90b59b](https://github.com/rlty-live/decentraland-cli/commit/e90b59b9ea32c985cb268a8afae145a11e6c7374))
* add mock scene endpoints ([#442](https://github.com/rlty-live/decentraland-cli/issues/442)) ([994ae28](https://github.com/rlty-live/decentraland-cli/commit/994ae28958daf65d1b4500b8e4ef89353b0d6be3))
* add param --skip-build as `dcl deploy` has in the `dcl start` option ([#639](https://github.com/rlty-live/decentraland-cli/issues/639)) ([8b6f6f8](https://github.com/rlty-live/decentraland-cli/commit/8b6f6f8121e1aa7e809d5656f4b4a644c5cba5e8))
* add payload to update message sceneType and sceneId ([#600](https://github.com/rlty-live/decentraland-cli/issues/600)) ([a32a443](https://github.com/rlty-live/decentraland-cli/commit/a32a44365496d306888a42d1e41a46b1418eba7e))
* add portable experience option to init command ([#601](https://github.com/rlty-live/decentraland-cli/issues/601)) ([af5264a](https://github.com/rlty-live/decentraland-cli/commit/af5264afae5177a156e425f0994d32700c9e8d74))
* add reconnect wallet button at linker dapp ([1be6014](https://github.com/rlty-live/decentraland-cli/commit/1be60147c3d0b75df697c95f13e83351a3bd9f6f))
* add rendezvous server ([#188](https://github.com/rlty-live/decentraland-cli/issues/188)) ([3c8f92b](https://github.com/rlty-live/decentraland-cli/commit/3c8f92b1b6ce34f73becec5acc241c989aaae8ad))
* add skip build param deploy ([#584](https://github.com/rlty-live/decentraland-cli/issues/584)) ([000c20e](https://github.com/rlty-live/decentraland-cli/commit/000c20e3a87afdda8ab1e5238a887a87d6fa7462))
* add warning message and check ecs && enable web 3 combination ([#661](https://github.com/rlty-live/decentraland-cli/issues/661)) ([ef80442](https://github.com/rlty-live/decentraland-cli/commit/ef80442dc654f21913e7554730079b1fa6ae3765))
* add warning when the scene metadata is the default one ([#598](https://github.com/rlty-live/decentraland-cli/issues/598)) ([433782b](https://github.com/rlty-live/decentraland-cli/commit/433782b5539752acf3af2c0c494e6f70f63ce622))
* add workspace commands ([#641](https://github.com/rlty-live/decentraland-cli/issues/641)) ([d10dbf4](https://github.com/rlty-live/decentraland-cli/commit/d10dbf453d860dbc5062db3114cae791eb09e21a))
* add workspaces to preview many projects at the same time ([#622](https://github.com/rlty-live/decentraland-cli/issues/622)) ([c09427b](https://github.com/rlty-live/decentraland-cli/commit/c09427be2142f003036baacb3ca175e873efda92))
* allow passing eth connect exist variable to preview artifact ([aa0e6e7](https://github.com/rlty-live/decentraland-cli/commit/aa0e6e78a8b59a236d33c6389e35c0860d6010d4))
* apply feedback ([2ebec83](https://github.com/rlty-live/decentraland-cli/commit/2ebec83e5c31aeca20179cc1fe2d28df21a3a776))
* change boilerplate to use .add instead of .set ([#399](https://github.com/rlty-live/decentraland-cli/issues/399)) ([69ad783](https://github.com/rlty-live/decentraland-cli/commit/69ad783b05a2db04592827c1e523910863a8b229))
* Change CS Prod URL ([#337](https://github.com/rlty-live/decentraland-cli/issues/337)) ([acc65c3](https://github.com/rlty-live/decentraland-cli/commit/acc65c37f21f187b3d6e8e92da5e43769d15611d))
* change development handling and analytics ([#369](https://github.com/rlty-live/decentraland-cli/issues/369)) ([598819c](https://github.com/rlty-live/decentraland-cli/commit/598819c5123a64f0f99766a06aca76f47d604e67))
* change ecs control analytics to api ([cbd5819](https://github.com/rlty-live/decentraland-cli/commit/cbd58196be1d22c3fe433d6205b5e2edfc003a65))
* change skip flag name to yes ([#329](https://github.com/rlty-live/decentraland-cli/issues/329)) ([d6bb88b](https://github.com/rlty-live/decentraland-cli/commit/d6bb88bc7757b1fa4d1ca089cb5f1d018bd73e9a))
* change the now boilerplate command to use dcl export ([#396](https://github.com/rlty-live/decentraland-cli/issues/396)) ([c87c32d](https://github.com/rlty-live/decentraland-cli/commit/c87c32d96cf062a4658b56aaa544f7e72660db83)), closes [#315](https://github.com/rlty-live/decentraland-cli/issues/315)
* check node&npm version and deprecate export ([#662](https://github.com/rlty-live/decentraland-cli/issues/662)) ([db3bcc1](https://github.com/rlty-live/decentraland-cli/commit/db3bcc1cb1e0f33e99466a25e2b79e87a4f73fcd))
* config CLI via env variables or .dclinfo ([#349](https://github.com/rlty-live/decentraland-cli/issues/349)) ([e59d414](https://github.com/rlty-live/decentraland-cli/commit/e59d4149528fa60765743c60dd37dca5175c4f5e))
* correctly show signature and network after deploy ([6ad685a](https://github.com/rlty-live/decentraland-cli/commit/6ad685a6f4b075b65f26737fc39d321d26ed81ae))
* create build command ([#429](https://github.com/rlty-live/decentraland-cli/issues/429)) ([f47a3f6](https://github.com/rlty-live/decentraland-cli/commit/f47a3f6194788704e1a164cb7b92c64b48cfebdd))
* create CI flag and avoid analytics and browser ([#209](https://github.com/rlty-live/decentraland-cli/issues/209)) ([acbe083](https://github.com/rlty-live/decentraland-cli/commit/acbe0831234bb7a17f35800a64cf67b972763a5f))
* create parcel picker on parcel deployments ([#182](https://github.com/rlty-live/decentraland-cli/issues/182)) ([346f302](https://github.com/rlty-live/decentraland-cli/commit/346f30265f3c7a054054204dc92d06cfa43cbbfc))
* create private-key flag ([#278](https://github.com/rlty-live/decentraland-cli/issues/278)) ([9e60b1d](https://github.com/rlty-live/decentraland-cli/commit/9e60b1d742ec85605f351383292cbe1b08f034b3))
* dcl export for unity ([afa68eb](https://github.com/rlty-live/decentraland-cli/commit/afa68ebed1a88d3bc8460b9863e71427234ec385))
* dcl info [estateId] ([#222](https://github.com/rlty-live/decentraland-cli/issues/222)) ([ec51616](https://github.com/rlty-live/decentraland-cli/commit/ec516161c9c92e9c0b69afb16e42167aaea3c628))
* dcl info/status ([#169](https://github.com/rlty-live/decentraland-cli/issues/169)) ([a3e53a9](https://github.com/rlty-live/decentraland-cli/commit/a3e53a969f63152bafcf70ee5f91749aa2805f7b))
* delete excluded files of sample .vscode ([8a1f8c5](https://github.com/rlty-live/decentraland-cli/commit/8a1f8c52cce7698aed63e8ba3b80e49fdb9019ae))
* delete metaverse-api package verification ([5b2e021](https://github.com/rlty-live/decentraland-cli/commit/5b2e0215af2ec666a719c3a5f5116cf638901ebc))
* do not show outdated message + spinner for fetching ([#446](https://github.com/rlty-live/decentraland-cli/issues/446)) ([82314f1](https://github.com/rlty-live/decentraland-cli/commit/82314f11d70f9afd10fe6294ce32aadec69be82c))
* enable debugging in vscode ([#523](https://github.com/rlty-live/decentraland-cli/issues/523)) ([fa9f1c1](https://github.com/rlty-live/decentraland-cli/commit/fa9f1c13c7b18f47df7dece5d2fac050e7de2ae5))
* enable SEGMENT_KEY env as config for analytics ([#344](https://github.com/rlty-live/decentraland-cli/issues/344)) ([000e718](https://github.com/rlty-live/decentraland-cli/commit/000e718b9edf3addf4f07b8775ebb75a85190c4b))
* extend `scene` option in `dcl init` to choose templates from examples scenes ([#656](https://github.com/rlty-live/decentraland-cli/issues/656)) ([16f3ea4](https://github.com/rlty-live/decentraland-cli/commit/16f3ea485b54f0f712166916ac7b0bbf1b29f83b))
* first version of smart items creation and pack ([a9a9e5a](https://github.com/rlty-live/decentraland-cli/commit/a9a9e5aa5375f462af407de8b2e9f4c692d630b3))
* first working version of deploy with WC ([#491](https://github.com/rlty-live/decentraland-cli/issues/491)) ([230d4c1](https://github.com/rlty-live/decentraland-cli/commit/230d4c148642215345e3c2f4f53838484e187dfb))
* fix export & ethereum ([c3edf44](https://github.com/rlty-live/decentraland-cli/commit/c3edf444247d9260d6cc5a0b11bec57024e5584c))
* handle error in build step. ([#583](https://github.com/rlty-live/decentraland-cli/issues/583)) ([462413d](https://github.com/rlty-live/decentraland-cli/commit/462413dfa6201a1bd59ab0838aebde8d84e38338))
* import setupExport from decentraland-ecs and call it if exists ([#571](https://github.com/rlty-live/decentraland-cli/issues/571)) ([6e7154f](https://github.com/rlty-live/decentraland-cli/commit/6e7154fb73752089585f3f36e97ec6b3df6b6b76))
* including more files in .dclignore ([b5c53be](https://github.com/rlty-live/decentraland-cli/commit/b5c53bea4c742306d23ee4e165be7a4e5108ae68))
* **ipfs:** generate an individual ipfs key for each project (in order to have individual ipns links) ([a43f550](https://github.com/rlty-live/decentraland-cli/commit/a43f550361db13967d40d1f90208006b84cf99bd))
* lint coords on dcl command ([#480](https://github.com/rlty-live/decentraland-cli/issues/480)) ([cfd860d](https://github.com/rlty-live/decentraland-cli/commit/cfd860d26aebc456d5eeb3a52bdab4acd054d9ae))
* live reload ([#153](https://github.com/rlty-live/decentraland-cli/issues/153)) ([16ef80a](https://github.com/rlty-live/decentraland-cli/commit/16ef80a14b9224a7f8671ef5c46d2997ac1b19b7))
* load setupProxy.js if it exists ([#569](https://github.com/rlty-live/decentraland-cli/issues/569)) ([df11ff1](https://github.com/rlty-live/decentraland-cli/commit/df11ff13d433fcfa42b68e31ffff1beb2e07d1c0))
* make dcl install ([#573](https://github.com/rlty-live/decentraland-cli/issues/573)) ([3f817ec](https://github.com/rlty-live/decentraland-cli/commit/3f817ec1638e5595c79dc4735b1d4f2c38f20a1b))
* Move update authorize validation from CLI to Linker-app ([#312](https://github.com/rlty-live/decentraland-cli/issues/312)) ([0499458](https://github.com/rlty-live/decentraland-cli/commit/0499458a89b751a4ef49e6343a3697330c11c478))
* new basic typescript boilerplate ([#192](https://github.com/rlty-live/decentraland-cli/issues/192)) ([0fce8c1](https://github.com/rlty-live/decentraland-cli/commit/0fce8c1a5b2978c3fb192add481ef2564e80fe93))
* new UI for showing deploy metadata ([#208](https://github.com/rlty-live/decentraland-cli/issues/208)) ([74a7e15](https://github.com/rlty-live/decentraland-cli/commit/74a7e15f776fe3d13a21ccf221a11d73bb036dab))
* partial upload should be the default ([#409](https://github.com/rlty-live/decentraland-cli/issues/409)) ([e03c63a](https://github.com/rlty-live/decentraland-cli/commit/e03c63a923e58c34897bb5c2ade9b9ac56055720))
* point to latest version of decentraland-ecs on boilerplate ([1003da4](https://github.com/rlty-live/decentraland-cli/commit/1003da41dc68f5801f7203d5b45a9a6a9376f4af))
* preview - only prompt metamask on eth-connect scenes ([#394](https://github.com/rlty-live/decentraland-cli/issues/394)) ([7d0a077](https://github.com/rlty-live/decentraland-cli/commit/7d0a077dba9e6aad2512e5c9be65338d91b4bd69)), closes [#388](https://github.com/rlty-live/decentraland-cli/issues/388)
* prompt users about files to be uploaded to IPFS ([#152](https://github.com/rlty-live/decentraland-cli/issues/152)) ([bb2e97b](https://github.com/rlty-live/decentraland-cli/commit/bb2e97b478fa877c3813bb16edcf53948c6245d6))
* prompt y/n question on scene overlap ([#328](https://github.com/rlty-live/decentraland-cli/issues/328)) ([5edc572](https://github.com/rlty-live/decentraland-cli/commit/5edc57230581f7eb427a58edb212699af15d0d80)), closes [#304](https://github.com/rlty-live/decentraland-cli/issues/304)
* rebrand metaverse-api -> decentraland-api ([#194](https://github.com/rlty-live/decentraland-cli/issues/194)) ([23511c5](https://github.com/rlty-live/decentraland-cli/commit/23511c54845fb243d17409f1fd6f0d3abdd2d1c7))
* refactor CLI for improved experience ([360c66a](https://github.com/rlty-live/decentraland-cli/commit/360c66a6f6e509e733b4335d3066eda756e3807a))
* remove the git dependency in `dcl init` ([#673](https://github.com/rlty-live/decentraland-cli/issues/673)) ([ddf3eea](https://github.com/rlty-live/decentraland-cli/commit/ddf3eeae820a66eda64538f91f8ae1b9206b627c))
* remove vorpal and improve `help` experience ([#300](https://github.com/rlty-live/decentraland-cli/issues/300)) ([1737b45](https://github.com/rlty-live/decentraland-cli/commit/1737b45ac64859b3536657bed4d19ea240f6361c))
* return code 1 when the deploy fails ([#638](https://github.com/rlty-live/decentraland-cli/issues/638)) ([0387532](https://github.com/rlty-live/decentraland-cli/commit/03875329d687b5763a5b4f6ef2cf1aad55c29cd3))
* separate linker dapp ([#588](https://github.com/rlty-live/decentraland-cli/issues/588)) ([b8b2d88](https://github.com/rlty-live/decentraland-cli/commit/b8b2d88af35cf6208f91d2730e0615d5d073cdfa))
* serve both babylon and unity previews ([63fccfe](https://github.com/rlty-live/decentraland-cli/commit/63fccfe984ecc4ca77c44a1820df870d6f03bdbc))
* serve unity build via express ([#403](https://github.com/rlty-live/decentraland-cli/issues/403)) ([cb8c622](https://github.com/rlty-live/decentraland-cli/commit/cb8c622efd9c1eabe8c19c50eec461e480e1b1e9))
* show error message when not update authorized on linker ([#298](https://github.com/rlty-live/decentraland-cli/issues/298)) ([a9fd0b4](https://github.com/rlty-live/decentraland-cli/commit/a9fd0b403abcb63f00f0c97484bd19321b6030da))
* show errors on no-wallet connections ([a6a7242](https://github.com/rlty-live/decentraland-cli/commit/a6a724227c9e2609fc5d211af025d9f24d185ff2))
* show etherscan ropsten link on dev mode ([#198](https://github.com/rlty-live/decentraland-cli/issues/198)) ([67ad74d](https://github.com/rlty-live/decentraland-cli/commit/67ad74d327f462b048667b2583b4f30507728621))
* show friendly message on deploy error ([#479](https://github.com/rlty-live/decentraland-cli/issues/479)) ([f4c34a8](https://github.com/rlty-live/decentraland-cli/commit/f4c34a84ac04093a59f3414dbbccd5216a07b188))
* show message for dissolved estates ([#265](https://github.com/rlty-live/decentraland-cli/issues/265)) ([821e603](https://github.com/rlty-live/decentraland-cli/commit/821e60300cac743afb07ff6d8362d1c7e245427a))
* show operators at ([#447](https://github.com/rlty-live/decentraland-cli/issues/447)) ([508e397](https://github.com/rlty-live/decentraland-cli/commit/508e39732526aaaf9a291aec365067e1ae7790d9))
* show some feedback after content is signed in linker app ([#327](https://github.com/rlty-live/decentraland-cli/issues/327)) ([034d612](https://github.com/rlty-live/decentraland-cli/commit/034d61251d2cd522dbb06de0a509ecc80a6aa203)), closes [#302](https://github.com/rlty-live/decentraland-cli/issues/302)
* show test message if in development mode ([#184](https://github.com/rlty-live/decentraland-cli/issues/184)) ([0921d40](https://github.com/rlty-live/decentraland-cli/commit/0921d40ad1cacc15b46cc20b5f0ed577b9b5027a))
* Single-line render of what parcels comprise a estatate ([#439](https://github.com/rlty-live/decentraland-cli/issues/439)) ([c694996](https://github.com/rlty-live/decentraland-cli/commit/c694996d8586be0d0a7a55d9cabbfdbb4b1fb007))
* Skip owner check to allow Estate deployment ([#306](https://github.com/rlty-live/decentraland-cli/issues/306)) ([fa25a6f](https://github.com/rlty-live/decentraland-cli/commit/fa25a6f8ac66022604cb05612c32b3b098d7d224))
* stop asking questions on init ([c3a349c](https://github.com/rlty-live/decentraland-cli/commit/c3a349c0596753dcf3bea2dbd41a3c66cdf0e022))
* suggest building on deploy/export fail because of missing script ([#398](https://github.com/rlty-live/decentraland-cli/issues/398)) ([407fe2f](https://github.com/rlty-live/decentraland-cli/commit/407fe2f60aeb3d5fc31879cf5d398283ef0e3277)), closes [#373](https://github.com/rlty-live/decentraland-cli/issues/373)
* support estates development and deployment ([#221](https://github.com/rlty-live/decentraland-cli/issues/221)) ([6d4e848](https://github.com/rlty-live/decentraland-cli/commit/6d4e84817834e00afb8c6b65f113d9d15a8a1b8b))
* support now and CIs by default ([#218](https://github.com/rlty-live/decentraland-cli/issues/218)) ([a4d5e48](https://github.com/rlty-live/decentraland-cli/commit/a4d5e4897ceabbf6ca6c43e86a717fd771978a6a)), closes [#216](https://github.com/rlty-live/decentraland-cli/issues/216)
* support now by default with docker ([#296](https://github.com/rlty-live/decentraland-cli/issues/296)) ([58c01cc](https://github.com/rlty-live/decentraland-cli/commit/58c01cc544cf6859198f34172ed58da5c64ed2c1))
* support ropsten and custom envs ([#360](https://github.com/rlty-live/decentraland-cli/issues/360)) ([87ef459](https://github.com/rlty-live/decentraland-cli/commit/87ef459ae0ae69f6bb95257de53f4b9702627ed8)), closes [#332](https://github.com/rlty-live/decentraland-cli/issues/332) [#333](https://github.com/rlty-live/decentraland-cli/issues/333)
* support segment key for not stable releases ([5cdc0fb](https://github.com/rlty-live/decentraland-cli/commit/5cdc0fbe84a8d3e39c9c698fd9c4e69f291ecce2))
* types and px feature flag ([#603](https://github.com/rlty-live/decentraland-cli/issues/603)) ([58ca566](https://github.com/rlty-live/decentraland-cli/commit/58ca566b69509b5f9756b97a0256f4f54607255d))
* update boilerplate spawnpoint ([7416a7f](https://github.com/rlty-live/decentraland-cli/commit/7416a7fde5f8aeec9cadec3222c56f061c686031))
* update ecs boilerplate to 5.1 ([a640968](https://github.com/rlty-live/decentraland-cli/commit/a64096835063b8a711fae15dbe0daa176a05b40e))
* update linkder-dapp version ([#590](https://github.com/rlty-live/decentraland-cli/issues/590)) ([2cd49e4](https://github.com/rlty-live/decentraland-cli/commit/2cd49e4b3f84e25dac14f295ef8972ade18f7667))
* update to new logo ([c3d8fb2](https://github.com/rlty-live/decentraland-cli/commit/c3d8fb2ac7ae72bb93896b678ae1088962145836))
* Upload everything except included in .dclignore ([#96](https://github.com/rlty-live/decentraland-cli/issues/96)) ([4865387](https://github.com/rlty-live/decentraland-cli/commit/486538704422fb5bdddc663478358a09478ccbcc))
* Upload everything except included in .dclignore ([#96](https://github.com/rlty-live/decentraland-cli/issues/96)) ([1e2301d](https://github.com/rlty-live/decentraland-cli/commit/1e2301dec19a805d9f6bd488c74180ceaf7f2e66))
* use real CIDs in /mappings ([#420](https://github.com/rlty-live/decentraland-cli/issues/420)) ([4c6bcab](https://github.com/rlty-live/decentraland-cli/commit/4c6bcabff1afb5c77dc48832dcd7c6801a599373))
* use wearable.json instead of asset.json ([#692](https://github.com/rlty-live/decentraland-cli/issues/692)) ([daa5263](https://github.com/rlty-live/decentraland-cli/commit/daa52635d076ef5fce79bd9cf93deb702fdf830c))
* version flag ([ca834f8](https://github.com/rlty-live/decentraland-cli/commit/ca834f82734c6b6dafc9d4130c4905621c0da9d0))
* warning on dcl init if directory isn't empty ([#186](https://github.com/rlty-live/decentraland-cli/issues/186)) ([73ad00f](https://github.com/rlty-live/decentraland-cli/commit/73ad00fc3c7605c149fc3146d03a886b01c9b837))
* WS comms mock ([#436](https://github.com/rlty-live/decentraland-cli/issues/436)) ([40dbe58](https://github.com/rlty-live/decentraland-cli/commit/40dbe58160d24c4490cda4198daa279a9cd49625))

### Reverts

* Revert "feat: serve both babylon and unity previews" (#432) ([3a1ca0c](https://github.com/rlty-live/decentraland-cli/commit/3a1ca0cc46de91a1491638e586fa3bb033352c73)), closes [#432](https://github.com/rlty-live/decentraland-cli/issues/432)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants