This command creates a new milestone in the specified TestFiesta project. Milestones can be used to track progress across multiple test runs and organize testing efforts around specific release cycles or project phases.
This command retrieves and displays a list of all milestones in the specified TestFiesta project. Results can be paginated using the limit and offset options.
-l, --limit <limit>: Number of items to retrieve (default: 10)
--offset <offset>: Offset for pagination (default: 0)
-v, --verbose: Enable verbose logging
testfiesta milestone:get
Get a specific milestone from TestFiesta
Synopsis
Description
This command retrieves detailed information about a specific milestone in the TestFiesta project, including its name, description, due date, status, and associated test runs.
This command updates an existing milestone in the specified TestFiesta project. You can modify the name, description, due date, and status of the milestone.
-d, --description <description>: New milestone description
--due-date <date>: New due date in YYYY-MM-DD format
--status <status>: New status (active, completed)
-v, --verbose: Enable verbose logging
testfiesta milestone:delete
Delete a milestone from TestFiesta
Synopsis
Description
This command deletes a milestone from the specified TestFiesta project. By default, it will prompt for confirmation before deletion unless the --non-interactive flag is used.