One-Shot Commands
Use the CLI as a scriptable interface for organizations, projects, tasks, and artifacts.
One-shot commands run once, print results, and exit.
Main Areas
opensana orgs listopensana projects listopensana tasks listopensana tasks searchopensana tasks getopensana tasks refsopensana tasks createopensana tasks updateopensana tasks moveopensana tasks deleteopensana tasks artifacts ...
Output Modes
Use text output for humans:
opensana tasks listUse JSON output for scripts:
opensana tasks search "billing bug" --output jsonExamples
opensana projects list
opensana tasks list --status "In Progress"
opensana tasks search "search dropdown"
opensana tasks create --name "Fix login bug" --project WEB --org acme
opensana tasks move WEB-12 --parent WEB-42 --project WEB --org acmeBest Use Cases
- shell scripts
- CI helpers
- editor tasks
- quick terminal workflows without opening the web UI