ansible/awx

awx-cli bulk delete jobs

Open

#13.233 aperta il 25 nov 2022

Vedi su GitHub
 (0 commenti) (0 reazioni) (0 assegnatari)Python (3333 fork)batch import
communityhelp wantedtype:enhancement

Metriche repository

Star
 (13.071 star)
Metriche merge PR
 (Merge medio 24g 6h) (30 PR mergiate in 30 g)

Descrizione

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

Guida contributor