0.0.4 • Published 1 year ago
getgrass-cli v0.0.4
Grass CLI app
This app runs the same way as the grass extension. Read more about what grass is on our website.
How to use
Usage: grass <command> [options]
Commands:
start
: Connect to grass servers and start earning. Accepts a --user
(shorthand: -u
) option where you need to pass your user id that can be taken from the grass dashboard app.
dashboard
: Open grass dashboard where you can log in and see your active running networks / devices
info
: Show helpful info about grass
Helping in development
Join our discord if you face any issues using the app or want to suggest a new feature to our developers.
Local setup:
- Clone the repository and install dependencies (Please use the node version from our
.nvmrc
file) - Install the CLI app by running
npm install -g .
(you can also use the--force
tag if it throws analready exists
error) - Start development