Categorygithub.com/threefoldtech/tf-grid-cli
modulepackage
1.1.2
Repository: https://github.com/threefoldtech/tf-grid-cli.git
Documentation: pkg.go.dev

# README

tf-grid-cli

Threefold CLI to manage deployments on Threefold Grid.

Usage

First download tf-grid-cli binaries.

Login using your mnemonics and specify which grid network (mainnet/testnet) to deploy on by running:

tf-grid-cli login

For examples and description of tf-grid-cli commands check out:

Download

  • Download the binaries from releases
  • Extract the downloaded files
  • Move the binary to any of $PATH directories, for example:
mv tf-grid-cli /usr/local/bin

Configuration

tf-grid saves user configuration in .tfgridconfig under default configuration directory for your system see: UserConfigDir()

Build

Clone the repo and run the following command inside the repo directory:

make build

# Packages

Package cmd for parsing command line arguments.