API Reference
Namespaces
Modules
Classes
Events
Global
Externals

Module: headlesscli

Headless CLI - Single import for using CLI command infrastructure without UI component.

Importing this module defines CIQ.ChartEngine.prototype.getExecutor(), enabling AI integrations and programmatic chart control without requiring the <cq-cli> web component.

License Requirement: Requires CLI plugin license from License Management Server.

Since:
  • 10.4.0

Example

// Single import - no additional setup needed:
import "./plugins/cli/headlesscli.js";

// Works on any stx instance immediately:
const executor = stxx.getExecutor();
await executor("symbol AAPL");