ansible/awx

awx-cli bulk delete jobs

开放

#13,233 创建于 2022年11月25日

 (0 条评论) (0 个反应) (0 位负责人)Python (3,333 个派生)batch import
communityhelp wantedtype:enhancement

仓库指标

星标
 (13,071 个星标)
PR 合并指标
 (PR 指标待抓取)

描述

Please confirm the following

  • I agree to follow this project's code of conduct.
  • I have checked the current issues for duplicates.
  • I understand that AWX is open source software provided for free and that I might not receive a timely response.

Feature type

Enhancement to Existing Feature

Feature Summary

Currently the awx-cli supports only deleting one job per ID like:

awx job delete ID1

Is there the possibility or plan to support more than one job ID or a bulk action (delete all jobs)? The frontend is capable of deleting all selected jobs, but for CLI usage this feature would be awesome. Maybe also combine that with filter usage.

Select the relevant components

  • UI
  • API
  • Docs
  • Collection
  • CLI
  • Other

Steps to reproduce

awx job delete ID1 ID2

Current results

only ID1 is deleted

Sugested feature result

adding a bulk feature

  • all jobs
  • jobs using filter
  • multiple jobs

Additional information

No response

贡献者指南