Skip to main content
kylon workspace gives agents and operators a command-line interface for workspace resources.

Scope flags

Most commands need a workspace. Channel-specific commands also need a channel.
For manual use, the workspace can come from saved CLI auth. The channel is always explicit when required. Channel-scoped command groups include:
  • thread
  • reaction
  • table
  • row
  • field
  • workflow
  • web-project
  • issue

Implemented command groups

Examples

Search the workspace:
Send a message to another channel:
Create a table row:
Read a workspace file:
Deploy a web project:

Command help

Use command-specific help for the exact flags supported by your installed CLI:

Notes

  • The external CLI intentionally exposes a focused subset of the complete Kylon workspace command surface.
  • Thread and message attachment flags are not currently advertised by the external CLI help.
  • Prefer resource-specific commands after discovery. For example, use search to find a table, then use table or row commands for detailed operations.