Listing Entrypoints

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

Arguments

ArgumentDescription
<project-id>The ID of a project whose list of entry points will be returned

Options

OptionDescription
—project=project-id, -p=project-idRequired. The ID of the project
-limitOptional. Use this option to set a limit of returned pages.

Default: 10.
Example: bright-cli entrypoints:list --project <project-id> -limit 50
-connectivity Optional. Filter entry points by its connectivity. Available options: ok, unreachable, problem, skipped, unauthorized, unavailable.
-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