@salesforce/b2c-tooling-sdk / cli / HttpMiddlewareHookOptions
Interface: HttpMiddlewareHookOptions
Defined in: packages/b2c-tooling-sdk/src/cli/hooks.ts:139
Options passed to the b2c:http-middleware hook.
Indexable
[key: string]: unknown
Index signature for oclif hook compatibility
Properties
flags?
optionalflags:Record<string,unknown>
Defined in: packages/b2c-tooling-sdk/src/cli/hooks.ts:146
All parsed CLI flags from the current command.
Plugins can inspect flags but cannot add new flags to commands. For plugin-specific configuration, use environment variables instead.