Description
The run-template:get command fails with an internal error regardless of the --format option used.
Steps to Reproduce
multiflexi-cli run-template:get --id=186
multiflexi-cli run-template:get --id=186 --format=json
multiflexi-cli run-template:get --id=186 --format=text
Actual Output
The "fields" option does not exist.
run-template:get [-f|--format [FORMAT]] [--id ID] [--name NAME]
Exit code: 1
Expected Output
Details of the run template with ID 186 (or any valid ID) in the requested format.
Environment
- multiflexi-cli version: 2.5.2.222 (
ii multiflexi-cli 2.5.2.222~bookworm all)
- OS: Debian Bookworm
- PHP: 8.2.29
Notes
run-template:list works correctly and shows the run template with ID 186 in the output, so the record exists in the database. The issue is specific to run-template:get.
Description
The
run-template:getcommand fails with an internal error regardless of the--formatoption used.Steps to Reproduce
Actual Output
Exit code: 1
Expected Output
Details of the run template with ID 186 (or any valid ID) in the requested format.
Environment
ii multiflexi-cli 2.5.2.222~bookworm all)Notes
run-template:listworks correctly and shows the run template with ID 186 in the output, so the record exists in the database. The issue is specific torun-template:get.