lib/eco/cli/config/default/usecases.rb in eco-helpers-2.0.57 vs lib/eco/cli/config/default/usecases.rb in eco-helpers-2.0.58

- old
+ new

@@ -194,9 +194,13 @@ cases.add("-reinvite-from", :sync, desc, case_name: "reinvite") .add_option("-force", "If also send an invite email to those that have accepted the invite") do |options| options.deep_merge!(force: {invite: true}) end + desc = "Clears the `permissions_custom`, provided that Policy Group abilities alone apply." + desc += " Please be mindfull if you use this option (there may be users that have been upgraded in ad-hoc manner)." + cases.add("-clear-abilities", :transform, desc, case_name: "clear-abilities") + desc = "Deletes everybody that has been filtered from the people manager" cases.add("-delete", :transform, desc, case_name: "delete") desc = "Deletes the people specified in the input data" cases.add("-delete-from", :sync, desc, case_name: "delete") desc = "Removes the account of everybody that has been filtered from the people manager"