Skip to content

CLI overview

FlightPath ships with two command-line entry points:

CommandPurpose
flightpathExecute or validate workflow files
flightpath-mcpRun the standalone FlightPath MCP server

What the CLI shares with the extension

  • the same workflow file formats
  • the same schema validation
  • the same end condition and pre-condition behavior
  • the same core orchestration logic

What is different

  • no VS Code dashboard UI
  • no Copilot Chat window harness
  • terminal-oriented output instead of the panel UI

Read flightpath for the user-facing commands.

Source-available under the FlightPath Commercial License.