All notable changes to this project will be documented in this file.
The format is based on Keep a Changelog, and this project adheres to Semantic Versioning.
company-app:listno longer requires--company_id/--app_id; all filters are now optional and listing works without any argumentscompany-app:listoutput limited to meaningful fields: runtemplateid, company (id,name,slug), app (id,name,uuid)
- Fixed
--fileoption usage in ApplicationCommand for JSON operations- Changed from
--jsonto--filefor:import-json,export-json,remove-json,validate-jsonactions - Fixes consistency with option definition (line 53)
- Resolves issue where commands failed with "Missing --json" error
- Changed from
All JSON-related application commands now use --file instead of --json:
multiflexi-cli application import-json --file=app.json
multiflexi-cli application export-json --id=123 --file=output.json
multiflexi-cli application validate-json --file=app.json
multiflexi-cli application remove-json --file=app.json--offsetpagination support to all list commands--fieldsfilter support to all list commands that were missing itcompanyapp assignaction: assigns an application to a company and creates a default RunTemplatecompanyapp unassignaction: removes RunTemplate configs and the company-app relation--slugoption tocompany updateaction--classoption tocredential-type updateaction