maple.cmd.cli.policy

Policy management commands for the MAPLE CLI.

This module provides commands for interacting with running policy containers. It allows users to query policy information and stop policy containers.

Commands: - info: Display metadata about a policy container - stop: Stop a specific policy container

Functions

policy_info(policy_id, port)

Display information about a policy container.

stop_policy(policy_id, port)

Stop a specific policy container.