Skip to content

Latest commit

 

History

History
38 lines (29 loc) · 1.62 KB

File metadata and controls

38 lines (29 loc) · 1.62 KB

Changelog

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.

[Unreleased]

Changed

  • company-app:list no longer requires --company_id / --app_id; all filters are now optional and listing works without any arguments
  • company-app:list output limited to meaningful fields: runtemplate id, company (id, name, slug), app (id, name, uuid)

Fixed

  • Fixed --file option usage in ApplicationCommand for JSON operations
    • Changed from --json to --file for: import-json, export-json, remove-json, validate-json actions
    • Fixes consistency with option definition (line 53)
    • Resolves issue where commands failed with "Missing --json" error

Usage

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

[2.5.1] - 2026-04-24

Added

  • --offset pagination support to all list commands
  • --fields filter support to all list commands that were missing it
  • companyapp assign action: assigns an application to a company and creates a default RunTemplate
  • companyapp unassign action: removes RunTemplate configs and the company-app relation
  • --slug option to company update action
  • --class option to credential-type update action