entity

package
v0.2.1 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Jul 20, 2026 License: Apache-2.0 Imports: 11 Imported by: 0

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.

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL