Add command to delete QSEoW apps that have not been reloaded in X days #520
mountaindude
started this conversation in
Ideas
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Include options to filter which apps are considered for deletion.
Filters are optional, and additive in nature.
--filter-tag <tag...>
: All apps having at least one of the specified tags--filter-published <true|false|both>
: Include published apps (true), unpublished apps (false) or both. Not specifying the options equals both.--filter-stream <name...>
: Include apps published to the specified streams--filter-app-size <bytes...>
: Two sizes in bytes should be specified. Apps with sizes within the specified limits will be deleted.--filter-app-owner-user-directory <userdir>
: All apps whose app owners belong to this user directory will be deleted. Example "CORP TEST"--filter-app-owner-user-id <userid...>
: Apps with app owner user IDs in the specified list will be deleted. Example "joe".--filter-app-owner-user-dir-id <userdir...>
: User dir/id combo. Example "CORP\joe"Other options:
-not-reloaded-days <days>
:--export-before-delete <true|false>
:--export-with-data <true|false>
:--export-folder <directory>
:Beta Was this translation helpful? Give feedback.
All reactions