lunes 0.5.2

CLI Manager for Lunes Full-Node write in Rust
Documentation

Lunes CLI

Build Test Release

  • CLI Manager for Lunes Full-Node write in Rust

How to Install

Linux

Download the lunes-linux here

Move to /bin/ and rename to lunes

mv lunes-linux /usr/bin/lunes

Allow its execution

chmod +x /usr/bin/taker

Windows

Comming Soon

How to Use

Basic Commands

lunes
Lunes CLI management for full-node and wallet

USAGE:
    lunes <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    help    Print this message or the help of the given subcommand(s)
    node    Commands to management your Lunes Node

Commands for Full-Node

lunes-node
Commands to management your Lunes Node

USAGE:
    lunes node
    lunes node <SUBCOMMAND>

OPTIONS:
    -h, --help    Print help information

SUBCOMMANDS:
    config     Comming Soon
    down       Shutdown your Lunes Node
    help       Print this message or the help of the given subcommand(s)
    install    Comming Soon
    logs       Follow your Lunes Node logs
    restart    Restart your your Lunes Node
    status     Status of your Lunes Node
    up         Turn On your Lunes Node
    version    Comming Soon