spiegel_podman/cmd/podman/generate
Charlie Doern 842c6c7c67 podman generate spec
implement a new command `podman generate spec` which can formulate a json specgen to be consumed by both the pod
and container creation API.

supported flags are

--verbose (default true) print output to the terminal
--compact print the json output in a single line format to be piped to the API
--filename put the output in a file
--clone rename the pod/ctr in the spec so it won't conflict w/ an existing entity

Signed-off-by: Charlie Doern <cdoern@redhat.com>
2022-08-04 13:59:58 -04:00
..
generate.go bump go module to version 4 2022-01-18 12:47:07 +01:00
kube.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00
spec.go podman generate spec 2022-08-04 13:59:58 -04:00
systemd.go cmd/podman: switch to golang native error wrapping 2022-06-30 12:58:57 +02:00