Skip to content

Commit 70435a0

Browse files
Merge pull request #26460 from shu-kitamura/example_secret-rm-ingnore
docs: add an example to podman-secret-rm man page
2 parents 9a0a13d + d79d596 commit 70435a0

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

docs/source/markdown/podman-secret-rm.1.md

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -43,6 +43,13 @@ $ podman secret rm --all
4343
4ee314533b16a47d0d8c6e775
4444
```
4545

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+
4653
## SEE ALSO
4754
**[podman(1)](podman.1.md)**, **[podman-secret(1)](podman-secret.1.md)**
4855

0 commit comments

Comments
 (0)