Lenra Docs
Register on Lenra
  • Home
  • Getting started
    Open/Close
  • Guides
    Open/Close
  • Features
    Open/Close
  • References
    Open/Close
  • CommandsContribute

    This CLI contains many subcommands to help you doing what you need.

    Use the help options or help subcommand to understand how to use them:

    $ lenra --help
    lenra_cli 0.0.0
    The Lenra command line interface
    
    USAGE:
        lenra <SUBCOMMAND>
    
    OPTIONS:
        -h, --help       Print help information
        -V, --version    Print version information
    
    SUBCOMMANDS:
        build      Build your app in release mode
        check      Checks the running app
        dev        Start the app in an interactive mode
        help       Print this message or the help of the given subcommand(s)
        logs       View output from the containers
        new        Create a new Lenra app project
        start      Start your app previously built with the build command
        stop       Stop your app previously started with the start command
        update     Update the tools Docker images
        upgrade    Upgrade the app with the last template updates