@oasisdex/summer-cli
v0.0.0
Published
A cli that will bring us one step closer to nirvana. 🙏
Downloads
3
Keywords
Readme
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g @oasisdex/summer-cli
$ summer-cli COMMAND
running command...
$ summer-cli (--version)
@oasisdex/summer-cli/0.0.0 darwin-arm64 node-v18.16.0
$ summer-cli --help [COMMAND]
USAGE
$ summer-cli COMMAND
...
Commands
summer-cli conf [KEY] [VALUE]
summer-cli get-token [WALLET] TOKEN
summer-cli help [COMMANDS]
summer-cli setup
summer-cli conf [KEY] [VALUE]
manage configuration
USAGE
$ summer-cli conf [KEY] [VALUE] [-h] [-k <value>] [-v <value>] [-d] [-p <value>] [-n <value>] [-d
<value>]
ARGUMENTS
KEY key of the config
VALUE value of the config
FLAGS
-d, --cwd=<value> config file location
-d, --delete delete?
-h, --help show CLI help
-k, --key=<value> key of the config
-n, --name=<value> config file name
-p, --project=<value> project name
-v, --value=<value> value of the config
DESCRIPTION
manage configuration
See code: conf-cli
summer-cli get-token [WALLET] TOKEN
Get ERC20 token to given addreess
USAGE
$ summer-cli get-token [WALLET] TOKEN
ARGUMENTS
WALLET Wallet address to get token
TOKEN (WETH|DAI|USDC|WBTC|STETH|AAVE|UNI|LINK) Token to get
DESCRIPTION
Get ERC20 token to given addreess
EXAMPLES
$ summer-cli get-token
See code: src/commands/get-token.ts
summer-cli help [COMMANDS]
Display help for summer-cli.
USAGE
$ summer-cli help [COMMANDS] [-n]
ARGUMENTS
COMMANDS Command to show help for.
FLAGS
-n, --nested-commands Include all nested commands in the output.
DESCRIPTION
Display help for summer-cli.
See code: @oclif/plugin-help
summer-cli setup
Initial setup of the cli
USAGE
$ summer-cli setup
DESCRIPTION
Initial setup of the cli
EXAMPLES
$ summer-cli setup
See code: src/commands/setup.ts