mirror of
https://github.com/micromdm/micromdm/
synced 2026-08-14 09:25:52 +08:00
mdmctl: support generating appmanifest (#199)
generate an appmanifest. validates and optionally signs packages. For #93 Closes #203
This commit is contained in:
@@ -56,6 +56,8 @@ func (cmd *applyCommand) Run(args []string) error {
|
||||
run = cmd.applyDEPProfile
|
||||
case "profiles":
|
||||
run = cmd.applyProfile
|
||||
case "app":
|
||||
run = cmd.applyApp
|
||||
default:
|
||||
cmd.Usage()
|
||||
os.Exit(1)
|
||||
@@ -73,6 +75,7 @@ Valid resource types:
|
||||
* profiles
|
||||
* dep-tokens
|
||||
* dep-profiles
|
||||
* app
|
||||
|
||||
Examples:
|
||||
# Apply a Blueprint.
|
||||
|
||||
Reference in New Issue
Block a user