Documentation
¶
Index ¶
- Variables
- func NewBaselinesCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewBenchmarkReportsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewBenchmarksCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewBlueprintComponentsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewBlueprintsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewDeclarationReportsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewDeviceActionsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewDeviceGroupsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewDeviceReportsCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewDevicesCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewPlatformUsersCmd(cliCtx *registry.CLIContext) *cobra.Command
- func NewRulesCmd(cliCtx *registry.CLIContext) *cobra.Command
- type SpecSource
Constants ¶
This section is empty.
Variables ¶
var Sources = []SpecSource{
{File: "specs/platform/blueprints_api.json", SHA256: "a6488ff3cf822bb51eb950b3bee1c2de8a15ab75dc6f7212fbbf749e7d5b83b1"},
{File: "specs/platform/compliance_benchmark_engine.json", SHA256: "8f042025f6dde1be0c9162202d53c6228b65c750eb1ba96ece16df39ed132aa4"},
{File: "specs/platform/declaration_reporting_service.json", SHA256: "f47eb595f918daa70d9bb57d289dbf13b356ef24b37bb9121e8d99319d19da21"},
{File: "specs/platform/device_group_inventory_api.json", SHA256: "9a706ff7a6e62405ad545675c6a9eda8b3e931f4bfcfb84384e5566525380769"},
{File: "specs/platform/device_inventory_api.json", SHA256: "437f5bfda95edcb8b6af5dd3df4826abffc28b511456bf3b7b16d845ed8ed0d1"},
{File: "specs/platform/device_management_action_api.json", SHA256: "a0c90832819c40aadd5ef68a7080637a2b88ae7064998c6f1aed22ba08b6f030"},
}
Sources lists every spec file consumed when this package was generated. Order: stable, by File. Use `jamf-cli version -v` to print.
Functions ¶
func NewBaselinesCmd ¶
func NewBaselinesCmd(cliCtx *registry.CLIContext) *cobra.Command
NewBaselinesCmd returns the cobra command tree for the baselines platform resource. Wire it into a product namespace via AddCommand.
func NewBenchmarkReportsCmd ¶
func NewBenchmarkReportsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewBenchmarkReportsCmd returns the cobra command tree for the benchmark-reports platform resource. Wire it into a product namespace via AddCommand.
func NewBenchmarksCmd ¶
func NewBenchmarksCmd(cliCtx *registry.CLIContext) *cobra.Command
NewBenchmarksCmd returns the cobra command tree for the benchmarks platform resource. Wire it into a product namespace via AddCommand.
func NewBlueprintComponentsCmd ¶
func NewBlueprintComponentsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewBlueprintComponentsCmd returns the cobra command tree for the blueprint-components platform resource. Wire it into a product namespace via AddCommand.
func NewBlueprintsCmd ¶
func NewBlueprintsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewBlueprintsCmd returns the cobra command tree for the blueprints platform resource. Wire it into a product namespace via AddCommand.
func NewDeclarationReportsCmd ¶
func NewDeclarationReportsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewDeclarationReportsCmd returns the cobra command tree for the declaration-reports platform resource. Wire it into a product namespace via AddCommand.
func NewDeviceActionsCmd ¶
func NewDeviceActionsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewDeviceActionsCmd returns the cobra command tree for the device-actions platform resource. Wire it into a product namespace via AddCommand.
func NewDeviceGroupsCmd ¶
func NewDeviceGroupsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewDeviceGroupsCmd returns the cobra command tree for the device-groups platform resource. Wire it into a product namespace via AddCommand.
func NewDeviceReportsCmd ¶
func NewDeviceReportsCmd(cliCtx *registry.CLIContext) *cobra.Command
NewDeviceReportsCmd returns the cobra command tree for the device-reports platform resource. Wire it into a product namespace via AddCommand.
func NewDevicesCmd ¶
func NewDevicesCmd(cliCtx *registry.CLIContext) *cobra.Command
NewDevicesCmd returns the cobra command tree for the devices platform resource. Wire it into a product namespace via AddCommand.
func NewPlatformUsersCmd ¶
func NewPlatformUsersCmd(cliCtx *registry.CLIContext) *cobra.Command
NewPlatformUsersCmd returns the cobra command tree for the platform-users platform resource. Wire it into a product namespace via AddCommand.
func NewRulesCmd ¶
func NewRulesCmd(cliCtx *registry.CLIContext) *cobra.Command
NewRulesCmd returns the cobra command tree for the rules platform resource. Wire it into a product namespace via AddCommand.
Types ¶
type SpecSource ¶ added in v1.17.0
SpecSource is one spec file consumed by code generation.