From 80b2c097fe333fd43634753b574d4b5bdf155b82 Mon Sep 17 00:00:00 2001 From: baude Date: Sun, 7 Apr 2019 13:38:58 -0500 Subject: podman-remote generate kube Allow the ability to generate kube YAML from the podman remote-client. Signed-off-by: baude --- cmd/podman/main.go | 1 + 1 file changed, 1 insertion(+) (limited to 'cmd/podman/main.go') diff --git a/cmd/podman/main.go b/cmd/podman/main.go index 35a94b3db..e8c3e14ea 100644 --- a/cmd/podman/main.go +++ b/cmd/podman/main.go @@ -36,6 +36,7 @@ var mainCommands = []*cobra.Command{ _createCommand, _eventsCommand, _exportCommand, + _generateCommand, _historyCommand, &_imagesCommand, _importCommand, -- cgit v1.2.3-54-g00ecf