Skip to content
This repository was archived by the owner on Sep 24, 2024. It is now read-only.

marcinwadon/dag-cli

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

31 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

DAG Command Line Utility

Release

DAG Command Line Utility

Usage:
  dag [flags]
  dag [command]

Available Commands:
  completion  Generate the autocompletion script for the specified shell
  configure   Configure your node
  help        Help about any command
  join        Join layer to the network
  leave       Leave layer from the network
  start       Start layer process
  stop        Stop layer process
  upgrade     Upgrade Tessellation version

Flags:
  -h, --help      help for dag
      --verbose   verbose output
  -v, --version   version for dag

Use "dag [command] --help" for more information about a command.

Configure your node

$ dag configure

Congfiguration

Upgrade Tessellation version

$ dag upgrade latest

$ dag upgrade v1.4.0

Enter version you want to upgrade to, or latest to fetch the latest version from the network.

Start L0 and L1 layers and join the network

$ dag start l0
$ dag join l0

$ dag start l1
$ dag join l1

Show your node status

$ dag

Node Status

Leave the network and stop L0 and L1 layers

$ dag leave l0
$ dag stop l0

$ dag leave l1
$ dag stop l1

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Packages

No packages published

Contributors 2

  •  
  •  

Languages