Skip to content

otmoic-cli reportforms

The otmoic-cli reportforms command is used to generate report forms by syncing data and creating reports based on the provided parameters.

Usage

sh
otmoic-cli reportforms [OPTIONS]

Options

  • -f, --force: Force the operation.
  • -n, --name: Name to print.

Examples

sh
# Run the reportforms command
otmoic-cli reportforms

# Run the reportforms command with a specific name
otmoic-cli reportforms --name oclif

Detailed Steps

  1. Prompt for Modes: The command will prompt you to select the modes you want to run (Sync Data, Create Report Forms).
  2. Prompt for DB Path: You will be asked to enter the database path.
  3. Prompt for Wallets: You will be asked to enter your wallets.
  4. Prompt for Chains: You will be asked to select the chains you want to include (BSC, OPT).

Code Reference

The implementation of this command can be found in src/commands/reportforms.ts.