usdc-cli v0.0.4
oclif-hello-world
oclif example Hello World CLI
Usage
$ npm install -g usdc-cli
$ usdc-cli COMMAND
running command...
$ usdc-cli (--version)
usdc-cli/0.0.4 darwin-x64 node-v16.13.1
$ usdc-cli --help [COMMAND]
USAGE
$ usdc-cli COMMAND
...Commands
usdc-cli algorand balanceusdc-cli avalanche balanceusdc-cli balancesusdc-cli ethereum balanceusdc-cli hedera balanceusdc-cli help [COMMANDS]usdc-cli pluginsusdc-cli plugins:install PLUGIN...usdc-cli plugins:inspect PLUGIN...usdc-cli plugins:install PLUGIN...usdc-cli plugins:link PLUGINusdc-cli plugins:uninstall PLUGIN...usdc-cli plugins:uninstall PLUGIN...usdc-cli plugins:uninstall PLUGIN...usdc-cli plugins updateusdc-cli polygon balanceusdc-cli solanausdc-cli solana addressusdc-cli solana balanceusdc-cli solana historyusdc-cli solana payusdc-cli solana requestusdc-cli solana sendusdc-cli stellar balanceusdc-cli tron balanceusdc-cli wallet balances [FILE]
usdc-cli algorand balance
Show Algorand USDC Balance
USAGE
$ usdc-cli algorand balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Algorand USDC Balance
EXAMPLES
usdc algorand balanceusdc-cli avalanche balance
Show Avalanche USDC Balance
USAGE
$ usdc-cli avalanche balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Avalanche USDC Balance
EXAMPLES
usdc avalanche balance --address=0x4da4bcf92ab8160906e5123c52da6c61a165adc4 --jsonusdc-cli balances
List USDC Balances for Each Chain
USAGE
$ usdc-cli balances
DESCRIPTION
List USDC Balances for Each Chain
EXAMPLES
$ usdc balancesSee code: dist/commands/balances/index.ts
usdc-cli ethereum balance
Show Ethereum USDC Balance
USAGE
$ usdc-cli ethereum balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Ethereum USDC Balance
EXAMPLES
usdc ethereum balance --address=0x63fc765a644d31f87a2284fd4bf728c9d767d921 --jsonusdc-cli hedera balance
Show Hedera USDC Balance
USAGE
$ usdc-cli hedera balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Hedera USDC Balance
EXAMPLES
usdc hedera balanceusdc-cli help [COMMANDS]
Display help for usdc-cli.
USAGE
$ usdc-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 usdc-cli.See code: @oclif/plugin-help
usdc-cli plugins
List installed plugins.
USAGE
$ usdc-cli plugins [--core]
FLAGS
--core Show core plugins.
DESCRIPTION
List installed plugins.
EXAMPLES
$ usdc-cli pluginsSee code: @oclif/plugin-plugins
usdc-cli plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ usdc-cli plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ usdc-cli plugins add
EXAMPLES
$ usdc-cli plugins:install myplugin
$ usdc-cli plugins:install https://github.com/someuser/someplugin
$ usdc-cli plugins:install someuser/somepluginusdc-cli plugins:inspect PLUGIN...
Displays installation properties of a plugin.
USAGE
$ usdc-cli plugins:inspect PLUGIN...
ARGUMENTS
PLUGIN [default: .] Plugin to inspect.
FLAGS
-h, --help Show CLI help.
-v, --verbose
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Displays installation properties of a plugin.
EXAMPLES
$ usdc-cli plugins:inspect mypluginusdc-cli plugins:install PLUGIN...
Installs a plugin into the CLI.
USAGE
$ usdc-cli plugins:install PLUGIN...
ARGUMENTS
PLUGIN Plugin to install.
FLAGS
-f, --force Run yarn install with force flag.
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Installs a plugin into the CLI.
Can be installed from npm or a git url.
Installation of a user-installed plugin will override a core plugin.
e.g. If you have a core plugin that has a 'hello' command, installing a user-installed plugin with a 'hello' command
will override the core plugin implementation. This is useful if a user needs to update core plugin functionality in
the CLI without the need to patch and update the whole CLI.
ALIASES
$ usdc-cli plugins add
EXAMPLES
$ usdc-cli plugins:install myplugin
$ usdc-cli plugins:install https://github.com/someuser/someplugin
$ usdc-cli plugins:install someuser/somepluginusdc-cli plugins:link PLUGIN
Links a plugin into the CLI for development.
USAGE
$ usdc-cli plugins:link PLUGIN
ARGUMENTS
PATH [default: .] path to plugin
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Links a plugin into the CLI for development.
Installation of a linked plugin will override a user-installed or core plugin.
e.g. If you have a user-installed or core plugin that has a 'hello' command, installing a linked plugin with a 'hello'
command will override the user-installed or core plugin implementation. This is useful for development work.
EXAMPLES
$ usdc-cli plugins:link mypluginusdc-cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ usdc-cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ usdc-cli plugins unlink
$ usdc-cli plugins removeusdc-cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ usdc-cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ usdc-cli plugins unlink
$ usdc-cli plugins removeusdc-cli plugins:uninstall PLUGIN...
Removes a plugin from the CLI.
USAGE
$ usdc-cli plugins:uninstall PLUGIN...
ARGUMENTS
PLUGIN plugin to uninstall
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Removes a plugin from the CLI.
ALIASES
$ usdc-cli plugins unlink
$ usdc-cli plugins removeusdc-cli plugins update
Update installed plugins.
USAGE
$ usdc-cli plugins update [-h] [-v]
FLAGS
-h, --help Show CLI help.
-v, --verbose
DESCRIPTION
Update installed plugins.usdc-cli polygon balance
Show Polygon USDC Balance
USAGE
$ usdc-cli polygon balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Polygon USDC Balance
EXAMPLES
usdc polygon balance --address=0xA77547a3fB82a5Fa4DB408144870B69c70906989 --jsonusdc-cli solana
List USDC Balances for Each Chain
USAGE
$ usdc-cli solana
DESCRIPTION
List USDC Balances for Each Chain
EXAMPLES
$ usdc balancesSee code: dist/commands/solana/index.ts
usdc-cli solana address
Show Solana USDC Deposit Address
USAGE
$ usdc-cli solana address
DESCRIPTION
Show Solana USDC Deposit Address
EXAMPLES
usdc solana addressusdc-cli solana balance
Show Solana USDC Balance
USAGE
$ usdc-cli solana balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Solana USDC Balance
EXAMPLES
usdc stellar balance --address=GA6DN27AG5FTVGUFPCUHCKJ6KOK33FL5GED3K7QD2FSN6HCXW3G4BGXP --jsonusdc-cli solana history
List USDC Transaction History for Solana Wallet
USAGE
$ usdc-cli solana history
DESCRIPTION
List USDC Transaction History for Solana Wallet
EXAMPLES
usdc solana historyusdc-cli solana pay
Pay a Payment Request URL with USDC on Solana
USAGE
$ usdc-cli solana pay
DESCRIPTION
Pay a Payment Request URL with USDC on Solana
EXAMPLES
usdc solana pay --url=https://anypayx.com/r/aG4331bfusdc-cli solana request
Generate Payment Request URL to Receive USDC on Solana
USAGE
$ usdc-cli solana request
DESCRIPTION
Generate Payment Request URL to Receive USDC on Solana
EXAMPLES
usdc solana request --amount=100000usdc-cli solana send
Send USDC to a single Solana address
USAGE
$ usdc-cli solana send
DESCRIPTION
Send USDC to a single Solana address
EXAMPLES
usdc solana send --address=Ef9ca7Uwkw9rrbdaWnUrrdMZJqPYykZ1dPLEv9yMpEjB --amount=100000usdc-cli stellar balance
Show Stellar USDC Balance
USAGE
$ usdc-cli stellar balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Stellar USDC Balance
EXAMPLES
usdc stellar balanceusdc-cli tron balance
Show Tron USDC Balance
USAGE
$ usdc-cli tron balance -a <value> [--json]
FLAGS
-a, --address=<value> (required) address to check balance for
GLOBAL FLAGS
--json Format output as json.
DESCRIPTION
Show Tron USDC Balance
EXAMPLES
usdc tron balance --address=TBhbDUxvnVkPYhPEDQtEY1ARvTwETLynyz --jsonusdc-cli wallet balances [FILE]
describe the command here
USAGE
$ usdc-cli wallet balances [FILE] [-n <value>] [-f]
ARGUMENTS
FILE file to read
FLAGS
-f, --force
-n, --name=<value> name to print
DESCRIPTION
describe the command here
EXAMPLES
$ usdc-cli wallet balances