With v0.3 kploy now covers the entire application lifecycle: it knows how to bootstrap a Kubernetes app (using `init`), run it and tear it down again (using `destroy`).
Also added in this release: the `list` and the `stats` commands, both providing you with insights about how your app is doing.
Last but not least you can now learn more about supported commands by prepending `explain` to it, as in `kploy explain dryrun`.