* Added new commands:
* `list-platform-service-definitions` - shows all available platform services in the given location
* `list-platform-services` - shows active platform services in the given location
* `terraform-upload-template` - uploads the given Terraform template to Maestro with the specified parameters
* `terraform-export-template` - prints a URL that can be used to access and download the requested Terraform template
* `terraform-describe-stack` - shows details of stacks that were created in the given location
* Changes to the `terraform-destroy-template` command:
* Renamed to `terraform-destroy-stack`
* Added a new optional parameter `stack-id` to allow a destruction of a specific stack.
If the parameter is omitted, the command behaves as before, destroying all stacks that were created
from the given template
* Changes to the `terraform-describe-stack` command:
* Removed a `tenantName` from the command's output
* Added `lastModificationDate` to the command's output