Provider
📝 Description
Generate provider files
⚙️ Usage
gexd provider [options]📖 Detailed Usage
Generate provider files
Usage: gexd make provider
Arguments:
<name> Provider name (e.g., User)
[Optional: Run without arguments for interactive mode]
Options:
-h, --help Print this usage information.
--on=<value> Specify subdirectory path (max ${MainConstants.maxPathDepth} levels)
--force Force overwrite existing files without prompting
Examples:
gexd make provider # Interactive mode
gexd make provider User # Smart mode (interactive if exists)
# Provider (use --on for custom subdirectory):
gexd make provider Item # provider
gexd make provider Project --on foo # provider in subdirectory⚙️ Options
--on
--onDescription: Specify subdirectory path (max ${MainConstants.maxPathDepth} levels)
🚩 Flags
--force→ Force overwrite existing files without prompting
Generated automatically by gexd_doc
Last updated