You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository was archived by the owner on Nov 2, 2024. It is now read-only.
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
Description
Add
recipescommand to Sandbox CLI (sandboxcli) that allows to execute "recipes".Technical requirements
A "recipe" should describe the following: