Skip to content

Releases: lunes-platform/lunes-cli

Enable Wallet

07 Jun 19:29

Choose a tag to compare

0.7.1

update: version

Update docs

25 Apr 03:52

Choose a tag to compare

How to install Lunes CLI

Move to /usr/bin/ and rename to lunes

mv lunes-x86_64-linux-musl /usr/bin/lunes

Allow its execution

chmod +x /usr/bin/lunes

Available Commands

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

Install Lunes Node

lunes-node-install 
Comming Soon

USAGE:
    lunes node install <CHAIN> <PASSWORD> <SEED_BASE58>

ARGS:
    <CHAIN>          1 for mainnet, 0 for testnet
    <PASSWORD>       Password for encrypted your seed
    <SEED_BASE58>    Your seed encoded in base 58

OPTIONS:
    -h, --help                 Print help information
    -v, --version <VERSION>    Version of Lunes Node: e.g. 0.1.17 <latest default>

Example

lunes node install 1 123password MyEncodedSeedInBase58

Install Lunes Node

25 Apr 03:26

Choose a tag to compare

How to install Lunes CLI

Move to /usr/bin/ and rename to lunes

mv lunes-x86_64-linux-musl /usr/bin/lunes

Allow its execution

chmod +x /usr/bin/taker

Available Commands

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

Install Lunes Node

lunes-node-install 
Comming Soon

USAGE:
    lunes node install <CHAIN> <PASSWORD> <SEED_BASE58>

ARGS:
    <CHAIN>          1 for mainnet, 0 for testnet
    <PASSWORD>       Password for encrypted your seed
    <SEED_BASE58>    Your seed encoded in base 58

OPTIONS:
    -h, --help                 Print help information
    -v, --version <VERSION>    Version of Lunes Node: e.g. 0.1.17 <latest default>

Example

lunes node install 1 123password MyEncodedSeedInBase58

fix: error in systemctl

24 Apr 04:42

Choose a tag to compare

How to install

Move to /usr/bin/ and rename to lunes

mv lunes-x86_64-linux-musl /usr/bin/lunes

Allow its execution

chmod +x /usr/bin/taker

Available Commands

SUBCOMMANDS:
    lunes node down       Shutdown your Lunes Node
    lunes node logs       Follow your Lunes Node logs
    lunes node restart    Restart your your Lunes Node
    lunes node status     Status of your Lunes Node
    lunes node up         Turn On your Lunes Node

Lunes CLI was born! 🎉❤️📝

24 Apr 02:56
1b5d675

Choose a tag to compare

Now only to linux musl

How to install

Move to /usr/bin/ and rename to lunes

mv lunes-x86_64-linux-musl /usr/bin/lunes

Allow its execution

chmod +x /usr/bin/taker