Skip to content
This repository was archived by the owner on Nov 2, 2024. It is now read-only.

Create new Sandbox recipe engine #1028

@minherz

Description

@minherz

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

Metadata

Metadata

Assignees

Labels

priority: p2Moderately-important priority. Fix may not be included in next release.type: feature request‘Nice-to-have’ improvement, new feature or different behavior or design.

Type

No type

Projects

No projects

Milestone

Relationships

None yet

Development

No branches or pull requests

Issue actions