Add 'kpod export' command
kpod export exports the container's filesystem to a tar archive Signed-off-by: umohnani8 <umohnani@redhat.com>
This commit is contained in:
parent
efce63bdf2
commit
be8ba17534
5 changed files with 196 additions and 0 deletions
|
@ -22,6 +22,7 @@ func main() {
|
|||
app.Version = Version
|
||||
|
||||
app.Commands = []cli.Command{
|
||||
exportCommand,
|
||||
historyCommand,
|
||||
imagesCommand,
|
||||
infoCommand,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue