EngineVersion 1
commands
The Commands Matrix provides the semantic model for user-defined CLI-invocable SPARQL workflows. Commands are invoked via /alias in CLI, with variable bindings
URI: https://poliglot.io/kleo/spec/commands#
Imports: act, http, iam, matrix, os, platform, workspace
Classes
- commands:Command: A CLI-invocable SPARQL workflow.
- commands:UserCommand: A user-defined command stored in the Platform.
Actions
- commands:CreateCommand: Create a new user-defined command in a workspace.
- commands:DeleteCommand: Delete a user-defined command.
- commands:GetCommand: Retrieve a specific user command by ID.
- commands:ListCommands: List all user-defined commands in a workspace for the current user.
- commands:UpdateCommand: Update an existing user-defined command.