mirror of
https://github.com/containers/podman.git
synced 2025-08-06 03:19:52 +08:00
system: Adds support for removing all named destination via --all
Adds support of dropping all named destination from system connections via `--all`. Closes: https://github.com/containers/podman/issues/12018 Signed-off-by: Aditya Rajan <arajan@redhat.com>
This commit is contained in:
@ -4,11 +4,17 @@
|
||||
podman\-system\-connection\-remove - Delete named destination
|
||||
|
||||
## SYNOPSIS
|
||||
**podman system connection remove** *name*
|
||||
**podman system connection remove** [*options*] *name*
|
||||
|
||||
## DESCRIPTION
|
||||
Delete named ssh destination.
|
||||
|
||||
## OPTIONS
|
||||
|
||||
#### **--all**=*false*, **-a**
|
||||
|
||||
Remove all connections.
|
||||
|
||||
## EXAMPLE
|
||||
```
|
||||
$ podman system connection remove production
|
||||
|
Reference in New Issue
Block a user