summaryrefslogtreecommitdiff
path: root/docs/source/markdown/podman-secret-rm.1.md
blob: 5169626dc7836a4277b3f10a642d8b85e2ec4690 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
% podman-secret-rm(1)

## NAME
podman\-secret\-rm - Remove one or more secrets

## SYNOPSIS
**podman secret rm** [*options*] *secret* [...]

## DESCRIPTION

Removes one or more secrets.

## OPTIONS

#### **--all**, **-a**

Remove all existing secrets.

#### **--help**

Print usage statement.

## EXAMPLES

```
$ podman secret rm mysecret1 mysecret2
```

## SEE ALSO
podman-secret(1)

## HISTORY
January 2021, Originally compiled by Ashley Cui <acui@redhat.com>