All Projects → decentraland → Cli

decentraland / Cli

Licence: apache-2.0
💻 Decentraland command-line interface

Programming Languages

typescript
32286 projects

Projects that are alternatives of or similar to Cli

Nodejs
Everything related to the Node.js ecosystem for the commercetools platform.
Stars: ✭ 47 (-4.08%)
Mutual labels:  cli, sdk
Zapier Platform Cli
💻 Build Zapier integrations and test locally using the JavaScript tools you already know.
Stars: ✭ 249 (+408.16%)
Mutual labels:  cli, sdk
Fvm
Flutter Version Management: A simple CLI to manage Flutter SDK versions.
Stars: ✭ 1,293 (+2538.78%)
Mutual labels:  cli, sdk
Globalplatformpro
🌐 🔐 Manage applets and keys on JavaCard-s like a pro (via command line or from your Java project)
Stars: ✭ 409 (+734.69%)
Mutual labels:  cli, sdk
Aliyun Cli
Alibaba Cloud CLI
Stars: ✭ 561 (+1044.9%)
Mutual labels:  cli, sdk
Devkit
Stars: ✭ 561 (+1044.9%)
Mutual labels:  cli, sdk
Web Sdk
Portis Web SDK
Stars: ✭ 65 (+32.65%)
Mutual labels:  dapp, sdk
Pyintelowl
Robust Python SDK and Command Line Client for interacting with IntelOwl's API.
Stars: ✭ 26 (-46.94%)
Mutual labels:  cli, sdk
Sdk
Core functionality needed to create .NET Core projects, that is shared between Visual Studio and CLI
Stars: ✭ 996 (+1932.65%)
Mutual labels:  cli, sdk
Git Plan
Git Plan - a better workflow for git
Stars: ✭ 44 (-10.2%)
Mutual labels:  cli
Nomadctld
ssh server with ability to exec/attach/logs/tail/stop/restart hashicorp nomad containers
Stars: ✭ 47 (-4.08%)
Mutual labels:  cli
Symbian Archive
A small website to archive Symbian-related dev tools & doc.
Stars: ✭ 46 (-6.12%)
Mutual labels:  sdk
Dc Management Sdk Js
Amplience Dynamic Content Management SDK
Stars: ✭ 47 (-4.08%)
Mutual labels:  sdk
Docker registry cli
Docker Registry CLI - Provides search functionality for Docker Registry (UI and CLI)
Stars: ✭ 48 (-2.04%)
Mutual labels:  cli
Fbbot
Minimal framework/SDK for facebook messenger bots. BYOS (Bring Your Own Server)
Stars: ✭ 46 (-6.12%)
Mutual labels:  sdk
Textusm
Online tool for Generate a User Story Map from indented text.
Stars: ✭ 49 (+0%)
Mutual labels:  cli
Clarifai Apple Sdk
Artificial Intelligence with a Vision
Stars: ✭ 46 (-6.12%)
Mutual labels:  sdk
Sentry React Native
Official Sentry SDK for react-native
Stars: ✭ 1,032 (+2006.12%)
Mutual labels:  sdk
Kn
A collection of shell functions for Kubernetes native dabbling
Stars: ✭ 49 (+0%)
Mutual labels:  cli
Ans Android Sdk
Analysys Android SDK
Stars: ✭ 49 (+0%)
Mutual labels:  sdk

Decentraland CLI Decentraland Logo

Build Status chat on Discord

Usage

To install the latest version of dcl (Decentraland CLI), run this command:

npm install -g decentraland

See more details at Decentraland docs.

Documentation

For details on how to use Decentraland developer tools, check our documentation site

Contributing

  1. Fork this repository to your own GitHub account and then clone it to your local device.
  2. Install dependencies with npm install.
  3. Build the project by running npm run build.
  4. Link the CLI with: npm link. The dcl command should now be available.
  5. You can run tests with npm test

NOTE: you can set the environment variable DEBUG=true to see all debugging info

Releasing

Just update the version on the package.json 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
Provider RPC_URL -
MANA Token Contract MANA_TOKEN MANAToken
LAND Registry Contract LAND_REGISTRY LANDRegistry
Estate Registry Contract ESTATE_REGISTRY EstateRegistry
Content Server URL CONTENT_URL contentUrl
Segment API key SEGMENT_KEY segmentKey

Copyright info

This repository is protected with a standard Apache 2 license. See the terms and conditions in the LICENSE file.

Note that the project description data, including the texts, logos, images, and/or trademarks, for each open source project belongs to its rightful owner. If you wish to add or remove any projects, please contact us at [email protected].