Package cmd represents the specific commands that the user will execute. Only specific code related to the command
should be in these files. As much of the code as possible should be pushed to other packages.
Execute adds all child commands to the root command and sets flags appropriately.
This is called by main.main(). It only needs to happen once to the rootCmd.