We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 9a0a13d + d79d596 commit 70435a0Copy full SHA for 70435a0
docs/source/markdown/podman-secret-rm.1.md
@@ -43,6 +43,13 @@ $ podman secret rm --all
43
4ee314533b16a47d0d8c6e775
44
```
45
46
+Removes the specified secrets. No error is thrown if a non-existent secret is included.
47
+```
48
+$ podman secret rm --ignore mysecret1 mysecret2 non_existent_secret
49
+9bb0cad56c4a610da8ebca0cc
50
+3c497981215f1b5dd9ce19cde
51
52
+
53
## SEE ALSO
54
**[podman(1)](podman.1.md)**, **[podman-secret(1)](podman-secret.1.md)**
55
0 commit comments