feat: implement undeploy command

This commit is contained in:
2021-08-30 01:36:42 +02:00
parent e1630dc2b3
commit 66a8630101
6 changed files with 240 additions and 3 deletions

1
go.mod
View File

@ -12,6 +12,7 @@ require (
github.com/docker/docker v20.10.7+incompatible
github.com/docker/docker-credential-helpers v0.6.4 // indirect
github.com/docker/go-units v0.4.0
github.com/docker/swarmkit v1.12.1-0.20210211175721-17d8d4e4d8bd // indirect
github.com/fvbommel/sortorder v1.0.2 // indirect
github.com/go-git/go-git/v5 v5.4.2
github.com/google/shlex v0.0.0-20191202100458-e7afc7fbc510 // indirect