mirror of
https://github.com/containers/podman.git
synced 2025-10-14 09:45:59 +08:00
cmd/podman: --ignore errors flag to artifact rm
Signed-off-by: Celso Henrique Souza Silva <celsohenrique367@gmail.com>
This commit is contained in:

committed by
Celso Henrique Souza Silva

parent
1671029517
commit
3c3b805ea7
@ -116,6 +116,10 @@ func (s *APIServer) registerArtifactHandlers(r *mux.Router) error {
|
||||
// in: query
|
||||
// description: Remove all artifacts
|
||||
// type: boolean
|
||||
// - name: ignore
|
||||
// in: query
|
||||
// description: Ignore errors if artifact do not exist
|
||||
// type: boolean
|
||||
// responses:
|
||||
// 200:
|
||||
// $ref: "#/responses/artifactRemoveResponse"
|
||||
|
Reference in New Issue
Block a user