univ-of-utah-marriott-library-apple / jctl

`jctl` uses `python-jamf` to select objects to create, delete, print and update. It allows performing Jamf Pro repetitive tasks quickly and provides options not available in the web GUI. It is similar to SQL statements, but far less complex.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Inconsistent use of `-d` for deletion

homebysix opened this issue · comments

Thanks for creating python-jamf and jctl. I think these projects may be something I can build on for my organization.

I did notice that jctl -d deletes an object, while pkgctl -d sets patch definitions. Is it too late to make -d mean the same thing across both tools? The inconsistency increases the likelihood that somebody might inadvertently delete an object by calling the wrong tool (although the risk is lessened by the confirmation prompt).

Thanks for considering!

Sure, I can't commit too much time but I'd be happy to poke my head in now and then.

I just fixed this #43