0.0.0 • Published 6 months ago

@oasisdex/summer-cli v0.0.0

Weekly downloads
-
License
MIT
Repository
github
Last release
6 months ago

oclif-hello-world

oclif example Hello World CLI

oclif CircleCI GitHub license

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]

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