mirror of
https://github.com/vmware-tanzu/velero.git
synced 2026-01-08 14:21:18 +00:00
This commit introduces validation logic to `ark restore logs` command, the way it already exists in other commands like `ark restore create`. Before the logs for a restore are fetched from the server, the server is contacted to check if the specified restore exists. If it does not, it errors out. Fixes #389 Signed-off-by: Shubham <shubham@linux.com>