These commands should proxy the [list proxy](https://api.permit.io/v2/redoc#tag/Proxy-Config/operation/list_proxy_configs) and [create proxy](https://api.permit.io/v2/redoc#tag/Proxy-Config/operation/create_proxy_config) API endpoints to create and list URL proxy using the CLI. ## Implementation Details - Commands are: - `permit api list proxy` - `permit api create proxy` - The command is an "API Proxy command", read more on this here: https://github.com/permitio/permit-cli/blob/main/CONTRIBUTING.md#-api-proxy-commands - The PR should include edge case screencast of the wizard/argument flows
These commands should proxy the list proxy and create proxy API endpoints to create and list URL proxy using the CLI.
Implementation Details
permit api list proxypermit api create proxy