Dev terminalContribute
The dev terminal is a command prompt that let you run only Lenra specific commands. It has his own history.
Here is the help
command result of the dev terminal:
[lenra]$ help
lenra_cli
The Lenra interactive command line interface
USAGE:
lenra <SUBCOMMAND>
OPTIONS:
-h, --help Print help information
SUBCOMMANDS:
check Checks the running app
continue Continue the previous logs command since the last displayed logs
exit stop alias. Stop your app previously started with the start command
expose Exposes the app ports
help Print this message or the help of the given subcommand(s)
logs View output from the containers
reload Reload the app by rebuilding and restarting it
stop Stop your app previously started with the start command
Subcommands
This tools contains many subcommands to help you do what you need.
- continue: continues the previous logs command since the last displayed logs
- reload: reloads the app by rebuilding and restarting it
- stop: stops your app previously started with the start command
- exit:
stop
alias - expose: exposes the app ports
- logs: displays output from the containers
- check: checks the running app