Listing Entrypoints

This command returns a list of Entrypoints of a Project: bright-cli entrypoints:list --project <projectId>

Options

Option

Description

—project=projectId, -p=projectId

*Required. The ID of the project

--limit

Optional. Use this option to set a limit of returned entrypoints.
Default: 10.
Example: bright-cli entrypoints:list --project <projectId> --limit 50

--connectivity

Optional. Filter entry points by its connectivity. Available options: ok, unreachable, problem, unauthorized.

--status

Optional. Filter entry points by its by status. Available options: new, changed, tested, vulnerable.

--pretty

Optional. Add this option to get a "prettified" version of the entry points, in JSON format.
Example: bright-cli entrypoints:list --project <project-id> --limit 50 --pretty