0.0.6 • Published 2 years ago

@textile/tableland-cli v0.0.6

Weekly downloads
-
License
MIT
Repository
github
Last release
2 years ago

tableland-cli

GitHub license GitHub package.json version Release standard-readme compliant

Experimental Tableland command line tool

Table of Contents

Background

This is the experimental Tableland command line tool. This is the first pass, and is subject to wild changes without notice!

Usage

tableland [command]

Commands:
  tableland create <statement>              Run a query against a remote table
  [description] [alchemy] [infura]
  tableland info <id>                       Get info about a given table by id.
  tableland jwt                             Create a signed JWT token
  tableland list [controller]               List tables by controller
  tableland query <statement>               Run a query against a remote table
  [description]

Options:
      --help        Show help                                          [boolean]
      --version     Show version number                                [boolean]
  -k, --privateKey  Private key string                       [string] [required]
  -h, --host        Remote API host
                         [string] [default: "https://testnet.tableland.network"]

Install

You can install via npm. Homebrew etc coming soon!

npm install @textile/tableland-cli

Development

Get started with installing and building the project:

npm install
npm run build

Building a binary

You can build a binary to be used for (say) homebrew in the future:

npm install
npm run build
npm run package

Maintainers

@carsonfarmer

Contributing

PRs accepted.

Small note: If editing the README, please conform to the standard-readme specification.

License

MIT © 2022 Textile.io

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago