Decentraland CLI developer tool.
npm install dcentraland

This CLI provides tooling/commands to assist you in the scenes development process. Some of the commands will help you scaffold a new scene project, locally start and visualize the scene in order to test it and deploy it to a content server to be incorporated in your Decentraland parcel.
To install the latest version of dcl (Decentraland CLI), run this command:
``bash`
npm install -g decentraland
To learn what you can do with the CLI run the following command:
`bash`
dcl --help
See more details at Decentraland docs.
For details on how to use Decentraland developer tools, check our documentation site
1. Fork this repository to your own GitHub account and then clone it to your local device.
2. Install dependencies with npm install.npm run build
3. Build the project by running .npm link
4. Link the CLI with: . The dcl command should now be available.npm test
5. You can run tests with
NOTE: you can set the environment variable DEBUG=true to see all debugging info
file and merge to master.Configuration
dcl can be configured in several ways to adapt it to another environment other than the default one. To do this you have to either set environment variables or change your ~/.dclinfo file:| Variable name | Enviroment variable |
~/.dclinfo` |