Listing Entrypoints

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

Options

OptionDescription
—project=projectId, -p=projectId*Required. The ID of the project
--limitOptional. Use this option to set a limit of returned entrypoints.
Default: 10.
Example: bright-cli entrypoints:list --project <projectId> --limit 50
--connectivityOptional. Filter entry points by its connectivity. Available options: ok, unreachable, problem, unauthorized.
--statusOptional. Filter entry points by its by status. Available options: new, changed, tested, vulnerable.
--prettyOptional. 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