actiond_profile_get
Check which CI/CD profile is active and what plugin jobs it triggers per push, from minimal checks to release deployment.
Instructions
Get the execution profile that controls which CI/CD plugins run on each push. Returns the active profile name plus a description of what it triggers: "fast" runs minimal CI (core lint and test only, 2-3 jobs per push) for quick feedback during development; "full" adds security scan, coverage, and formatting checks (6-10 jobs) for pre-merge verification; "release" adds build, deploy, and release notes (10-15 jobs) for shipping. Read-only; switch profiles with actiond_profile_set and inspect the concrete plugin inventory with actiond_plugins_list.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||