Adds the s3 provider set to the repo cli commands. Flag, env vars, and other configuration is still incomplete and will require iteration. But this sets us up for quick testing of the commands.
Adds the 'repo' command and its primary subcommands to the Corso cli command list.
Adds the spf13/cobra cli handling package. Main() now processes cli commands defined by the /cli package.