Fleek CLI
Fleek CLI provides a unified command line interface to Fleek Services.
Installation
This package requires minimum Node.js 16.
npm install -g @fleekxyz/cli
Usage
The Fleek CLI command has the following structure:
$ fleek <service> <command> [options and parameters]
To view all available services and commands use:
$ fleek help
To see all available commands for a service, use the help documentation as any one of the followings:
$ fleek <service> help
$ fleek <service> <command> help
To get the version of the Fleek CLI:
$ fleek --version