===============================
- New rdeploy.yaml format, added rdeploy.example.yaml.
- Added support for Azure in the set_context, and cloudbuild commands. Azure details to be provided in the `cloud_provider` field in rdeploy.yaml.
- Added support for helm 3 in the `install` and `upgrade` commands.
- Added helm_setup command which installs a specific helm version in a local opt directory. This can be enabled by specifying `use_system_helm: false` and `helm_version` in rdeploy.yaml.
- Added a new `helm` command.
- Added aliases for all commands with underscores. I.e. `rdeploy set-context` is now equivalent to `rdeploy set_context`
- Renamed the `bash` to `shell`, keeping `bash` as an alias.