# Command-line usage `ewoksscxrd` workflows are executed with the `ewoks` CLI. ## Show a workflow ```bash ewoks show path/to/workflow.json ``` ## Execute a workflow ```bash ewoks execute path/to/workflow.json ``` ## Submit a workflow ```bash ewoks submit path/to/workflow.json ``` ## Install workflow requirements ```bash ewoks install path/to/workflow.json ``` For complete CLI options, see the Ewoks CLI reference: .