learn-srlinux icon indicating copy to clipboard operation
learn-srlinux copied to clipboard

Add CLI plugin augmentation capability

Open hellt opened this issue 8 months ago • 0 comments

starting with 25.7+ and 24.10.4+

     def get_required_plugins(self):
         return [
             # to add `uptime` command under `show platform` we need to ensure
             # that the platform plugin is loaded first
             RequiredPlugin(module="srlinux", plugin="platform_reports")
         ]

hellt avatar Mar 27 '25 11:03 hellt