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 oclifDetailed Steps
- Prompt for Modes: The command will prompt you to select the modes you want to run (Sync Data, Create Report Forms).
- Prompt for DB Path: You will be asked to enter the database path.
- Prompt for Wallets: You will be asked to enter your wallets.
- 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.