Version: 1.0.0-beta.7+dev
CLI
CLI stands for Command-Line Interface. You can see it as the companion that helps you with your Leon journey.
For the moment, the CLI helps you for the setup of Leon. In the future more commands will be released to improve your comfort and make the use of Leon even smoother.
#
CommandsThe table below lists all the available commands:
Command | Description | Option |
---|---|---|
leon check | Check how the setup went. |
|
leon create birth | Brings Leon to life by checking all the requirements and install them if needed. |
|
leon help | List all commands available in the CLI. | |
leon start | Start a Leon instance. |
|
leon info | Get basic information about installed Leon instances. |
|
leon delete | Delete a Leon instance. |
|
leon update | Update a Leon instance. |
|
leon run | Run a npm script from a Leon Instance (e.g: leon run train runs npm run train in the leon instance folder). |
|