Actions
Actions allow a user to execute a specific and one-shot operation on resources.
Available Actions (CLI)
You can list all the available actions using the Jikkou CLI command:
jikkou api-extensions list --category=action [-kinds <a resource kind to filter returned results>]
Execution Actions (CLI)
You can execute a specific extension using the Jikkou CLI command:
jikkou action <ACTION_NAME> execute [<options>]
Last modified November 27, 2023: docs: add pages for extension type action (ab32e7aa)