Skip to content

cli: rename 'fastpath result serve' to 'fastpath dashboard start'

Aishwarya TCV requested to merge aistcv01/rename_dashboard into main

This change removes the 'serve' verb from the 'result' noun and introduces a new 'dashboard' noun with a 'start' verb, accessible as 'fastpath dashboard start [resultstore]'. This update improves CLI clarity and aligns terminology with user intent, providing a more intuitive and extensible namespace for dashboard-related commands.

  • Removed: fastpath/commands/verbs/result/serve.py
  • Updated: fastpath/commands/nouns/result.py to drop 'serve' verb
  • Added: fastpath/commands/nouns/dashboard.py and fastpath/commands/verbs/dashboard/start.py
  • Updated: fastpath/fastpath.py to register the new dashboard command

This lays the foundation for future dashboard subcommands and enhances overall CLI usability.

Signed-off-by: Aishwarya TCV aishwarya.tcv@arm.com

Merge request reports

Loading