From 34f2832788b4ed92c4d4afd74aa93d4065e2516e Mon Sep 17 00:00:00 2001 From: Ismail Ibrahim Quwarah Date: Wed, 19 Jun 2024 11:46:53 +0200 Subject: [PATCH] Add `epel` documentation in tmt try Add mention of prepare/feature plugin in tmt try documentation --- stories/cli/try.fmf | 19 +++++++++++++++++++ 1 file changed, 19 insertions(+) diff --git a/stories/cli/try.fmf b/stories/cli/try.fmf index b758932c4d..01436a8595 100644 --- a/stories/cli/try.fmf +++ b/stories/cli/try.fmf @@ -127,3 +127,22 @@ link: package: vim execute: how: tmt + +/option: + story: + As a user I want an easy way to run common options in ``1minutetip`` and ``tmt run`` + + /epel: + story: + As a user I want an easy way to enable epel repository + description: | + Enable EPEL repository + + .. versionadded:: 1.35 + + example: + - tmt try fedora@virtual --epel + + link: + - implemented-by: /tmt/trying.py + - implemented-by: /tmt/steps/prepare/feature.py