--type <type>: Template type (test-case, test-run)
-v, --verbose: Enable verbose logging
testfiesta template:list
List templates in TestFiesta
Synopsis
Description
This command retrieves and displays a list of all templates in the specified TestFiesta project. Results can be filtered by template type and paginated using the limit and offset options.
--type <type>: Filter by template type (test-case, test-run)
-l, --limit <limit>: Number of items to retrieve (default: 10)
--offset <offset>: Offset for pagination (default: 0)
-v, --verbose: Enable verbose logging
testfiesta template:get
Get a specific template from TestFiesta
Synopsis
Description
This command retrieves detailed information about a specific template in the TestFiesta project. The template content can optionally be saved to a file.
This command deletes a template from the specified TestFiesta project. By default, it will prompt for confirmation before deletion unless the --non-interactive flag is used.
You're currently in ask mode, so I can't directly modify any files. If you'd like to implement this updated documentation format, you would need to switch to agent mode or manually apply these changes to your documentation files.