Commands

Introduction

Stellar comes with a powerful command-line interface. It provides a number of helpful commands that can assist you while you build your application. Each command comes with countless options to customize the command.

CLI Tool

To view a list of all available commands, you may use the follow command:

stellar

Every command also includes help information which describes the main propose of the command and all available arguments and options. To view a help screen, simply precede the name of the command with help, as you can see bellow:

stellar help run

List of Available Commands

The list below shows all currently available command on Stellar. You can find more information about them on each correspondent page, or simply use the help command.

Note: you can execute a command as a daemon using the --daemon option. This is useful to start a server instance in production environment.