We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
skills is the canonical command group. skill remains as a compatibility alias.
skills
skill
kablewy skills list --json kablewy skills show <skillId> kablewy skills create <skillId> --name "Renewal Review" kablewy skills upload <skillId> ./bundle.zip --version 0.1.0 kablewy skills execute <skillId> --runtime python --entry main.py kablewy skills execute <skillId> --args '["customer-a"]' --json kablewy skills versions <skillId> kablewy skills delete <skillId> --force
For skills execute, the command-local --env <json> flag sets environment variables for the skill run:
skills execute
--env <json>
kablewy skills execute renewal-review --env '{"CUSTOMER":"acme"}'