class ChefCLI::Command::DeletePolicy
def run(params)
def run(params) return 1 unless apply_params!(params) rm_policy_service.run ui.msg("This operation can be reversed by running `#{ChefCLI::Dist::EXEC} undelete --last`.") 0 rescue PolicyfileServiceError => e handle_error(e) 1 end