This repository was archived by the owner on Nov 2, 2024. It is now read-only.
-
Notifications
You must be signed in to change notification settings - Fork 147
Create new Sandbox recipe engine #1028
Copy link
Copy link
Open
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.
Milestone
Description
Description
Add recipes command to Sandbox CLI (sandboxcli) that allows to execute "recipes".
Technical requirements
A "recipe" should describe the following:
- An action -- operation such as execution a shell command (or commands), opening a URL, etc.
- A reversed action -- (optionally) an operation that "undoes" effect of the action
- Metadata:
- Action name
- Action description
- Help/hint -- a textual content that can be used to assist a user when they try to learn after-effects of the action or attempt to reverse the effect of the action by themselves
- ? Quiz -- a simple set of questions that a user can run to verify their understanding of the action effect
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
priority: p2Moderately-important priority. Fix may not be included in next release.Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.‘Nice-to-have’ improvement, new feature or different behavior or design.