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/Declaration-reporting-openapi.json", SHA256: "f0e2448457d66a992fd9e2163733a9495fdb75fe98ede21fe7dbf3c219979297"},
{File: "specs/platform/blueprints-api.json", SHA256: "6ef8ef65bac2b6391247e53318526276925c8a6d3ab20b89eed26540bbe52004"},
{File: "specs/platform/device-groups-api.json", SHA256: "4f10139db8e44bbd9712a542633301d9788932ef4701ab51e3f745f88763069b"},
{File: "specs/platform/device-inventory-api.json", SHA256: "258662780aebbd275701ca47662842e0bacc1d7da6596c0c62ec7f0e2a05457f"},
{File: "specs/platform/device-management-actions-api.json", SHA256: "150f2b77b969205fc355a4cc6532ab4c32ec4f139c1e329100937c4773503ee4"},
{File: "specs/platform/jamf-compliance-benchmark-engine-api.json", SHA256: "b4c880a1498ae40591dcd9a0351b3b4d6006aa16e1794eaaee647f5dcb30c6ae"},
}
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.