Documentation
¶
Overview ¶
Package entity contains the entity logic for the control plane
Index ¶
Constants ¶
This section is empty.
Variables ¶
View Source
var EntityCmd = &cobra.Command{ Use: "entity", Short: "Manage entities within a Minder project", Long: `Manage entities within a Minder project. This command allows you to list, get, register, and delete entity instances connected to Minder for security analysis and policy enforcement.`, Example: ` # List entities minder entity list --type repository # Get an entity by ID minder entity get --id <entity-id> # Register an entity minder entity register --type repository --property github/repo_owner=owner --property github/repo_name=name # Delete an entity minder entity delete --id <entity-id> `, RunE: func(cmd *cobra.Command, _ []string) error { return cmd.Usage() }, }
EntityCmd is the root command for the entity subcommands
Functions ¶
This section is empty.
Types ¶
This section is empty.
Click to show internal directories.
Click to hide internal directories.