When viewing the help page for jamf-cli pro packages delete --help, the output displays incorrect Examples.
The examples it displays are:
Examples:
Delete a package (with confirmation)
jamf-cli packages delete 1
Delete by name
jamf-cli packages delete --name "Example" --yes
Delete without confirmation prompt
jamf-cli packages delete 1 --yes
These should all start with jamf-cli pro instead of just jamf-cli
This also appears to affect other subcommands of the packages command help output. I see the same issue when running jamf-cli pro packages apply --help.
When viewing the help page for
jamf-cli pro packages delete --help, the output displays incorrect Examples.The examples it displays are:
Examples:Delete a package (with confirmation)jamf-cli packages delete 1Delete by namejamf-cli packages delete --name "Example" --yesDelete without confirmation promptjamf-cli packages delete 1 --yesThese should all start with
jamf-cli proinstead of justjamf-cliThis also appears to affect other subcommands of the packages command help output. I see the same issue when running
jamf-cli pro packages apply --help.