feat(connector): add schema refresh subcommand#186
Conversation
Introduce `oo connector schema refresh` to clear all locally cached connector action schemas. The command requires no authentication and defers metadata refetching to subsequent `oo connector schema` or `oo connector run` invocations. Also override `visibleGlobalOptions` in the localized help renderer so nested subcommands surface root-level global options (`--debug`, `--lang`) on their `--help` output, which previously appeared blank. Signed-off-by: Kevin Cui <bh@bugs.cc>
|
ℹ️ Recent review info⚙️ Run configurationConfiguration used: Organization UI Review profile: CHILL Plan: Pro Run ID: ⛔ Files ignored due to path filters (1)
📒 Files selected for processing (10)
Summary by CodeRabbitNew Features
Documentation
WalkthroughThis PR introduces a new Possibly related PRs
🚥 Pre-merge checks | ✅ 4✅ Passed checks (4 passed)
✏️ Tip: You can configure your own custom pre-merge checks in the settings. ✨ Finishing Touches✨ Simplify code
Comment |
Introduce
oo connector schema refreshto clear all locally cachedconnector action schemas. The command requires no authentication and
defers metadata refetching to subsequent
oo connector schemaoroo connector runinvocations.Also override
visibleGlobalOptionsin the localized help renderer sonested subcommands surface root-level global options (
--debug,--lang) on their--helpoutput, which previously appeared blank.